proxygen
|
#include <Benchmark.h>
Public Attributes | |
std::string | file |
std::string | name |
double | timeInNs |
Definition at line 67 of file Benchmark.h.
std::string folly::detail::BenchmarkResult::file |
Definition at line 68 of file Benchmark.h.
Referenced by folly::resultKey().
std::string folly::detail::BenchmarkResult::name |
Definition at line 69 of file Benchmark.h.
Referenced by folly::resultKey().
double folly::detail::BenchmarkResult::timeInNs |
Definition at line 70 of file Benchmark.h.