Function: SB-PROFILE:REPORT¶
Report results from profiling. The results are approximately adjusted for profiling overhead. The compensation may be rather inaccurate when bignums are involved in runtime calculation, as in a very-long-running Lisp process.
If LIMIT is set to an integer, only the top LIMIT results are reported. If PRINT-NO-CALL-LIST is T (the default) then a list of uncalled profiled functions are listed.
Lambda list¶
(&key sb-profile::limit sb-profile::print-no-call-list)