absl::ToDoubleMicroseconds

Converts a Duration to a floating-point count of microseconds.

Synopsis

Declared in <absl/time/time.h>

double
ToDoubleMicroseconds(Duration d);

Return Value

The number of microseconds in d, including any fraction.

Parameters

NameDescription
dThe duration to convert.