aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/google_benchmark/benchmark.cc
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/google_benchmark/benchmark.cc')
-rw-r--r--bindings/python/google_benchmark/benchmark.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/python/google_benchmark/benchmark.cc b/bindings/python/google_benchmark/benchmark.cc
index a733339..d80816e 100644
--- a/bindings/python/google_benchmark/benchmark.cc
+++ b/bindings/python/google_benchmark/benchmark.cc
@@ -49,6 +49,7 @@ PYBIND11_MODULE(_benchmark, m) {
.value("kNanosecond", TimeUnit::kNanosecond)
.value("kMicrosecond", TimeUnit::kMicrosecond)
.value("kMillisecond", TimeUnit::kMillisecond)
+ .value("kSecond", TimeUnit::kSecond)
.export_values();
using benchmark::BigO;