Home
last modified time | relevance | path

Searched refs:statfile (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc4.c112 FILE *statfile; in main() local
156 if ((statfile = fopen(logfile, "w")) == NULL) in main()
159 fprintf(statfile, "%f\n", elapsed_time); in main()
163 if (fclose(statfile) < 0) in main()
Dsched_tc5.c108 FILE *statfile; in main() local
154 if ((statfile = fopen(logfile, "w")) == NULL) in main()
157 fprintf(statfile, "%f\n", elapsed_time); in main()
161 if (fclose(statfile) < 0) in main()
Dsched_tc6.c133 FILE *statfile; in main() local
204 if ((statfile = fopen(logfile, "w")) == NULL) in main()
207 fprintf(statfile, "%f\n", elapsed_time); in main()
211 if (fclose(statfile) < 0) in main()
/external/python/cpython2/Tools/scripts/
Dbyext.py20 self.statfile(arg)
44 self.statfile(full)
46 def statfile(self, filename): member in Stats
/external/python/cpython3/Tools/scripts/
Dbyext.py19 self.statfile(arg)
43 self.statfile(full)
45 def statfile(self, filename): member in Stats
/external/autotest/client/site_tests/platform_LogoutPerf/
Dplatform_LogoutPerf.py38 with open('/tmp/uptime-' + filename) as statfile:
40 statfile.readlines())
/external/autotest/client/site_tests/platform_BootPerf/
Dplatform_BootPerf.py160 with open(filename) as statfile:
162 statfile.readlines())