Searched defs:thread_log (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/cygprofile/
H A Dcygprofile.cc298 LogData(ThreadLog* thread_log) : thread_log(thread_log) {} argument
300 ThreadLog* const thread_log; member in struct:cygprofile::LogData
331 ThreadLog* const thread_log = *it; local
332 LogData log_data(thread_log);
334 thread_log->TakeEntries(&logs.back().entries);
340 it->thread_log->Flush(&it->entries);

Completed in 212 milliseconds