![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambase/profiling/chrome.hpp"#include "shambase/profiling/profiling.hpp"#include "shambase/string.hpp"#include "fmt/base.h"#include <fstream>#include <iostream>#include <utility>
Include dependency graph for profiling.cpp:Go to the source code of this file.
Functions | |
| std::string | src_loc_to_name (const SourceLocation &loc) |
Variables | |
| auto | get_profiling |
| auto | get_nvtx |
| auto | get_complete_event |
| auto | get_threshold |
| bool | enable_profiling = get_profiling() |
| bool | use_complete_event = get_complete_event() |
| f64 | threshold = get_threshold() |
| bool | enable_nvtx = get_nvtx() |
Definition in file profiling.cpp.
| std::string src_loc_to_name | ( | const SourceLocation & | loc | ) |
Definition at line 29 of file profiling.cpp.
| bool enable_nvtx = get_nvtx() |
Definition at line 92 of file profiling.cpp.
| bool enable_profiling = get_profiling() |
Definition at line 89 of file profiling.cpp.
| auto get_complete_event |
Definition at line 69 of file profiling.cpp.
| auto get_nvtx |
Definition at line 50 of file profiling.cpp.
| auto get_profiling |
Definition at line 38 of file profiling.cpp.
| auto get_threshold |
Definition at line 81 of file profiling.cpp.
| f64 threshold = get_threshold() |
Definition at line 91 of file profiling.cpp.
| bool use_complete_event = get_complete_event() |
Definition at line 90 of file profiling.cpp.