Profiling

2000-09-02 Thread Nick Ing-Simmons
This is from a perl5.7.0 (well the current perforce depot) compiled with -pg and then run on a smallish example of my heavy OO day job app. The app reads 7300 lines of "verilog" and parses it with (tweaked) Parse-Yapp into tree of perl objects, messes with the parse tree and then calls a method

other parts of the guts playing with raw access (was Re: A tentative list of vtable functions)

2000-09-02 Thread Bradley M. Kuhn
Bryan C. Warnock wrote: > I use direct, raw access in prototyping when dipping back into C for > "heavy" data manipulations - bit stream analysis, signals processing, etc. > Since I'm usually doing a lot of buffer manipulations, I don't want all > the scalar overhead that comes into play. > > >M