Files
mercury/deep_profiler/README
Fergus Henderson b4e761a51c Improve the documentation of deep profiling.
Estimated hours taken: 1
Branches: main

Improve the documentation of deep profiling.

deep_profiler/README:
	New file, containing pointers to the different sources of
	documentation on deep profiling.

runtime/mercury_deep_profiling.h:
runtime/mercury_deep_profiling.c:
	Add a comment pointing to deep_profiler/README.
2004-03-01 05:06:03 +00:00

18 lines
807 B
Plaintext

For documentation on the deep profiler, see the following:
- The "Deep Profiler" section of the Mercury web page
<http://www.cs.mu.oz.au/mercury/information/deep_demo.html>
gives an overview of what deep profiling is.
- The deep profiling paper on our web site, "Deep profiling:
engineering a profiler for a declarative programming language"
<http://www.cs.mu.oz.au/mercury/information/papers.html#mu_01_24>
explains in detail what deep profiling is, why it is needed,
and how it is implemented in the Mercury compiler.
- The "Using mdprof" section of the "Profiling" chapter of the
Mercury user's guide explains how to use it.
- The file deep_profiler/notes/deep_profiling.html gives an overview of
the specifics details of our implementation of deep profiling.