Output style for the default glog‐based AutoTimer logger.

Synopsis

Declared in <folly/logging/AutoTimer.h>

enum class GoogleLoggerStyle : int;

Members

Name

Description

SECONDS

Print the duration as a plain number of seconds.

PRETTY

Print the duration in a human‐readable form.

Created with MrDocs