зеркало из https://github.com/mono/mvcwrench.git
Add some data so I know what is slow.
This commit is contained in:
Родитель
6503a5c532
Коммит
d2e0cf6497
|
@ -1,15 +1,20 @@
|
|||
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Builds/Builds.Master" Inherits="System.Web.Mvc.ViewPage" %>
|
||||
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="TitleContent" runat="server">
|
||||
<%= ViewData["PageTitle"] %>
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="Content4" ContentPlaceHolderID="right_content_placeholder" runat="server">
|
||||
<div class="right-content-pad">
|
||||
<% foreach (MvcWrench.Models.StatusStrip strip in (List<MvcWrench.Models.StatusStrip>)Model) {
|
||||
Html.RenderPartial ("StatusStrip", strip); %>
|
||||
<br />
|
||||
<% } %>
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Builds/Builds.Master" Inherits="System.Web.Mvc.ViewPage" %>
|
||||
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="TitleContent" runat="server">
|
||||
<%= ViewData["PageTitle"] %>
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ID="Content4" ContentPlaceHolderID="right_content_placeholder" runat="server">
|
||||
<div class="right-content-pad">
|
||||
<% foreach (MvcWrench.Models.StatusStrip strip in (List<MvcWrench.Models.StatusStrip>)Model) {
|
||||
Html.RenderPartial ("StatusStrip", strip); %>
|
||||
<br />
|
||||
<% } %>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
MW_Time: <%= ViewData["MonkeyWrenchElapsed"] %>
|
||||
MSVC_Time: <%= ViewData["MsvcElapsed"] %>
|
||||
-->
|
||||
</asp:Content>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче