Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ timer_start
Function
timer_start
deps/jemalloc/test/src/timer.c:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"test/jemalloc_test.h"
2
3
void
4
timer_start(timedelta_t *timer) {
5
nstime_init(&timer->t0, 0);
6
nstime_update(&timer->t0);
7
}
8
9
void
10
timer_stop(timedelta_t *timer) {
Callers
3
time_func
Function · 0.50
test_hooked
Function · 0.50
test_unhooked
Function · 0.50
Calls
1
nstime_init
Function · 0.50
Tested by
no test coverage detected