Home
last modified time | relevance | path

Searched refs:BenchBase (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbbench.py103 class BenchBase(TestBase): class
110 super(BenchBase, self).setUp()
116 super(BenchBase, self).tearDown()
/llvm-project-15.0.7/lldb/test/API/benchmarks/libcxxmap/
H A DTestBenchmarkLibcxxMap.py15 class TestBenchmarkLibcxxMap(BenchBase):
25 BenchBase.setUp(self)
/llvm-project-15.0.7/lldb/test/API/benchmarks/libcxxlist/
H A DTestBenchmarkLibcxxList.py15 class TestBenchmarkLibcxxList(BenchBase):
25 BenchBase.setUp(self)
/llvm-project-15.0.7/lldb/test/API/benchmarks/expression/
H A DTestRepeatedExprs.py8 from lldbsuite.test.lldbbench import BenchBase
15 class RepeatedExprsCase(BenchBase):
18 BenchBase.setUp(self)
H A DTestExpressionCmd.py15 class ExpressionEvaluationCase(BenchBase):
18 BenchBase.setUp(self)
/llvm-project-15.0.7/lldb/test/API/benchmarks/continue/
H A DTestBenchmarkContinue.py15 class TestBenchmarkContinue(BenchBase):
25 BenchBase.setUp(self)
/llvm-project-15.0.7/lldb/test/API/benchmarks/frame_variable/
H A DTestFrameVariableResponse.py14 class FrameVariableResponseBench(BenchBase):
17 BenchBase.setUp(self)
/llvm-project-15.0.7/lldb/test/API/benchmarks/stepping/
H A DTestSteppingSpeed.py15 class SteppingSpeedBench(BenchBase):
18 BenchBase.setUp(self)
/llvm-project-15.0.7/lldb/test/API/benchmarks/startup/
H A DTestStartupDelays.py14 class StartupDelaysBench(BenchBase):
17 BenchBase.setUp(self)
/llvm-project-15.0.7/lldb/test/API/benchmarks/turnaround/
H A DTestCompileRunToBreakpointTurnaround.py15 class CompileRunToBreakpointBench(BenchBase):
18 BenchBase.setUp(self)