HomeSort by relevance Sort by last modified time
    Searched defs:tick_count (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 409 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/
profile-handler_unittest.cc 409 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 122 milliseconds