Collaboration diagram for carla::profiler::detail::StaticProfiler: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().
Here is the call graph for this function:
|
inline |
Definition at line 53 of file Profiler.cpp.
References write_to_file().
Referenced by StaticProfiler().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 70 of file Profiler.cpp.
Referenced by StaticProfiler(), and write_to_file().
1.8.13