Updated log format for CLSFN_TASKDISTR_OVERHEAD

This commit is contained in:
Bhargavi Hanumant Alandikar 2019-12-09 11:32:29 -05:00 committed by GitHub
parent 57d0ea278d
commit 49cc32134b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ The logs are written to a file named _\<logFilePrefix\>\_\<timestamp\>\_classifi
The format of the data logged is as shown below.
```
<yyyy/mm/dd> <hh:mm:ss> <overhead>
[<loglevel>]: <yyyy-mm-dd> <hh:mm:ss> Overhead in microseconds=<overhead>
```
_Note: The classification overhead is logged in **microseconds**._