[Python-Dev] cProfile prints to stdout? (original) (raw)
Guido van Rossum guido at python.org
Sat Feb 25 22:36:33 CET 2006
- Previous message: [Python-Dev] cProfile prints to stdout?
- Next message: [Python-Dev] cProfile prints to stdout?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2/25/06, skip at pobox.com <skip at pobox.com> wrote:
I just noticed that cProfile (like profile) prints to stdout. Yuck.
Can you clarify? Why is it wrong to send the output of the profiler to stdout? It seems to make sense to me that you should be able to redirect the profiler's output to a file with a simple ">file".
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] cProfile prints to stdout?
- Next message: [Python-Dev] cProfile prints to stdout?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]