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