Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cluster
Function · 0.45
align_points
Function · 0.45
print_all_label_stats
Function · 0.45
pick_best_window_size
Function · 0.45
main
Function · 0.45
add_files
Function · 0.45
deserialize
Function · 0.45
add
Method · 0.45
parse_config_file
Method · 0.45
fill_block_table
Method · 0.45
cpp_tokenizer_kernel_1
Method · 0.45
global_data
Method · 0.45
Calls
2
lock
Method · 0.45
unlock
Method · 0.45
Tested by
no test coverage detected