HomeSort by: relevance | last modified time | path
    Searched defs:Fixture (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 1011 // The base class for all fixture tests.
1012 class Fixture : public internal::Benchmark {
1014 Fixture() : internal::Benchmark("") {}
1196 // This macro will define and register a benchmark within a fixture class.
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 1048 // The base class for all fixture tests.
1049 class Fixture : public internal::Benchmark {
1051 Fixture() : internal::Benchmark("") {}
1235 // This macro will define and register a benchmark within a fixture class.

Completed in 48 milliseconds