{start,end}_time_usec should be ..._time_90k

This commit is contained in:
Scott Lamb
2016-05-10 17:10:42 -07:00
parent 3aac88aa35
commit b27df92cac
2 changed files with 9 additions and 9 deletions

View File

@@ -89,13 +89,13 @@ Example response:
{
"days": {
"2016-05-01": {
"end_time_usec": 131595516000000,
"start_time_usec": 131587740000000,
"end_time_90k": 131595516000000,
"start_time_90k": 131587740000000,
"total_duration_90k": 52617609
},
"2016-05-02": {
"end_time_usec": 131603292000000,
"start_time_usec": 131595516000000,
"end_time_90k": 131603292000000,
"start_time_90k": 131595516000000,
"total_duration_90k": 20946022
}
},