| Allegro CL version 10.1 New since the initial 10.1 release. |
Arguments:
This function returns zero after setting the following runtime analyzer display control variables to the values indicated:
*hidden-packages*
set to nil
.
*hidden-functions*
set to nil
.
*hidden-space-functions*
set to nil
.
*significance-threshold*
set to 0.0.
*fractional-significance-threshold*
set to 0.0.
show-all does not
modify the value of *outline-max-indentation*
.
The related function prof:reset-profiler-display-defaults sets those variables to their initial (default) values so data about operators and packages that are perhaps not of interest and data about operators that took very little actual time are suppressed in the output of functions like prof:show-flat-profile and prof:show-call-graph. That function and the one described on this page basically toggle between showing the default subset of data and all data.
See runtime-analyzer.htm for general information on the runtime analyzer.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2019.8.20.
| Allegro CL version 10.1 New since the initial 10.1 release. |