Commit ef2e5a39 authored by Ulf Hermann's avatar Ulf Hermann Committed by The Qt Project
Browse files

Use RAII for VME profiler


Now that object creation is done in nested function calls we can
use an RAII-type profiler to trace it. This makes the profiling
much simpler and more robust.

Also, the stack of profiling data in the VME profiler has to match
the stack of completion callbacks in the VME, so the push and pop
operations are synchronized now.

Task-number: QTBUG-37978
Change-Id: I1bc5e0665b88e5b3772e48c8676cdda3fae59e1b
Reviewed-by: default avatarSimon Hausmann <simon.hausmann@digia.com>
parent cf06b028
No related merge requests found
Showing with 80 additions and 151 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment