Hi, I am recently working with the profiling tools provided by Audio Weaver, but I cannot quite understand the metrics given by the profiler in the multithreading context.
I am using a multithreaded layout like the screenshot below:
And after running the profiling tool in AWE Designer, I got the result like this:
As in the screenshots, there are 2 sub-layouts 1A and 2A, and they are supposed to be run in 2 separate threads. The MHz and Total Ticks fields in the profiling result shows that, the Top layout's MHz and Total Ticks are approximately the addition of the sub-layout's MHz and Total Ticks. However the sub-layouts 1A and 2A are run in different threads in parallel, why are they consuming double ticks? What do the MHz and Total Ticks actually mean? How do I confirm that multithreading actually take less time for the algorithms to run?