Use the "Analyze CPU Timing" button with these NES projects:
DASM timing is displayed correctly:
C timing is not displayed:
Investigating, it appears that setTimingResult in editors.ts has correct offsets in this.sourcefile.line2offset, but the computed CPU timing is stored with incorrect offsets in result.pc2clockrange.
The incorrect offsets can also be seen in the developer console, logged by for exampleanalysis.ts:179.