- Since Chrome 72 (or 73?) we sometimes get miss-matched thread ids, hopefully #8 fixes that.
- Categorise RunTask (from Chrome 74) as Other.
- Catch if we can't find the first thread event. We now throws an exception (that's not optimal since we don't know what's wrong) with the info of what's wrong. We can change that later on.
- Three decimals instead of one #7.
- Added BlinkGC.AtomicPhase new in Chrome 70 #5.
- Improve categorization of events to more closely match Chrome DevTools.
- Capitalize event category names.
- Hello world!