On Thu, Jul 03, 2008 at 02:52:55PM +0200, Jan Lehnardt wrote: > It'd be nice if we could integrate the generation of these statistics into the > installation somehow. For example the optional installation of the src > directory, so users and developers can easily do a c(module). on the Erlang > shell for testing new stuff. Or do a "make profile" to get profiling results > and all that. Any ideas on how to do that? Noah?
My initial thoughts are that the build system is not the best place for this. How about: * A special flag to `couchdb` that triggers profiling * A special script in the source directory that will profile CouchDB for you Best, -- Noah Slater, http://people.apache.org/~nslater/
