django-profiler icon indicating copy to clipboard operation
django-profiler copied to clipboard

Statistics export to CSV file

Open diopib opened this issue 12 years ago • 1 comments

Added functionality to export statistics to CSV file. User would have to enter csv file name in the profiler function. for example:

@profile(stats=True, stats_buffer="/home/rep/file_name.csv")
def function(request):
    print "abc"

diopib avatar Feb 11 '13 22:02 diopib

Thanks for contribution. I'll try to look at it during the weekend.

char0n avatar Feb 12 '13 10:02 char0n