Skip to content

Instantly share code, notes, and snippets.

View mynameisfiber's full-sized avatar

Micha Gorelick mynameisfiber

View GitHub Profile
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Monkey Patch for tornado that profiles through async requests
"""
from tornado import web
from tornado.escape import utf8
import cProfile as profile
import settings