TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Stack Overflow open sources their ASP.net MVC mini profiler

70 点作者 sathyabhat将近 14 年前

5 条评论

sams99将近 14 年前
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 未加载
marcgravell将近 14 年前
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>)
andrewnez将近 14 年前
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 未加载
MatthewPhillips将近 14 年前
var profiler = MiniProfiler.Current; // it's ok if this is null<p>using (profiler.Step("Set page title"))<p>huh?
评论 #2636747 未加载
BonoboBoner将近 14 年前
Woah nice! Is there something equivalent for Java?
评论 #2638979 未加载