summaryrefslogtreecommitdiff
path: root/extractor/time_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'extractor/time_util.h')
-rw-r--r--extractor/time_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/extractor/time_util.h b/extractor/time_util.h
index 45f79199..f7fd51d3 100644
--- a/extractor/time_util.h
+++ b/extractor/time_util.h
@@ -10,6 +10,7 @@ namespace extractor {
typedef high_resolution_clock Clock;
+// Computes the duration in seconds of the specified time interval.
double GetDuration(const Clock::time_point& start_time,
const Clock::time_point& stop_time);