OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProfilerController
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/public/browser/
profiler_controller.h
23
//
ProfilerController
is used on the browser process to collect profiler data.
24
// Only the browser UI thread is allowed to interact with the
ProfilerController
26
class CONTENT_EXPORT
ProfilerController
{
28
// Returns the
ProfilerController
object for the current process, or NULL if
30
static
ProfilerController
* GetInstance();
32
virtual ~
ProfilerController
() {}
/external/chromium_org/content/browser/
profiler_controller_impl.h
20
//
ProfilerController
's implementation.
21
class ProfilerControllerImpl : public
ProfilerController
{
44
//
ProfilerController
implementation:
profiler_controller_impl.cc
20
ProfilerController
*
ProfilerController
::GetInstance() {
/external/chromium_org/chrome/browser/metrics/
tracking_synchronizer.cc
187
content::
ProfilerController
::GetInstance()->Register(this);
191
content::
ProfilerController
::GetInstance()->Unregister(this);
255
content::
ProfilerController
::GetInstance()->GetProfilerData(sequence_number);
Completed in 108 milliseconds