Monitor LevelDB performance.

This commit is contained in:
JoelKatz
2013-04-30 17:43:56 -07:00
parent 651a9c2591
commit 3ec116f5bf
3 changed files with 9 additions and 2 deletions

View File

@@ -45,9 +45,11 @@ enum JobType
jtACCEPTLEDGER = 26,
jtTXN_PROC = 27,
jtOB_SETUP = 28,
jtPATH_FIND = 29
jtPATH_FIND = 29,
jtHO_READ = 30,
jtHO_WRITE = 31,
}; // CAUTION: If you add new types, add them to JobType.cpp too
#define NUM_JOB_TYPES 32
#define NUM_JOB_TYPES 48
class Job
{