• Home
  • Raw
  • Download

Lines Matching full:profiling

30     // Update the profiling options  in ResetExternalProfilingOptions()
35 // Check if the profiling service needs to be reset in ResetExternalProfilingOptions()
38 // Reset the profiling service in ResetExternalProfilingOptions()
94 // Make sure profiling is shutdown in ConfigureProfilingService()
117 // Don't run if profiling is disabled in Update()
126 // Initialize the profiling service in Update()
142 // Reset any existing profiling connection in Update()
147 // Setup the profiling connection in Update()
153 … ARM_PIPE_LOG(warning) << "An error has occurred when creating the profiling connection: " in Update()
158 … ARM_PIPE_LOG(warning) << "An error has occurred when creating the profiling connection [" in Update()
164 … ? ProfilingState::WaitingForAck // Profiling connection obtained, wait for ack in Update()
165 … : ProfilingState::NotConnected); // Profiling connection failed, stay in the in Update()
185 // request by an external profiling service in Update()
189 throw arm::pipe::ProfilingException(fmt::format("Unknown profiling service state: {}", in Update()
211 throw arm::pipe::ProfilingException(fmt::format("Unknown profiling service state: {}", in Disconnect()
217 // Store a profiling context returned from a backend that support profiling, and register its count…
374 // Stop the profiling service... in Reset()
384 // ...finally reset the profiling state machine in Reset()
405 // ...then close and destroy the profiling connection... in Stop()
473 ss << "Timed out waiting on profiling service activation for " << elapsed.count() << " ms"; in WaitForProfilingServiceActivation()