Skip to content

Instantly share code, notes, and snippets.

@richdougherty
Created March 4, 2014 00:13
Show Gist options
  • Select an option

  • Save richdougherty/9337523 to your computer and use it in GitHub Desktop.

Select an option

Save richdougherty/9337523 to your computer and use it in GitHub Desktop.
Java template language resolution in master
+-------------------------------------------------------------------------------+-----------------+
| Name | Time (ms) |
+-------------------------------------------------------------------------------+-----------------+
| +---play.api.Configuration.getString(String, Option) | 39,867 100 % |
| | | |
| +---play.api.Play$.langCookieName(Application) | 25,392 64 % |
| | | | |
| | +---play.api.Play.langCookieName(Application) | |
| | | | |
| | +---play.Play.langCookieName() | |
| | | | |
| | +---play.mvc.Http$Context.lang() | |
| | | | |
| | +---play.mvc.Http$Context$Implicit.lang() | |
| | | | |
| | +---play.core.j.PlayMagicForJava$.implicitJavaLang() | |
| | | | |
| | +---views.html.index$$anonfun$apply$1.apply() | |
| | | | |
| | +---views.html.index$$anonfun$apply$1.apply() | |
| | | | |
| | +---views.html.helper.form$.apply(Call, Seq, Function0) | |
| | | | |
| | +---views.html.index$.apply(Form) | |
| | | | |
| | +---views.html.index$.render(Form) | |
| | | | |
| | +---views.html.index.render(Form) | |
| | | |
| +---play.api.i18n.Lang$.availables(Application) | 14,475 36 % |
| | | |
| +---play.api.i18n.Lang$.preferred(Seq, Application) | |
| | | |
| +---play.api.i18n.Lang.preferred(Seq, Application) | |
| | | |
| +---play.i18n.Lang.preferred(List) | |
| | | |
| +---play.mvc.Http$Context.lang() | |
| | | |
| +---play.mvc.Http$Context$Implicit.lang() | |
| | | |
| +---play.core.j.PlayMagicForJava$.implicitJavaLang() | |
| | | |
| +---views.html.index$$anonfun$apply$1.apply() | |
| | | |
| +---views.html.index$$anonfun$apply$1.apply() | |
| | | |
| +---views.html.helper.form$.apply(Call, Seq, Function0) | |
| | | |
| +---views.html.index$.apply(Form) | |
| | | |
| +---views.html.index$.render(Form) | |
+-------------------------------------------------------------------------------+-----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment