mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-23 13:13:06 +00:00
Extract out per event postponed wait time fetching
This commit is contained in:
@@ -561,6 +561,11 @@ prof_sample_new_event_wait(tsd_t *tsd) {
|
||||
#endif
|
||||
}
|
||||
|
||||
uint64_t
|
||||
prof_sample_postponed_event_wait(tsd_t *tsd) {
|
||||
return TE_MIN_START_WAIT;
|
||||
}
|
||||
|
||||
int
|
||||
prof_getpid(void) {
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user