Output style for the default glog‐based AutoTimer logger.
Synopsis
Declared in <folly/logging/AutoTimer.h>
enum class GoogleLoggerStyle : int;
Members
Name |
Description |
|
Print the duration as a plain number of seconds. |
|
Print the duration in a human‐readable form. |
Created with MrDocs