OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf
(Results
76 - 93
of
93
) sorted by null
1
2
3
4
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm
1
package
Perf
::Trace::Context;
23
XSLoader::load('
Perf
::Trace::Context', $VERSION);
29
Perf
::Trace::Context - Perl extension for accessing functions in
perf
.
33
use
Perf
::Trace::Context;
37
Perf
(script) documentation
Util.pm
1
package
Perf
::Trace::Util;
68
Perf
::Trace::Util - Perl extension for
perf
script
72
use
Perf
::Trace::Util;
76
Perf
(script) documentation
Core.pm
1
package
Perf
::Trace::Core;
166
Perf
::Trace::Core - Perl extension for
perf
script
170
use
Perf
::Trace::Core
174
Perf
(script) documentation
/external/icu4c/test/
Makefile.in
44
$(RMV)
perf
/convperf/Makefile
/external/linux-tools-perf/
Makefile
34
$(OUTPUT)
PERF
-VERSION-FILE: .FORCE-
PERF
-VERSION-FILE
35
@$(SHELL_PATH) util/
PERF
-VERSION-GEN $(OUTPUT)
36
-include $(OUTPUT)
PERF
-VERSION-FILE
112
# this is interpreted as relative to $(prefix) and "
perf
" at
124
perfexecdir = libexec/
perf
-core
126
template_dir = share/
perf
-core/templates
127
htmldir = share/doc/
perf
-doc
177
SCRIPT_SH +=
perf
-archive.sh
182
$(OUTPUT)python/
perf
.so: $(PYRF_OBJS
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
jsevalcontext.js
170
* A cache to reuse JsEvalContext instances. (IE6
perf
)
179
* one from recycledInstances_. (IE6
perf
)
198
* the next time we need one. (IE6
perf
)
204
// NOTE(mesch): We avoid object creation here. (IE6
perf
)
306
* Uninlined string literals for jsEvalToFunction() (IE6
perf
).
util.js
25
// String literals defined globally and not to be inlined. (IE6
perf
)
jstemplate.js
186
* have to be retrieved twice. (IE6
perf
)
195
* construct a new array object for each invocation. (IE6
perf
)
[
all
...]
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
jsevalcontext.js
170
* A cache to reuse JsEvalContext instances. (IE6
perf
)
179
* one from recycledInstances_. (IE6
perf
)
198
* the next time we need one. (IE6
perf
)
204
// NOTE(mesch): We avoid object creation here. (IE6
perf
)
306
* Uninlined string literals for jsEvalToFunction() (IE6
perf
).
util.js
25
// String literals defined globally and not to be inlined. (IE6
perf
)
jstemplate.js
186
* have to be retrieved twice. (IE6
perf
)
195
* construct a new array object for each invocation. (IE6
perf
)
[
all
...]
/external/icu4c/
configure
[
all
...]
/external/valgrind/main/perf/
vg_perf.in
221
mysystem("echo '$cmd' >
perf
.cmd");
222
my $retval = mysystem("$cmd >
perf
.stdout 2>
perf
.stderr");
225
. "\n*** See
perf
.{cmd,stdout,stderr} to determine what went wrong.\n";
226
my $out = `cat
perf
.stderr`;
228
die "\n*** missing usertime in
perf
.stderr\n";
/external/valgrind/main/exp-bbv/tests/x86/
rep_prefix.S
5
# The answer is validated to hw
perf
counters.
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_log.h
21
/* NOTE: This header should be only included from
perf
.h */
162
PERF
LOG Data Structures
165
/* private
PERF
structure for logging */
213
/*
PERF
log locations are encoded in 6-bits/char. The last 20 characters of
253
PERF
LOG External methods
256
extern void __PERF_LOG_log_common(PERF_Private *
perf
, unsigned long *time_loc);
259
PERF
LOG Inline methods
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar
/external/v8/tools/
ll_prof.py
45
Analyses V8 and
perf
logs to produce profiles.
47
Perf
logs can be collected using a command like:
48
$
perf
record -R -e cycles -c 10000 -f -i ./shell bench.js --ll-prof
50
# -e cycles: use cpu-cycles event (run "
perf
list" for details)
55
This will produce a binary trace file (
perf
.data) that %prog can analyse.
512
# Please see http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=tools/
perf
601
"""
Perf
(linux-2.6/tools/
perf
) trace file reader."""
617
"No
perf
event attributes found in the trace"
837
default="
perf
.data"
[
all
...]
Completed in 299 milliseconds
1
2
3
4