OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Profiling
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/common/
profiling.h
13
// The
Profiling
class manages the interaction with a sampling based profiler.
17
class
Profiling
{
19
// Called early in a process' life to allow
profiling
of startup time.
23
// Start
profiling
.
26
// Stop
profiling
and write out
profiling
file.
32
// Toggle
profiling
on/off.
37
Profiling
();
39
DISALLOW_COPY_AND_ASSIGN(
Profiling
);
profiling.cc
5
#include "chrome/common/
profiling
.h"
66
if (!
Profiling
::BeingProfiled())
126
void
Profiling
::ProcessStarted() {
131
// Establish the V8
profiling
hooks if we're an instrumented binary.
143
// V8
profiling
?
169
void
Profiling
::Start() {
181
void
Profiling
::Stop() {
187
bool
Profiling
::BeingProfiled() {
192
void
Profiling
::Toggle() {
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties
41
DeviceView_Start_Method_Profiling=Start Method
Profiling
42
DeviceView_Start_Method_Profiling_Not_Suported_By_Vm=Start Method
Profiling
(not supported by this VM)
43
DeviceView_Start_Method_Profiling_Tooltip=Start Method
Profiling
44
DeviceView_Stop_Method_Profiling=Stop Method
Profiling
45
DeviceView_Stop_Method_Profiling_Tooltip=Stop Method
Profiling
/external/chromium_org/chrome/app/
chrome_main_delegate.cc
31
#include "chrome/common/
profiling
.h"
283
Profiling
::Stop();
399
Profiling
::ProcessStarted();
854
Profiling
::ProcessStarted();
855
if (
Profiling
::BeingProfiled()) {
[
all
...]
/external/llvm/
Makefile
166
$(Echo) Building
Profiling
Version
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc
40
#include "chrome/common/
profiling
.h"
420
return
Profiling
::BeingProfiled();
/external/chromium_org/chrome/browser/ui/
browser_command_controller.cc
34
#include "chrome/common/
profiling
.h"
707
Profiling
::Toggle();
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm
599
$passedConfiguration = "
Profiling
";
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jstemplate.js
808
// NOTE(mesch):
Profiling
shows that this method costs significant
[
all
...]
/external/chromium_org/third_party/jstemplate/
jstemplate.js
775
// NOTE(mesch):
Profiling
shows that this method costs significant
Completed in 370 milliseconds