view components/src/memory_profiler.h @ 4:1c02976d8809

Changed to Firebug's progress listener, which allows us to inject our code before any scripts are executed on target pages.
author Atul Varma <varmaa@toolness.com>
date Thu, 06 Aug 2009 17:18:45 -0700
parents d3ccbd89f5cc
children
line wrap: on
line source

#include "jsapi.h"
#include "prmem.h"

extern JSBool profileMemory(JSContext *cx, JSObject *obj, uintN argc,
                            jsval *argv, jsval *rval);