kaluchi / speedtracer

Automatically exported from code.google.com/p/speedtracer
0 stars 0 forks source link

Speed Tracer fails to collect data on local apps #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When Speed Tracer is ran on an application not connected via network (e.g. 
local files), Speed Tracer doesn't collect any data.

What steps will reproduce the problem?
1. Open local app w/o server side scripting in Chrome
2. Start Speed Tracer
3. Play with app
4. Wait 6 seconds for Speed Tracer to fail to collect any data.

Speed Tracer should collect data regardless of the file location. Without 
collecting local data, there is no way to truly identify bottlenecks in JS 
code. This is particularly crucial when developing apps that are designed 
to work offline.

Speed Tracer Version: 0.14

Chrome Version 6.0.401.1 dev

Original issue reported on code.google.com by ywat...@gmail.com on 20 May 2010 at 5:40

GoogleCodeExporter commented 9 years ago
Works just fine for me on local file access. Double check that you have the 
--enable-extension-timeline-api flag set.

Original comment by con...@google.com on 11 Jun 2010 at 10:57