From f1a0b5f8594423d6bf79a42dbdf200590bba4d39 Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Mon, 27 Nov 2006 15:45:27 +0000 Subject: [PATCH] From Gerri: a small addition to TVirtualPerfStats that I forgot when I introduced the "rate" event. git-svn-id: http://root.cern.ch/svn/root/trunk@16962 27541ba8-7e3a-0410-8455-c3a389f83636 --- base/src/TVirtualPerfStats.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/base/src/TVirtualPerfStats.cxx b/base/src/TVirtualPerfStats.cxx index 14140539cea..ecbddc95ad2 100644 --- a/base/src/TVirtualPerfStats.cxx +++ b/base/src/TVirtualPerfStats.cxx @@ -1,4 +1,4 @@ -// @(#)root/base:$Name: $:$Id: TVirtualPerfStats.cxx,v 1.3 2005/11/16 20:04:12 pcanal Exp $ +// @(#)root/base:$Name: $:$Id: TVirtualPerfStats.cxx,v 1.4 2006/05/19 07:30:04 brun Exp $ // Author: Kristjan Gulbrandsen 11/05/04 /************************************************************************* @@ -34,7 +34,8 @@ static const char *gEventTypeNames[] = { "Stop", "File", "FileOpen", - "FileRead" + "FileRead", + "Rate" }; //______________________________________________________________________________ -- GitLab