Open GoogleCodeExporter opened 9 years ago
You may have such output in case 'DetectionAlgorithm9' is overloaded. Is it?
Is this function a static/inline with reccurence declared in header and used
across several .cpp files?
If not, this may be a nuance of Intel compiler. Anyway, provided that both
enters and exits are properly tracked, this seems to look like several
instances of the same method.
Can you try 'minimize size' optimization to see, if these call are merged into
one?
Original comment by artem.ge...@gmail.com
on 17 Oct 2014 at 2:31
The 'DetectionAlgorithm9' function is not overloaded and its a single function
No. Function is declared as extern in header file, only once. Its not static or
inline, not even used several .cpp files.
I have tried with 'minimize size' optimization, but its behavior is same as
previous. It only works as expected with 'No Optimization' setting in Intel C++
Compiler.
Original comment by bhattite...@gmail.com
on 20 Oct 2014 at 8:52
Original issue reported on code.google.com by
bhattite...@gmail.com
on 17 Oct 2014 at 1:21Attachments: