SnippetTimer

olon.http.SnippetTimer
trait SnippetTimer

A snippet timer is a general interface for timing snippets. A few default implementations are provided and can be selected by setting LiftRules.snippetTimer as you need.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def timeSnippet(snippetName: String)(snippetFunc: => NodeSeq): NodeSeq