jcward / hxtelemetry

Haxe Telemetry Generator for hxScout
MIT License
61 stars 13 forks source link

HxScout stops responding on big frame allocs #27

Open Tiago-Ling opened 8 years ago

Tiago-Ling commented 8 years ago

When there's too much information inside the allocation tab the application stops responding and do not recover as soon as you click the tab.

2015-10-13 16_30_36-hxscout

In the above screenshot it happened with lots of deallocation in one frame (leaving a game state and collecting all entities).

EDIT: Additional information:

jcward commented 8 years ago

Interesting. I know about the "stops responding" -- I'm thinking about puting the computation on a background thread.

The file i/o error and crash on close -- I've seen something like that, too. I'll file a separate issue.

Thanks for your feedback!