TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Stack Overflow open sources their ASP.net MVC mini profiler

70 pointsby sathyabhatalmost 14 years ago

5 comments

sams99almost 14 years ago
See also my blog: <a href="http://samsaffron.com/archive/2011/06/09/+Profiling+your+website+like+a+true+Ninja" rel="nofollow">http://samsaffron.com/archive/2011/06/09/+Profiling+your+web...</a> for more details
评论 #2637704 未加载
评论 #2636574 未加载
marcgravellalmost 14 years ago
Note to go with this I've now updated the nuget package (<a href="http://nuget.org/List/Packages/MiniProfiler" rel="nofollow">http://nuget.org/List/Packages/MiniProfiler</a>) so it is easy to deploy. Enjoy. (also: <a href="http://marcgravell.blogspot.com/2011/06/profiling-with-knobs-on.html" rel="nofollow">http://marcgravell.blogspot.com/2011/06/profiling-with-knobs...</a>)
andrewnezalmost 14 years ago
Out of interest why did you go with google code rather than github? Google code doesn't have any good mechanism for submitting patches and contributing to the code like github does.
评论 #2637111 未加载
MatthewPhillipsalmost 14 years ago
var profiler = MiniProfiler.Current; // it's ok if this is null<p>using (profiler.Step("Set page title"))<p>huh?
评论 #2636747 未加载
BonoboBoneralmost 14 years ago
Woah nice! Is there something equivalent for Java?
评论 #2638979 未加载