folly::GoogleLoggerStyle

Output style for the default glog-based AutoTimer logger.

Synopsis

Declared in <folly/logging/AutoTimer.h>

enum class GoogleLoggerStyle : int;

Members

NameDescription
SECONDS Print the duration as a plain number of seconds.
PRETTY Print the duration in a human-readable form.