OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sort_events
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/cachegrind/
cg_annotate.in
112
my @
sort_events
;
114
# Map from @
sort_events
indices to @events indices, eg. (3,2). Same idea as
200
@
sort_events
= split(/,/, $1);
202
foreach my $i (0 .. scalar @
sort_events
- 1) {
203
if ($
sort_events
[$i] =~ /.*:([\d\.]+)%?$/) {
206
$
sort_events
[$i] =~ s/:.*//;
363
if (@
sort_events
) {
364
foreach my $sort_event (@
sort_events
) {
369
@
sort_events
= @events;
371
foreach my $sort_event (@
sort_events
) {
[
all
...]
/external/valgrind/main/callgrind/
callgrind_annotate.in
127
my @
sort_events
;
129
# Map from @
sort_events
indices to @events indices, eg. (3,2). Same idea as
245
@
sort_events
= split(/,/, $1);
247
foreach my $i (0 .. scalar @
sort_events
- 1) {
248
if ($
sort_events
[$i] =~ /.*:([\d\.]+)%?$/) {
251
$
sort_events
[$i] =~ s/:.*//;
475
if (@
sort_events
) {
476
foreach my $sort_event (@
sort_events
) {
481
@
sort_events
= @events;
483
foreach my $sort_event (@
sort_events
) {
[
all
...]
Completed in 65 milliseconds