View Single Post
07-06-05, 11:33 AM   #6
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Would it be useful to assume that all functions with a common prefix are part of the same mod and then total up memory usage for all those functions?
That'd be extremely useful. Even for mods that don't use a standard "ModName_" prefix, being able to collapse sections of the mods (almost all use Something_Something) would be useful.

It's a shame GetTime() only goes to three decimal places. Would rule to see how much processing time each mod was taking up too.

Even with no change it's very nice If a bit frightening lol. I'll have to rethink my liberal use of table.sort. It's super fast but the memory use is huge.
  Reply With Quote