Searched refs:tick_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofile-handler_unittest.cc409 int tick_count = 0; local
410 ProfileHandlerToken* token = RegisterCallback(&tick_count);
411 VerifyRegistration(tick_count);
413 VerifyUnregistration(tick_count);
487 int tick_count; local
488 RegisterCallback(&tick_count);
490 VerifyRegistration(tick_count);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofile-handler_unittest.cc409 int tick_count = 0; local
410 ProfileHandlerToken* token = RegisterCallback(&tick_count);
411 VerifyRegistration(tick_count);
413 VerifyUnregistration(tick_count);
487 int tick_count; local
488 RegisterCallback(&tick_count);
490 VerifyRegistration(tick_count);

Completed in 247 milliseconds