OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartRecording
(Results
1 - 5
of
5
) sorted by null
/external/chromium/base/
profiler.h
19
static void
StartRecording
();
21
// Stops recording until
StartRecording
is called or the program exits.
25
// your first call to
StartRecording
, for instance to avoid counting any
event_recorder_stubs.cc
14
bool EventRecorder::
StartRecording
(const FilePath& filename) {
profiler.cc
20
void Profiler::
StartRecording
() {
event_recorder.h
44
bool
StartRecording
(const FilePath& filename);
event_recorder.cc
45
bool EventRecorder::
StartRecording
(const FilePath& filename) {
Completed in 1454 milliseconds