Home | Sort by relevance Sort by last modified time |
/external/autotest/client/profilers/vmstat/ | |
vmstat.py | 2 Runs vmstat X where X is the interval in seconds 5 job.profilers.add('vmstat', interval=1) 11 class vmstat(profiler.profiler): class in inherits:profiler.profiler 19 cmd = "/usr/bin/vmstat %d" % self.interval 20 logfile = open(os.path.join(test.profdir, "vmstat"), 'w') |
/art/compiler/utils/arm/ | |
assembler_arm32.cc | 1258 void Arm32Assembler::vmstat(Condition cond) { \/\/ VMRS APSR_nzcv, FPSCR function in class:art::arm::Arm32Assembler [all...] |
assembler_thumb2.cc | 3110 void Thumb2Assembler::vmstat(Condition cond) { \/\/ VMRS APSR_nzcv, FPSCR. function in class:art::arm::Thumb2Assembler [all...] |