{% extends "base.html" %} {% block head %} {% end %} {% block bottom %} {% end %} {% block body %}

  • cnt: called count
  • self: execution time (exclude inner called function)
  • all: total execution time (include called function)
  • /call: divided by called count
{% end %}