MCPcopy Create free account
hub / github.com/acl-dev/acl / meter_time

Function meter_time

lib_acl_cpp/src/stdlib/util.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void meter_time(const char *filename, int line, const char *info)
48{
49 acl_meter_time(filename, line, info);
50}
51
52long long get_curr_stamp()
53{

Callers 15

consuming1Function · 0.85
run_ipcFunction · 0.85
runMethod · 0.85
runMethod · 0.85
doitMethod · 0.85
runMethod · 0.85
addMethod · 0.85
getMethod · 0.85
test_token_tree_cFunction · 0.85
test_token_tree_cppFunction · 0.85
test_htableFunction · 0.85
test_stdmapFunction · 0.85

Calls 1

acl_meter_timeFunction · 0.85

Tested by 4

test_token_tree_cFunction · 0.68
test_token_tree_cppFunction · 0.68
test_htableFunction · 0.68
test_stdmapFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…