OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Profiling
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium/chrome/common/
profiling.h
14
// The
Profiling
class manages the interaction with a sampling based profiler.
18
class
Profiling
{
20
// Called early in a process' life to allow
profiling
of startup time.
24
// Start
profiling
.
27
// Stop
profiling
and write out
profiling
file.
37
// Toggle
profiling
on/off.
42
Profiling
();
44
DISALLOW_COPY_AND_ASSIGN(
Profiling
);
profiling.cc
5
#include "chrome/common/
profiling
.h"
37
if (!
Profiling
::BeingProfiled())
61
void
Profiling
::ProcessStarted() {
75
void
Profiling
::Start() {
87
void
Profiling
::Stop() {
92
bool
Profiling
::BeingProfiled() {
97
void
Profiling
::Toggle() {
105
void
Profiling
::MainMessageLoopStarted() {
/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
32
#include "chrome/common/
profiling
.h"
131
// Load the memory
profiling
DLL. All it needs to be activated
293
Profiling
::Stop();
351
Profiling
::ProcessStarted();
813
Profiling
::ProcessStarted();
814
if (
Profiling
::BeingProfiled()) {
/external/llvm/
Makefile
156
$(Echo) Building
Profiling
Version
/external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model.cc
29
#include "chrome/common/
profiling
.h"
313
return
Profiling
::BeingProfiled();
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model.cc
40
#include "chrome/common/
profiling
.h"
388
return
Profiling
::BeingProfiled();
/dalvik/vm/mterp/mips/
footer.S
193
/* No translation, so request one if
profiling
isn't disabled */
618
#
Profiling
?
650
#
Profiling
- record method entry. a0: methodToCall
[
all
...]
/dalvik/vm/mterp/armv5te/
footer.S
203
/* No translation, so request one if
profiling
isn't disabled*/
574
@
Profiling
?
624
@
Profiling
- record method entry. r0: methodToCall
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_command_controller.cc
36
#include "chrome/common/
profiling
.h"
698
Profiling
::Toggle();
[
all
...]
/external/chromium_org/chrome/test/functional/
perf_endure.py
176
logging.info('
Profiling
with the Deep Memory Profiler...')
213
# Wait only when it is the last
profiling
. dmprof may take long time.
[
all
...]
/external/chromium/chrome/browser/
browser_main.cc
87
#include "chrome/common/
profiling
.h"
533
Profiling
::MainMessageLoopStarted();
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm
599
$passedConfiguration = "
Profiling
";
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js
808
// NOTE(mesch):
Profiling
shows that this method costs significant
[
all
...]
/external/chromium/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/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jstemplate.js
808
// NOTE(mesch):
Profiling
shows that this method costs significant
[
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
/external/chromium/chrome/browser/ui/
browser.cc
104
#include "chrome/common/
profiling
.h"
[
all
...]
/dalvik/vm/mterp/out/
InterpAsm-armv5te-vfp.S
296
cmp r0,#0 @ is
profiling
disabled?
298
bne common_updateProfile @
profiling
is enabled
301
beq 1f @
profiling
is disabled
[
all
...]
InterpAsm-armv5te.S
296
cmp r0,#0 @ is
profiling
disabled?
298
bne common_updateProfile @
profiling
is enabled
301
beq 1f @
profiling
is disabled
[
all
...]
InterpAsm-armv7-a-neon.S
310
cmp r0,#0 @ is
profiling
disabled?
312
bne common_updateProfile @
profiling
is enabled
315
beq 1f @
profiling
is disabled
[
all
...]
InterpAsm-armv7-a.S
310
cmp r0,#0 @ is
profiling
disabled?
312
bne common_updateProfile @
profiling
is enabled
315
beq 1f @
profiling
is disabled
[
all
...]
Completed in 1704 milliseconds
1
2