File: logs.html

package info (click to toggle)
tree-style-tab 4.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,084 kB
  • sloc: javascript: 68,810; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<meta charset="UTF-8">
<link rel="icon" href="./16x16.svg">
<script type="module" src="module/logs.js"></script>
<title>Logs for Performance Tuning</title>

<h1>Query Logs</h1>
<pre>[</pre>
<pre id="queryLogs"></pre>
<pre>];</pre>
<pre id="queryLogsAnalysis"></pre>

<h1>Internal Messaging Logs</h1>
<pre>{</pre>
<pre id="connectionMessageLogs"></pre>
<pre>};</pre>
<pre id="connectionMessageLogsAnalysis"></pre>