Lines Matching full:profiling
11 // This is the implementation of a profiling handler.
50 // time, and gets reset when profiling is "done".
208 Report("Not flushing profiles, profiling not been finalized.\n"); in profilingFlush()
239 Report("profiling: No data to flush.\n"); in profilingFlush()
244 Report("profiling: Failed to flush to file, dropping data.\n"); in profilingFlush()
318 Report("Cannot finalize profile, the profiling is not initialized.\n"); in profilingFinalize()
360 Report("Cannot initialize already initialised profiling " in profilingLoggingInit()
477 Report("XRay Profiling init successful.\n"); in profilingLoggingInit()
500 auto RegistrationResult = __xray_log_register_mode("xray-profiling", Impl); in profilingDynamicInitializer()
503 Report("Cannot register XRay Profiling mode to 'xray-profiling'; error = " in profilingDynamicInitializer()
509 if (!internal_strcmp(flags()->xray_mode, "xray-profiling")) in profilingDynamicInitializer()