|
Blender V4.3
|
#include "BLI_string_ref.hh"#include "BLI_timeit.hh"#include <algorithm>#include <iomanip>#include <iostream>#include <fmt/format.h>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::timeit |
Functions | |
| static void | blender::timeit::format_duration (Nanoseconds duration, fmt::memory_buffer &buf) |
| void | blender::timeit::print_duration (Nanoseconds duration) |