Searched refs:infile (Results 1 – 4 of 4) sorted by relevance
/system/extras/app-launcher/ |
D | app-launcher | 44 infile=$1 54 fgrep TotalTime $infile | awk '{print $2}' | computestats 58 fgrep cpu-cycles $infile | awk '{print $1}' | sed s/,//g | computestats 62 fgrep 'Total CPU util' $infile | awk '{print $5}' | computestatsf 64 fgrep 'User CPU util' $infile | awk '{print $5}' | computestatsf 66 fgrep 'Sys CPU util' $infile | awk '{print $5}' | computestatsf 70 fgrep instructions $infile | awk '{print $1}' | sed s/,//g | computestats 73 fgrep instructions $infile | awk '{print $4}' | sed s/,//g | computestatsf 76 fgrep branch-misses $infile | awk '{print $1}' | sed s/,//g | computestats 79 fgrep context-switches $infile | awk '{print $1}' | sed s/,//g | computestats [all …]
|
/system/extras/tests/workloads/ |
D | atrace-uncompress.py | 14 infile = open(sys.argv[1], "rb") 15 out = infile.read()
|
/system/extras/ioshark/ |
D | ioshark_bench.c | 526 char *infile; in get_start_end() local 543 infile = thread_state[i].filename; in get_start_end() 544 fp = fopen(infile, "r"); in get_start_end() 547 progname, infile); in get_start_end() 553 progname, infile); in get_start_end() 656 char *infile; in main() local 707 infile = argv[i]; in main() 708 if (stat(infile, &st) < 0) { in main() 710 progname, infile); in main() 715 progname, infile); in main() [all …]
|
D | compile_ioshark.c | 535 char *infile, *outfile; in main() local 544 infile = argv[1]; in main() 546 if (stat(infile, &st) < 0) { in main() 548 progname, infile); in main() 553 progname, infile); in main() 558 fp = fopen(infile, "r"); in main() 561 progname, infile); in main()
|