Hi there,
I was wondering if somebody could help me with the following.
I have *many* functions-names of the following form
descriptor_prefix_TYPE_SUFFIX
Many different functions have the same descriptor_prefix
part. The TYPE_SUFFIX is meant to describe the type
of the arguments of the different functions.
When I profile my sources (-auto-all) it happens
a lot that I see names of the following form
SourceFile:ModuleName/descripto
in stead of names of the form
SourceFile:ModuleName/descriptor_prefix_TYPE_SUFFIX
as I would have expected.
Is there a way to get the full function-names out of
the profiling package? I have looked at the .hp files,
but the information does not seem to be available at
that level.
Any help would be greatly appreciated.
Regards,
Marc van Dongen
[EMAIL PROTECTED]