LLVM OpenMP 20.0.0git
|
Timing functions. More...
#include <stdlib.h>
#include <unistd.h>
#include <iomanip>
#include <iostream>
#include <sstream>
#include "kmp.h"
#include "kmp_stats_timing.h"
Go to the source code of this file.
Functions | |
std::string | formatSI (double interval, int width, char unit) |
Variables | |
static bool | useSI = true |
Timing functions.
Definition in file kmp_stats_timing.cpp.
Definition at line 88 of file kmp_stats_timing.cpp.
Referenced by formatSeconds(), and formatTicks().
|
static |
Definition at line 84 of file kmp_stats_timing.cpp.
Referenced by formatSI().