Skip to content

Instantly share code, notes, and snippets.

@jmbeach
Created August 12, 2015 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmbeach/623135a0dcaca35b8ace to your computer and use it in GitHub Desktop.
Save jmbeach/623135a0dcaca35b8ace to your computer and use it in GitHub Desktop.
public static class MyMiniProfiler
{
public static MiniProfilerStep XStep(this MiniProfiler profiler, string operationName)
{
return new MiniProfilerStep(profiler, operationName);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment