django-profiler
django-profiler copied to clipboard
Statistics export to CSV file
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"
Thanks for contribution. I'll try to look at it during the weekend.