aslushnikov / tracium

A blessed Chrome Trace parser.
Apache License 2.0
72 stars 7 forks source link

fix: support traces without FCP #7

Closed aslushnikov closed 5 years ago

aslushnikov commented 5 years ago

Tracium asserts existance of FCP, but it's not necessary for general-purpose tracing processing.

This patch removes assumptions about FCP and adds a test.

Fix #6