Profiler View

When you profile your AQL code (see Profiling your AQL code for more information), you create the following information in the Profiler View that helps you troubleshoot performance problems in the AQL code.
  • Top 25 views by execution time. This list helps you to understand which AQL statements take the longest time to run.
  • Top 25 documents by running time report. This list displays the average time to annotate each document in the data collection.
  • Top 25 documents over 1 KB by normalized running time. This list displays the normalized running time of the top 25 documents that are over 1 KB in size.

For details about the profiler output and how to tune the extractor, see AQL Profiler reports.