Home | History | Annotate | Download | only in hal_hidl_host_test

Lines Matching refs:profiling

48         Test precondition check, prepare for profiling and coverage measurement
64 # Enable profiling.
65 if self.profiling.enabled:
66 self.profiling.EnableVTSProfiling(self.shell)
72 If profiling is enabled for the test, collect the profiling data
73 and disable profiling after the test is done.
83 if self.profiling.enabled:
84 self.profiling.ProcessAndUploadTraceData()
89 if self.profiling.enabled:
90 self.profiling.EnableVTSProfiling(self.shell)
95 if self.profiling.enabled:
96 self.profiling.ProcessTraceDataForTestCase(self.dut)
97 self.profiling.DisableVTSProfiling(self.shell)