Home
last modified time | relevance | path

Searched refs:profile_count (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/debug/
Dprofiler.cc31 static int profile_count = 0; variable
34 ++profile_count; in StartProfiling()
37 std::string count = IntToString(profile_count); in StartProfiling()