hi all,
I have been looking into these options for some time now and still could not figure out the exact difference between the two.
I would expect usedJsHeapSize to be the actual amount of memory being used, and totalJsHeapsize the max heapsize being used until that moment.
I have done lots of testing with these values but the totalJsHeapsize is almost always lower than the usedJsHeapsize, so exactly the other way around.
What version of V8 do you have (available via chrome://version/)?
There was a bug http://code.google.com/p/v8/issues/detail?id=1893.