From 6575e93f462efaef82f4c63fae868747f5f7a87d Mon Sep 17 00:00:00 2001 From: Josef Weidendorfer Date: Thu, 24 May 2007 18:04:42 +0000 Subject: [PATCH] Callgrind format: Note about event names in the example The added paragraph was triggered by a question on the mailing list. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6746 --- callgrind/docs/cl-format.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/callgrind/docs/cl-format.xml b/callgrind/docs/cl-format.xml index 6777551d10..41b2d236bd 100644 --- a/callgrind/docs/cl-format.xml +++ b/callgrind/docs/cl-format.xml @@ -49,6 +49,12 @@ the function/file specifications given directly before. Simple Example +The event names in the following example are quite arbitrary, and are not +related to event names used by Callgrind. Especially, cycle counts matching +real processors probably will never be generated by any Valgrind tools, as these +are bound to simulations of simple machine models for acceptable slowdown. +However, any profiling tool could use the format described in this chapter. + events: Cycles Instructions Flops fl=file.f @@ -548,4 +554,4 @@ optional. - \ No newline at end of file + -- 2.47.2