From: patrick-may@... (Patrick May) Date: 2002-02-08T09:44:26+09:00 Subject: Re: eruby / profiler magic? Thanks for the ideas... I realized that I want to profile the .rhtml file, not send profiling information back to the browser. This gives me a new idea on how to do this... I'm going to try writing a short ruby program that uses the eruby extension to compile and execute my .rhtml file. This will be a normal .rb that I run from the command line, so I shoud be able to profile it normally. I will may extra info from the eruby parser mixed in, but I can live with that. I'll post code and results after I get this done. Again, thanks for the information, Patrick