OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:perf
(Results
26 - 49
of
49
) sorted by null
1
2
/external/icu4c/test/perf/charperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/charperf
14
subdir = test/
perf
/charperf
/external/icu4c/test/perf/collationperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/collationperf
14
subdir = test/
perf
/collationperf
/external/icu4c/test/perf/collperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/collperf
14
subdir = test/
perf
/collperf
/external/icu4c/test/perf/convperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/collperf
14
subdir = test/
perf
/convperf
/external/icu4c/test/perf/normperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/normperf
14
subdir = test/
perf
/normperf
/external/icu4c/test/perf/strsrchperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/strsrchperf
14
subdir = test/
perf
/strsrchperf
/external/icu4c/test/perf/ubrkperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/ubrkperf
14
subdir = test/
perf
/ubrkperf
/external/icu4c/test/perf/unisetperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/unisetperf
14
subdir = test/
perf
/unisetperf
/external/icu4c/test/perf/usetperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/usetperf
14
subdir = test/
perf
/usetperf
/external/icu4c/test/perf/ustrperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/ustrperf
14
subdir = test/
perf
/ustrperf
/external/icu4c/test/perf/utfperf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/utfperf
14
subdir = test/
perf
/utfperf
/external/icu4c/test/perf/utrie2perf/
Makefile.in
1
## Makefile.in for ICU - test/
perf
/utrie2perf
14
subdir = test/
perf
/utrie2perf
/external/icu4c/test/
Makefile.in
43
$(RMV)
perf
/convperf/Makefile
/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/valgrind/main/perf/
vg_perf
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";
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
/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.
483
# Please see http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=tree;f=tools/
perf
572
"""
Perf
(linux-2.6/tools/
perf
) trace file reader."""
588
"No
perf
event attributes found in the trace"
800
default="
perf
.data"
[
all
...]
Completed in 1715 milliseconds
1
2