Don Williamson

Results 111 comments of Don Williamson

Right now Remotery builds a sample tree on the thread being sampled and only sends the complete sample tree to the viewer/log once the root sample is closed. The question...

I have plans to do 3 or 4 so that Remotery can be used for micro-benchmarking as well as the stuff we use it for. When I get around to...

An option for forks could be: add an API function that manually checks for stalling samples on the thread the function is called from and send the partial tree if...

Actually, just to confirm, because long-running events are supported on all platforms: is this question just about that? Because I'm answering the question about long-running events not showing up in...

Another option that would work for you: we add a new sample flag, `RMTSF_SendToViewer` (or something), that sends the partial tree to the viewer when you close that sample. That...

I might be able to sort something out...

Can you try fadba34b975ddf23e739c16e7c1100dbf870c6de? I haven't tested it. Mark whatever loading samples you have as `RMTSF_SendOnClose` and they should get sent. The flag comments are important for extra context.

Oh, yes... I'm not sure how I'd even render that kind of information unless each resource had its own timeline as everything overlaps. You'd get situations where some resources would...

You'd need something like this ![image](https://user-images.githubusercontent.com/1532903/171675878-46a1bedd-54e6-47f1-a85f-035580670470.png)

I will remove the new flag for now.