stats: rename StatEvent() function to schedStatEvent().

This follows the style rules and is more descriptive.
This commit is contained in:
Steve Reinhardt
2011-01-07 21:50:29 -08:00
parent 94807214c4
commit c22be9f2f0
6 changed files with 15 additions and 13 deletions

View File

@@ -28,7 +28,7 @@
import internal
from internal.stats import StatEvent as event
from internal.stats import schedStatEvent as schedEvent
from objects import Root
def initText(filename, desc=True):

View File

@@ -50,7 +50,8 @@ void initMySQL(std::string host, std::string database, std::string user,
std::string passwd, std::string project, std::string name,
std::string sample);
void StatEvent(bool dump, bool reset, Tick when = curTick, Tick repeat = 0);
void schedStatEvent(bool dump, bool reset,
Tick when = curTick, Tick repeat = 0);
void enable();
void prepare();