OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMPLE_EVERY_N_CYCLES
(Results
1 - 2
of
2
) sorted by null
/external/v8/tools/
run-llprof.sh
32
# Ensure that <your CPU clock> / $
SAMPLE_EVERY_N_CYCLES
< $MAXIMUM_SAMPLE_RATE.
34
SAMPLE_EVERY_N_CYCLES
=10000
69
perf record -R -e cycles -c $
SAMPLE_EVERY_N_CYCLES
-i $@ --ll-prof
run-perf.sh
10
# Ensure that <your CPU clock> / $
SAMPLE_EVERY_N_CYCLES
< $MAXIMUM_SAMPLE_RATE.
12
SAMPLE_EVERY_N_CYCLES
=10000
56
-c $
SAMPLE_EVERY_N_CYCLES
\
Completed in 74 milliseconds