MCPcopy Create free account
hub / github.com/davisking/dlib / add

Method add

dlib/test/timer.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31 timer_test_helper():count(0), timestamp(0){}
32 void add()
33 {
34 m.lock();
35 ++count;
36 m.unlock();
37 }
38
39 void delayed_add()
40 {

Callers 15

chinese_clusterFunction · 0.45
align_pointsFunction · 0.45
print_all_label_statsFunction · 0.45
pick_best_window_sizeFunction · 0.45
mainFunction · 0.45
add_filesFunction · 0.45
deserializeFunction · 0.45
addMethod · 0.45
parse_config_fileMethod · 0.45
fill_block_tableMethod · 0.45
global_dataMethod · 0.45

Calls 2

lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected