NHibernate Profiler 中的符号 [/] 是什么意思?

发布于 2024-12-12 05:44:35 字数 114 浏览 1 评论 0原文

NProf 中这个小符号是什么意思?为什么它出现在会话#1 中而不是会话#3 中?

NHProf

What does this little symbol mean in NHProf? Why is it there in Session #1 but not Session #3?

NHProf

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

潜移默化 2024-12-19 05:44:35

[] 部分表示此会话绑定到的 URL。 [/] 表示应用程序的根 URL。

Session #3 尚未从 asp.net 管道 执行(NHibernate 可以从后台线程使用),并且没有可显示的 URL。

The [] section represents the URL that this session is bound to. [/] means the root URL of your application.

Session #3 has not been executed from the asp.net pipeline (NHibernate may be used from a background thread), and there is no URL to show.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文