Thread: OO initiative.
View Single Post
11-30-05, 11:33 AM   #38
Gello
A Molten Giant
AddOn Author - Click to view addons
Join Date: Jan 2005
Posts: 521
Now I'm even more interested in the resource bit. I tried without success months ago to determine how much memory a table takes up. But I think this can be approximated by making hundreds of copies and then doing a reload.

Is there any way to get a list of all global names for the performance test? With MyMod_UnitFrame_Party1_HealthStatusBar_GaugeTexture, doing a getglobal("a") getglobal("aa") etc would take years to run.
  Reply With Quote