LaKraven / ADAPT

Advanced Developer Async Programming Toolkit
Other
44 stars 12 forks source link

Delphi - FMX - Demo - Precision Threads #32

Closed LK-Daniel closed 6 years ago

LK-Daniel commented 8 years ago

I need to complete the Precision Threads demo for Delphi (FMX)

This demo will enable you to specify some performance-related settings for a Precision Thread, and will graph the actual runtime performance of said Precision Thread on a Form. In turn, you'll be able to verify that the performance settings you provide are causing the desired behaviour on the Precision Thread.

It's also a good small example of how to define your own Precision Thread types.

LK-Simon commented 6 years ago

This demo is largely working, though there is a large memory leak on shutdown which I think is being caused by FireMonkey as there are no references to any of the ADAPT library objects in the leak dump.

LK-Simon commented 6 years ago

I'm going to create a new (graphically-simpler) Precision Thread Demo, so I'm closing this issue.