Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ addThread
Method
addThread
src/flightRecorder.cpp:1253–1257 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1251
}
1252
1253
void addThread(int tid) {
1254
if (!_thread_set.accept(tid)) {
1255
_thread_set.add(tid);
1256
}
1257
}
1258
};
1259
1260
char* Recording::_agent_properties = NULL;
Callers
1
recordEvent
Method · 0.45
Calls
2
accept
Method · 0.80
add
Method · 0.45
Tested by
no test coverage detected