This Flask extension provides easy integration of the excellent gae_mini_profiler.
Usage:
from flask import Flask from flaskext.gae_mini_profiler import GAEMiniProfiler app = Flask(__name__) GAEMiniProfiler(app)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This Flask extension provides easy integration of the excellent gae_mini_profiler.
Usage:
from flask import Flask from flaskext.gae_mini_profiler import GAEMiniProfiler app = Flask(__name__) GAEMiniProfiler(app)