mirror of
https://github.com/astaxie/beego.git
synced 2025-06-20 09:30:18 +00:00
.github
cache
config
context
param
acceptencoder.go
acceptencoder_test.go
context.go
context_test.go
input.go
input_test.go
output.go
renderer.go
response.go
grace
httplib
logs
migration
orm
plugins
session
swagger
testdata
testing
toolbox
utils
validation
vendor
.gitignore
.gosimpleignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
admin.go
admin_test.go
adminui.go
app.go
beego.go
config.go
config_test.go
controller.go
controller_test.go
doc.go
error.go
error_test.go
filter.go
filter_test.go
flash.go
flash_test.go
fs.go
go.mod
go.sum
hooks.go
log.go
mime.go
namespace.go
namespace_test.go
parser.go
policy.go
router.go
router_test.go
staticfile.go
staticfile_test.go
template.go
template_test.go
templatefunc.go
templatefunc_test.go
tree.go
tree_test.go
unregroute_test.go

With this commit we can record per requests's elapsed time, so we can easy to monitor that by use a filter.