Skip to content
Snippets Groups Projects
Commit f1a0b5f8 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

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
parent 11c3c661
No related branches found
No related tags found
No related merge requests found
// @(#)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 // Author: Kristjan Gulbrandsen 11/05/04
/************************************************************************* /*************************************************************************
...@@ -34,7 +34,8 @@ static const char *gEventTypeNames[] = { ...@@ -34,7 +34,8 @@ static const char *gEventTypeNames[] = {
"Stop", "Stop",
"File", "File",
"FileOpen", "FileOpen",
"FileRead" "FileRead",
"Rate"
}; };
//______________________________________________________________________________ //______________________________________________________________________________
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment