Commit 0a486bbe authored by Brian Major's avatar Brian Major
Browse files

ac2 - added profiler start new request

parent 61f5d800
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ public class UserServlet extends HttpServlet
    private void doAction(UserActionFactory factory, HttpServletRequest request, HttpServletResponse response)
        throws IOException
    {
        profiler.checkpoint("startNewRequest");
        long start = System.currentTimeMillis();
        UserLogInfo logInfo = new UserLogInfo(request);