![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Chrome tracing profile entry. More...
Collaboration diagram for shambase::details::ChromeProfileEntry:Public Member Functions | |
| std::string | format (u32 world_rank) |
| Format the Chrome profile entry. | |
Public Attributes | |
| std::string | name |
| Name of the profile entry. | |
| u64 | time_val |
| Time value for the profile entry. | |
| bool | is_start |
| Flag indicating if it is the start of the profile entry. | |
Chrome tracing profile entry.
Definition at line 26 of file stacktrace.cpp.
| std::string shambase::details::ChromeProfileEntry::format | ( | u32 | world_rank | ) |
Format the Chrome profile entry.
| world_rank | The MPI world rank for the profile entry |
Definition at line 39 of file stacktrace.cpp.
Here is the call graph for this function:| bool shambase::details::ChromeProfileEntry::is_start |
Flag indicating if it is the start of the profile entry.
Definition at line 29 of file stacktrace.cpp.
| std::string shambase::details::ChromeProfileEntry::name |
Name of the profile entry.
Definition at line 27 of file stacktrace.cpp.
| u64 shambase::details::ChromeProfileEntry::time_val |
Time value for the profile entry.
Definition at line 28 of file stacktrace.cpp.