Public Member Functions | |
StaticProfiler (std::string filename) | |
template<typename ... Args> | |
void | write_line (Args &&... args) |
Private Member Functions | |
template<typename ... Args> | |
void | write_to_file (std::ios_base::openmode mode, Args &&... args) |
Private Attributes | |
const std::string | _filename |
Definition at line 35 of file Profiler.cpp.
|
inline |
Definition at line 38 of file Profiler.cpp.
References _filename, carla::logging::log(), write_line(), and write_to_file().
|
inline |
Definition at line 53 of file Profiler.cpp.
References write_to_file().
Referenced by StaticProfiler().
|
inlineprivate |
Definition at line 60 of file Profiler.cpp.
References _filename, and carla::profiler::detail::write_csv_to_stream().
Referenced by StaticProfiler(), and write_line().
|
private |
Definition at line 70 of file Profiler.cpp.
Referenced by StaticProfiler(), and write_to_file().