Forum Post: OO performance - inheritance

Status
Not open for further replies.
P

piret

Guest
I have measured the time it takes to create new objects that use inheritance in OE 11.3. I have not included the time to create the very first instance of the classes, as it takes considerably longer time. Here are the measurements in milliseconds: I am using OE11.3 Is the creation of one object supposed to take such long time? Here are the classes I used: CLASS Test0: END. CLASS Test1 INHERITS Test0: END. CLASS Test2 INHERITS Test1: END. . . . CLASS Test6 INHERITS Test5: END. Tests were run on linux: model name : AMD Opteron(tm) Processor 6282 SE cpu MHz: 2600.051 Architecture: x86_64 CPU(s): 4 Thanks

Continue reading...
 
Status
Not open for further replies.
Top