endQueryProfile function

void endQueryProfile()

End the current query profiling session.

Implementation

void endQueryProfile() {
  if (!_queryProfilerEnabled) return;
  queryCheckpoint('query_profile_end');
}