I'm working on MDI application written in C++ Builder 2010. When child window is in maximized state, application consumes 100% of CPU time in idle mode.
I have used 'Very Sleepy' profiler and it shows that function Sd_childFinalize
is using 99% of CPU resources but I can't find it in my code. sd_Child.cpp is the C++ unit where MDI child form class is defined. I only found @@Sd_child@Finalize
symbol in executable file. Please help me to understand how to debug this issue.