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

@@ -60,6 +60,8 @@ const char* Job::toString(JobType t)
case jtTXN_PROC: return "processTransaction";
case jtOB_SETUP: return "orderBookSetup";
case jtPATH_FIND: return "pathFind";
case jtHO_READ: return "nodeRead";
case jtHO_WRITE: return "nodeWrite";
default: assert(false); return "unknown";
}
}