log memory_profiler.cpp @ 77:8cf72992387d default tip

age author description
Thu, 25 Jun 2009 18:38:01 -0700 Atul Varma Memory profiler server is now much better at reporting errors.
Thu, 25 Jun 2009 18:16:41 -0700 Atul Varma Made memory_profiler.cpp use TCB.cpp for the construction of its global object.
Thu, 25 Jun 2009 12:07:17 -0700 Atul Varma Fixed the leaking root bug.
Thu, 25 Jun 2009 11:39:32 -0700 Atul Varma set GC Zeal to 2 and fixed some bugs exposed by it.
Thu, 25 Jun 2009 10:48:47 -0700 Atul Varma object info now includes information about properties.
Thu, 25 Jun 2009 09:47:18 -0700 Atul Varma changed the root mapping function and added docs.
Thu, 25 Jun 2009 00:21:19 -0700 Atul Varma Modified get GC roots to work w/ things other than just objects.
Wed, 24 Jun 2009 22:10:57 -0700 Atul Varma sort of fixed the /gc-roots method.
Wed, 24 Jun 2009 21:15:45 -0700 Atul Varma Fixed some bugs that raised assertions in debug builds of SpiderMonkey.
Wed, 24 Jun 2009 19:38:05 -0700 Atul Varma Added some really terrible code that adds a 'children' array property to object info.
Wed, 24 Jun 2009 18:36:24 -0700 Atul Varma added a size property to info
Wed, 24 Jun 2009 18:32:14 -0700 Atul Varma Added a 'nativeClass' property to object info method.
Wed, 24 Jun 2009 18:15:03 -0700 Atul Varma Built out more of the /objects/ method.
Wed, 24 Jun 2009 17:29:27 -0700 Atul Varma Added a getGCRoots() function.
Wed, 24 Jun 2009 16:40:51 -0700 Atul Varma Added tentative profileMemory() server, which suspends the current JS runtime, creates a new one and runs a web server in it.