MCPcopy 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
42bool 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
52bool ProfTime::Stop(int idx)
53{

Callers 3

RunMethod · 0.45
DevStartMethod · 0.45
DevStartMethod · 0.45

Calls 1

get_cur_timeFunction · 0.50

Tested by

no test coverage detected