server_timing v0.1.3 ServerTiming View Source

Documentation for ServerTiming.

Link to this section Summary

Functions

Registers start time for a specified "name"

Registers stop time for a specified "name"

Link to this section Functions

Link to this function start(conn, name) View Source
start(Plug.Conn, String.t()) :: Plug.Conn
start(Plug.Conn, Atom.t()) :: Plug.Conn

Registers start time for a specified "name"

Link to this function stop(conn, name) View Source
stop(Plug.Conn, String.t()) :: Plug.Conn
stop(Plug.Conn, Atom.t()) :: Plug.Conn

Registers stop time for a specified "name"