Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OAID/Tengine
/ Start
Method
Start
core/lib/prof_record.cpp:42–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
bool ProfTime::Start(int idx, void* ident)
43
{
44
TimeRecord& r = record[idx];
45
46
r.start_time = get_cur_time();
47
r.ident = ident;
48
49
return true;
50
}
51
52
bool ProfTime::Stop(int idx)
53
{
Callers
3
Run
Method · 0.45
DevStart
Method · 0.45
DevStart
Method · 0.45
Calls
1
get_cur_time
Function · 0.50
Tested by
no test coverage detected