Forum Discussion

newsgroups's avatar
newsgroups
Occasional Contributor
11 years ago
Solved

Uninstrumented routines, Duplicate code, C++ Builder XE4

When I run a Performance profiler on my VCL GUI application, the Uninstrumented Routines dialog reports that all of my forms that derive from base forms contain Duplicated Code. How can I find ...
  • aqAnt's avatar
    11 years ago


    Hi All,



    We are constantly working on improving the code instrumentation. However, AQtime's ability to instrument a certain routine heavily depends on how the compiler generates the routine's code. So, the generated binary code analysis clarifies why it cannot be instrumented. Note: AQtime provides the Disassembler panel to analyze the binary code.



    The Profiling Duplicated Code article contains an example of how to affect the generated code to instrument it. In general, we suggest that you adjust optimization settings of your compiler to determine how it affects the Uninstrumented Routines dialog's list.