[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Profiling in DrScheme



DrScheme now supports a profiler. To use it, turn it on the in the
details section of the language configuration dialog. Then, run your
program and choose the "Show Profile" menu item in the "Show" menu.

DrScheme colors the functions in your program based on the time spent
in each function. In addition, a profiling overview appears at the
bottom of the DrScheme frame.

Documentation in the DrScheme manual will follow over the next few
weeks, but the interface should be self-explanatory.

Robby