OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Profiler
(Results
51 - 61
of
61
) sorted by null
1
2
3
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
strace_profiler.py
13
from telemetry.core.platform import
profiler
namespace
199
class StraceProfiler(
profiler
.
Profiler
):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cProfile.py
3
"""Python interface for the 'lsprof'
profiler
.
15
"""Run statement under
profiler
optionally saving results in filename
40
"""Run statement under
profiler
, supplying your own globals and locals,
62
print "in the Python Library Reference, section 'The Python
Profiler
'."
66
class Profile(_lsprof.
Profiler
):
69
Builds a
profiler
object using the specified timer function.
130
# a
profiler
to profile a statement, given as a string.
197
# When invoked as main program, invoke the
profiler
on a script
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cProfile.py
3
"""Python interface for the 'lsprof'
profiler
.
15
"""Run statement under
profiler
optionally saving results in filename
40
"""Run statement under
profiler
, supplying your own globals and locals,
62
print "in the Python Library Reference, section 'The Python
Profiler
'."
66
class Profile(_lsprof.
Profiler
):
69
Builds a
profiler
object using the specified timer function.
130
# a
profiler
to profile a statement, given as a string.
197
# When invoked as main program, invoke the
profiler
on a script
/external/chromium_org/v8/src/
log.cc
34
#include "cpu-
profiler
.h"
41
#include "runtime-
profiler
.h"
763
// The
Profiler
samples pc and sp values for the main thread.
768
class
Profiler
: public Thread {
770
explicit
Profiler
(Isolate* isolate);
819
// Tells whether
profiler
is engaged, that is, processing thread is stated.
831
// Ticker used to provide ticks to the
profiler
and the sliding state
846
void SetProfiler(
Profiler
*
profiler
) {
848
profiler_ =
profiler
;
[
all
...]
/external/clang/lib/AST/
StmtProfile.cpp
182
// FIXME: Implement MS style inline asm statement
profiler
.
257
StmtProfiler *
Profiler
;
259
OMPClauseProfiler(StmtProfiler *P) :
Profiler
(P) { }
270
Profiler
->VisitStmt(*I);
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
ProfileGrammarParser.cs
59
: this( input, new
Profiler
(null), new RecognizerSharedState() )
65
Profiler
p = (
Profiler
)dbg;
78
Profiler
p = (
Profiler
)dbg;
89
((
Profiler
)dbg).ExamineRuleMemoization(input, ruleIndex, ProfileGrammarParser.ruleNames[ruleIndex]);
95
((
Profiler
)dbg).Memoize(input, ruleIndex, ruleStartIndex, ProfileGrammarParser.ruleNames[ruleIndex]);
[
all
...]
/external/chromium_org/chrome/test/functional/
perf_endure.py
13
The following variables are related to the Deep Memory
Profiler
.
14
DEEP_MEMORY_PROFILE: Enable the Deep Memory
Profiler
if it's set to 'True'.
60
"""Controls Deep Memory
Profiler
(dmprof) for endurance tests."""
98
"""Returns a converted environment variable for Deep Memory
Profiler
.
111
"""Sets up Deep Memory
Profiler
settings for a Chrome process.
120
'Deep Memory
Profiler
is not supported in this environment (OS).')
146
"""Tear down Deep Memory
Profiler
settings for the Chrome process.
165
logging.info('Running with the Deep Memory
Profiler
.')
172
"""Starts Deep Memory
Profiler
in background."""
176
logging.info(' Profiling with the Deep Memory
Profiler
...'
[
all
...]
/frameworks/base/core/java/android/app/
ActivityThread.java
172
Profiler
mProfiler;
421
/** Initial values for {@link
Profiler
}. */
431
static final class
Profiler
{
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
/external/robolectric/lib/main/
h2-1.2.147.jar
Completed in 3554 milliseconds
1
2
3