HomeSort by relevance Sort by last modified time
    Searched full:profile_count (Results 1 - 1 of 1) sorted by null

  /external/chromium/base/debug/
profiler.cc 21 static int profile_count = 0; member in namespace:base::debug
24 ++profile_count;
27 std::string count = StringPrintf("%d", profile_count);

Completed in 57 milliseconds