StressLogAnalyzer didn't print the number of messages correctly if it exceeded the...
authorPeter Sollich <petersol@microsoft.com>
Tue, 29 Jun 2021 07:05:28 +0000 (09:05 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Jun 2021 07:05:28 +0000 (09:05 +0200)
commit709fcd80586aaca02cf41069d951612c0318a95b
tree12bd749ac614d8dc0174c89c9984628e32ea14c2
parentd00b0181d16748fac891f6c25ba4311bbf69db86
StressLogAnalyzer didn't print the number of messages correctly if it exceeded the int range (2 billion). (#54832)

Fix is to just use 64 bit ints instead.
src/coreclr/tools/StressLogAnalyzer/StressLogPlugin/StressLogPlugin.cpp