Skip to content

Instantly share code, notes, and snippets.

@lalala
Created April 24, 2012 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalala/2481932 to your computer and use it in GitHub Desktop.
Save lalala/2481932 to your computer and use it in GitHub Desktop.
{"connected":true,"data":{"success":true}}<!-- start log messages -->
<table class="yiiLog" width="100%" cellpadding="2" style="border-spacing:1px;font:11px Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;color:#666666;">
<tr>
<th style="background:black;color:white;" colspan="5">
Application Log
</th>
</tr>
<tr style="background-color: #ccc;">
<th style="width:120px">Timestamp</th>
<th>Level</th>
<th>Category</th>
<th>Message</th>
</tr>
<tr style="background:#FFFFFF">
<td align="center">17:44:18.482831</td>
<td>fyi</td>
<td>InitHandler::init</td>
<td><pre>Kickstart logic</pre></td>
</tr> <tr style="background:#F5F5F5">
<td align="center">17:44:18.493807</td>
<td>fyi</td>
<td>InitHandler::init</td>
<td><pre>path cleared</pre></td>
</tr> <tr style="background:#FFFFFF">
<td align="center">17:44:18.501610</td>
<td>fyi</td>
<td>InitHandler::init</td>
<td><pre>Full init flow completed</pre></td>
</tr> <tr style="background:#F5F5F5">
<td align="center">17:44:18.507476</td>
<td>fyi</td>
<td>AppController::beforeAction</td>
<td><pre>Timing before action</pre></td>
</tr> <tr style="background:#FFFFFF">
<td align="center">17:44:18.699110</td>
<td>fyi</td>
<td>tripl\Trip::delete</td>
<td><pre>Update/Remove statuses</pre></td>
</tr> <tr style="background:#F5F5F5">
<td align="center">17:44:18.727447</td>
<td>fyi</td>
<td>tripl\Trip::delete</td>
<td><pre>Found 0 statuses</pre></td>
</tr> <tr style="background:#FFFFFF">
<td align="center">17:44:18.966675</td>
<td>fyi</td>
<td>tripl\Trip::delete</td>
<td><pre>Update/Remove statuses</pre></td>
</tr> <tr style="background:#F5F5F5">
<td align="center">17:44:18.979286</td>
<td>fyi</td>
<td>tripl\Trip::delete</td>
<td><pre>Found 0 statuses</pre></td>
</tr> <tr style="background:#FFFFFF">
<td align="center">17:44:18.991765</td>
<td>fyi</td>
<td>AppWebApplication::onEndRequest</td>
<td><pre>Execution finished</pre></td>
</tr></table>
<!-- end of log messages --><!-- start profiling summary -->
<table class="yiiLog" width="100%" cellpadding="2" style="border-spacing:1px;font:11px Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;color:#666666;">
<tr>
<th style="background:black;color:white;" colspan="6">
Profiling Summary Report
(Time: 0.51860s,
Memory: 6,622KB)
</th>
</tr>
<tr style="background-color: #ccc;">
<th>Procedure</th>
<th>Count</th>
<th>Total (s)</th>
<th>Avg. (s)</th>
<th>Min. (s)</th>
<th>Max. (s)</th>
</tr>
<tr style="background:#FFFFFF">
<td>tripl\StatusTripFeed::queryFeed</td>
<td align="center">2</td>
<td align="center">0.02404</td>
<td align="center">0.01202</td>
<td align="center">0.00468</td>
<td align="center">0.01936</td>
</tr> <tr style="background:#F5F5F5">
<td>tripl\Trip::getChildTrips</td>
<td align="center">3</td>
<td align="center">0.00317</td>
<td align="center">0.00106</td>
<td align="center">0.00001</td>
<td align="center">0.00234</td>
</tr> <tr style="background:#FFFFFF">
<td>tripl\StatusList::__construct</td>
<td align="center">2</td>
<td align="center">0.00006</td>
<td align="center">0.00003</td>
<td align="center">0.00003</td>
<td align="center">0.00003</td>
</tr></table>
<!-- end of profiling summary -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment