| 223 | } |
| 224 | |
| 225 | string HumanReadableNumTranscendentalOps(double trops, double nanoseconds) { |
| 226 | return HumanReadableNumOps(trops, nanoseconds, "TR"); |
| 227 | } |
| 228 | |
| 229 | void LogLines(int sev, absl::string_view text, const char* fname, int lineno) { |
| 230 | const int orig_sev = sev; |
no test coverage detected