Convenience functions to set axis properties in visualization tool.

Also makes the properties protected, as previously requested by Stefan.

Review-Url: https://codereview.webrtc.org/2179223003
Cr-Commit-Position: refs/heads/master@{#13593}
This commit is contained in:
terelius
2016-08-01 12:03:27 -07:00
committed by Commit bot
parent 8b70faf262
commit dc35dcd4dc
9 changed files with 247 additions and 175 deletions

View File

@ -115,6 +115,9 @@ class EventLogAnalyzer {
// First and last events of the log.
uint64_t begin_time_;
uint64_t end_time_;
// Duration (in seconds) of log file.
float call_duration_s_;
};
} // namespace plotting