OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedProfile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/profiler/
scoped_profile.cc
14
ScopedProfile
::
ScopedProfile
(const Location& location)
19
ScopedProfile
::~
ScopedProfile
() {
23
void
ScopedProfile
::StopClockAndTally() {
scoped_profile.h
10
//
ScopedProfile
provides basic helper functions for profiling a short
30
::tracked_objects::
ScopedProfile
LINE_BASED_VARIABLE_NAME_FOR_PROFILING( \
43
::tracked_objects::
ScopedProfile
some_tracking_variable_name( \
50
class BASE_EXPORT
ScopedProfile
{
52
explicit
ScopedProfile
(const Location& location);
53
~
ScopedProfile
();
62
DISALLOW_COPY_AND_ASSIGN(
ScopedProfile
);
Completed in 29 milliseconds