Skip to content

Commit

Permalink
Added nscanned/n in one line.
Browse files Browse the repository at this point in the history
  • Loading branch information
freeeve committed Sep 12, 2012
1 parent 1c3ebda commit 22f3564
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions indexStats.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ DB.prototype.indexStats = function() {
print("warning, no index for query: ");
printjson(profileDoc.query);
print("... millis: " + queries[size-1].millis);
print("... nscanned: " + queries[size-1].nscanned);
print("... n[returned]: " + queries[size-1].n);
print("... nscanned/n: " + queries[size-1].nscanned + "/" + queries[size-1].n);
}
} else {
queries[qIdx].count++;
Expand Down

0 comments on commit 22f3564

Please sign in to comment.