Skip to content

Instantly share code, notes, and snippets.

@cfbarbero
Last active October 25, 2017 17:27
Show Gist options
  • Save cfbarbero/6fa03d6617546c6bad3f6f994d58552c to your computer and use it in GitHub Desktop.
Save cfbarbero/6fa03d6617546c6bad3f6f994d58552c to your computer and use it in GitHub Desktop.

Heap Allocation

\[Eden\:\s(?<EdenUsedBeforeGC>\d*\.?\d*)M\((?<EdenCapacityBeforeGC>\d*\.?\d*)\M\)->(?<EdenUsedAfterGC>\d*\.?\d*)\w\((?<EdenCapacityAfterGC>\d*\.?\d*)\M\)\s.*Heap\:\s(?<HeapUsedBeforeGC>\d*\.?\d*)M\((?<HeapCapacityBeforeGC>\d*\.?\d*)G\)->(?<HeapUsedAfterGC>\d*\.?\d*)M\((?<HeapCapacityAfterGC>\d*\.?\d*)G\)]

Times

\[Times:\suser=(?<GCUserTime>\d*\.?\d*)\ssys=(?<GCSysTime>\d*\.?\d*),\sreal=(?<GCRealTime>\d*\.?\d*)\ssecs] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment