| 170 | #ifdef ENABLE_PROFILER |
| 171 | |
| 172 | [[nodiscard]] |
| 173 | static inline ProfilerTimePoint profiler_timestamp() { |
| 174 | return std::chrono::time_point_cast<std::chrono::nanoseconds>( |
| 175 | GLib::MonotonicClock::now()); |
| 176 | } |
| 177 | |
| 178 | /** |
| 179 | * gjs_profiler_extract_maps: |
no outgoing calls
no test coverage detected