|
|
|
|
|
by onion2k
2252 days ago
|
|
Secondly, I would be surprised if memory behavior does not differ between certain setups. In my experience of profiling various web apps, memory usage will differ between sessions of the same app on the same machine in a series of automated test runs with no changes to the code or setup. Web apps are terrible at managing memory and they leave all manner of things lying around that make it hard to get a deterministic number you could use for fingerprinting a user's browser. |
|