canmove, Confirmed users
1,189
edits
| Line 22: | Line 22: | ||
=== Tp RSS === | === Tp RSS === | ||
The next 2 pages show memory RSS (resident set size) usage during the same pageload tests as above. Because the different durations it took to run the four test variations, I had to reduce the set sizes to match the smallest set of data (the "clean" set). I created a small utility in python to take a given csv file and reduce it to a given size, averaging by chunks modulo the divisor (== desired size // current size). | The next 2 pages show memory RSS (resident set size) usage during the same pageload tests as above. Because the different durations it took to run the four test variations, I had to reduce the set sizes to match the smallest set of data (the "clean" set). I created a small [http://people.mozilla.org/~rcampbell/python/truncateTalosRSS.py utility] in python to take a given csv file and reduce it to a given size, averaging by chunks modulo the divisor (== desired size // current size). | ||
=== TDHTML === | === TDHTML === | ||