summaryrefslogtreecommitdiff
path: root/ace/Timeprobe_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-31 22:18:20 +0000
commit10f1729b65638f3f273f523861dd547ec6832e5f (patch)
treea49c98ad0d34bcb5a87c9f7fb1a256c7bf4df6dd /ace/Timeprobe_T.h
parent3e172150a24e32f471d10eb9a60eebb599de6f81 (diff)
downloadATCD-10f1729b65638f3f273f523861dd547ec6832e5f.tar.gz
ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs.wustl.edu>
Diffstat (limited to 'ace/Timeprobe_T.h')
-rw-r--r--ace/Timeprobe_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Timeprobe_T.h b/ace/Timeprobe_T.h
index 5e327de33bc..1e97bb1cd45 100644
--- a/ace/Timeprobe_T.h
+++ b/ace/Timeprobe_T.h
@@ -33,7 +33,7 @@ class ACE_Timeprobe
// pointer copies are done and the string data is *not* copied.
//
// The recorded time probes can then be printed by calling
- // print_times(). If you have used unsigned longs as event
+ // <print_times>. If you have used unsigned longs as event
// descriptions in any of your time probes, you must have
// provided an event description table that maps the unsigned
// longs to readable strings. This map is a simple array of
@@ -43,7 +43,7 @@ class ACE_Timeprobe
// necessary.
//
// Multiple maps can also be used to chunk up the time probes.
- // Each one can be added by calling event_descriptions().
+ // Each one can be added by calling <event_descriptions>.
// Different tables are used internally by consulting the
// minimum_id for each table. It is up to the user to make sure
// that multiple tables do not share the same event id range.