hhbhasenack's avatar
hhbhasenack
Regular Visitor
9 years ago
Status:
New Idea

Allow "Unsafe" code to be profiled, by allowing them "by hand"

Currently, using Delphi 64bit generated code the AS operator as well as for loops with constant integers generate code that is detected by AQTime as unsafe.

 

Nevertheless I want to be able to profile this code, or at least allow it to fire some trigger.

 

So the idea is to allow these "unsafe" routines to be "forcibly" instrumented by adding them in your project as "ignore unsafe" routines.

3 Comments