Doveps / mono

Code for Doveps projects
http://doveps.com
MIT License
0 stars 0 forks source link

Do a simple python profiling of your flask server #44

Closed greenmoss closed 7 years ago

greenmoss commented 7 years ago

Goal: start up flask server, run profiler, stop flask server, view profiler info

Show the amount of time spent in each function. Sort by total time. Paste the output in this ticket.

JosiahRegencia commented 7 years ago
greenmoss commented 7 years ago

Excellent! Now you can sort by cumulative time for #39 and figure out why it takes so long.