Profiling with classes

Josef Svenningsson josefs@cs.chalmers.se
Tue, 10 Apr 2001 17:00:55 +0200 (MET DST)


Hi!

There seems to be some problems with the profiling in hugs. The problem
shows up when using classes with methods which has no default definitions.

After evaluating an expression (which causes a class method without
default definition to be called) I get the following error message:

hp2ps: profile.hp, line 24: integer must follow identifier

In profile.hp line 24 says:

  Undefined member: defined member:  1

As far as I can see this is comes from a class method with no default
definition.
Note that the process of generating the profile.hp file is ok (so maybe
this is a bug in hp2ps?).

	/Josef