comparison Core.lua @ 179:a44a4147b34f

No need to keep the loading times debug info.
author Zerotorescue
date Sun, 30 Jan 2011 15:40:53 +0100
parents 38cc9221202d
children 05b4f8ad6445
comparison
equal deleted inserted replaced
178:38cc9221202d 179:a44a4147b34f
1 --@debug@
2 IMStartLoadTime = GetTime();
3 collectgarbage("collect");
4 IMStartLoadMemory = collectgarbage("count");
5 --@end-debug@
6
7 -- You can access this addon's object through: LibStub("AceAddon-3.0"):GetAddon("Inventorium") 1 -- You can access this addon's object through: LibStub("AceAddon-3.0"):GetAddon("Inventorium")
8 local addon = select(2, ...); 2 local addon = select(2, ...);
9 addon = LibStub("AceAddon-3.0"):NewAddon(addon, "Inventorium", "AceEvent-3.0"); 3 addon = LibStub("AceAddon-3.0"):NewAddon(addon, "Inventorium", "AceEvent-3.0");
10 4
11 local _G = _G; 5 local _G = _G;