39438 lines
566 KiB
HTML
39438 lines
566 KiB
HTML
|
|
<html>
|
|
<head>
|
|
<title>Cargo Build Timings — bot 0.1.0, cron_scheduler 0.1.0, clickhouse_pool 0.1.0, database 0.1.0, cli 0.1.0, api 0.1.0, config 0.1.0, tool_tracing 0.1.0</title>
|
|
<meta charset="utf-8">
|
|
<style type="text/css">
|
|
:root {
|
|
--error-text: #e80000;
|
|
--text: #000;
|
|
--background: #fff;
|
|
--h1-border-bottom: #c0c0c0;
|
|
--table-box-shadow: rgba(0, 0, 0, 0.1);
|
|
--table-th: #d5dde5;
|
|
--table-th-background: #1b1e24;
|
|
--table-th-border-bottom: #9ea7af;
|
|
--table-th-border-right: #343a45;
|
|
--table-tr-border-top: #c1c3d1;
|
|
--table-tr-border-bottom: #c1c3d1;
|
|
--table-tr-odd-background: #ebebeb;
|
|
--table-td-background: #ffffff;
|
|
--table-td-border-right: #C1C3D1;
|
|
--canvas-background: #f7f7f7;
|
|
--canvas-axes: #303030;
|
|
--canvas-grid: #e6e6e6;
|
|
--canvas-block: #aa95e8;
|
|
--canvas-custom-build: #f0b165;
|
|
--canvas-not-custom-build: #95cce8;
|
|
--canvas-dep-line: #ddd;
|
|
--canvas-dep-line-highlighted: #000;
|
|
--canvas-cpu: rgba(250, 119, 0, 0.2);
|
|
}
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--error-text: #e80000;
|
|
--text: #fff;
|
|
--background: #121212;
|
|
--h1-border-bottom: #444;
|
|
--table-box-shadow: rgba(255, 255, 255, 0.1);
|
|
--table-th: #a0a0a0;
|
|
--table-th-background: #2c2c2c;
|
|
--table-th-border-bottom: #555;
|
|
--table-th-border-right: #444;
|
|
--table-tr-border-top: #333;
|
|
--table-tr-border-bottom: #333;
|
|
--table-tr-odd-background: #1e1e1e;
|
|
--table-td-background: #262626;
|
|
--table-td-border-right: #333;
|
|
--canvas-background: #1a1a1a;
|
|
--canvas-axes: #b0b0b0;
|
|
--canvas-grid: #333;
|
|
--canvas-block: #aa95e8;
|
|
--canvas-custom-build: #f0b165;
|
|
--canvas-not-custom-build: #95cce8;
|
|
--canvas-dep-line: #444;
|
|
--canvas-dep-line-highlighted: #fff;
|
|
--canvas-cpu: rgba(250, 119, 0, 0.2);
|
|
}
|
|
}
|
|
|
|
html {
|
|
font-family: sans-serif;
|
|
color: var(--text);
|
|
background: var(--background);
|
|
}
|
|
|
|
.canvas-container {
|
|
position: relative;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
h1 {
|
|
border-bottom: 1px solid var(--h1-border-bottom);
|
|
}
|
|
|
|
.graph {
|
|
display: block;
|
|
}
|
|
|
|
.my-table {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
border-collapse: collapse;
|
|
box-shadow: 0 5px 10px var(--table-box-shadow);
|
|
}
|
|
|
|
.my-table th {
|
|
color: var(--table-th);
|
|
background: var(--table-th-background);
|
|
border-bottom: 4px solid var(--table-th-border-bottom);
|
|
border-right: 1px solid var(--table-th-border-right);
|
|
font-size: 18px;
|
|
font-weight: 100;
|
|
padding: 12px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.my-table th:first-child {
|
|
border-top-left-radius: 3px;
|
|
}
|
|
|
|
.my-table th:last-child {
|
|
border-top-right-radius: 3px;
|
|
border-right:none;
|
|
}
|
|
|
|
.my-table tr {
|
|
border-top: 1px solid var(--table-tr-border-top);
|
|
border-bottom: 1px solid var(--table-tr-border-bottom);
|
|
font-size: 16px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.my-table tr:first-child {
|
|
border-top:none;
|
|
}
|
|
|
|
.my-table tr:last-child {
|
|
border-bottom:none;
|
|
}
|
|
|
|
.my-table tr:nth-child(odd) td {
|
|
background: var(--table-tr-odd-background);
|
|
}
|
|
|
|
.my-table tr:last-child td:first-child {
|
|
border-bottom-left-radius:3px;
|
|
}
|
|
|
|
.my-table tr:last-child td:last-child {
|
|
border-bottom-right-radius:3px;
|
|
}
|
|
|
|
.my-table td {
|
|
background: var(--table-td-background);
|
|
padding: 10px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
font-weight: 300;
|
|
font-size: 14px;
|
|
border-right: 1px solid var(--table-td-border-right);
|
|
}
|
|
|
|
.my-table td:last-child {
|
|
border-right: 0px;
|
|
}
|
|
|
|
.summary-table td:first-child {
|
|
vertical-align: top;
|
|
text-align: right;
|
|
}
|
|
|
|
.input-table td {
|
|
text-align: center;
|
|
}
|
|
|
|
.error-text {
|
|
color: var(--error-text);
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Cargo Build Timings</h1>
|
|
See <a href="https://doc.rust-lang.org/nightly/cargo/reference/timings.html">Documentation</a>
|
|
|
|
<table class="my-table summary-table">
|
|
<tr>
|
|
<td>Targets:</td><td>bot 0.1.0 (lib)<br>cron_scheduler 0.1.0 (lib)<br>clickhouse_pool 0.1.0 (lib)<br>database 0.1.0 (lib)<br>cli 0.1.0 (bin "cli")<br>api 0.1.0 (lib)<br>config 0.1.0 (lib)<br>tool_tracing 0.1.0 (lib)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Profile:</td><td>dev</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Fresh units:</td><td>0</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Dirty units:</td><td>410</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Total units:</td><td>410</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Max concurrency:</td><td>16 (jobs=16 ncpu=16)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Build start:</td><td>2025-06-03T13:17:47.089055908Z</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Total time:</td><td>1054.1s (17m 34.1s)</td>
|
|
</tr>
|
|
<tr>
|
|
<td>rustc:</td><td>rustc 1.87.0 (17067e9ac 2025-05-09)<br>Host: x86_64-unknown-linux-gnu<br>Target: x86_64-unknown-linux-gnu</td>
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
<table class="input-table">
|
|
<tr>
|
|
<td><label for="min-unit-time">Min unit time:</label></td>
|
|
<td><label for="scale">Scale:</label></td>
|
|
</tr>
|
|
<tr>
|
|
<td><input type="range" min="0" max="30" step="0.1" value="0" id="min-unit-time"></td>
|
|
<td><input type="range" min="1" max="50" value="20" id="scale"></td>
|
|
</tr>
|
|
<tr>
|
|
<td><output for="min-unit-time" id="min-unit-time-output"></output></td>
|
|
<td><output for="scale" id="scale-output"></output></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div id="pipeline-container" class="canvas-container">
|
|
<canvas id="pipeline-graph" class="graph" style="position: absolute; left: 0; top: 0; z-index: 0;"></canvas>
|
|
<canvas id="pipeline-graph-lines" style="position: absolute; left: 0; top: 0; z-index: 1; pointer-events:none;"></canvas>
|
|
</div>
|
|
<div class="canvas-container">
|
|
<canvas id="timing-graph" class="graph"></canvas>
|
|
</div>
|
|
|
|
<table class="my-table">
|
|
<thead>
|
|
<tr>
|
|
<th></th>
|
|
<th>Unit</th>
|
|
<th>Total</th>
|
|
<th>Codegen</th>
|
|
<th>Features</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
|
|
<tr>
|
|
<td>1.</td>
|
|
<td>bot v0.1.0</td>
|
|
<td>973.8s</td>
|
|
<td>120.4s (12%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>2.</td>
|
|
<td>serenity v0.12.4</td>
|
|
<td>51.3s</td>
|
|
<td>24.7s (48%)</td>
|
|
<td>builder, bytes, cache, chrono, client, collector, dashmap, flate2, framework, fxhash, gateway, http, mime_guess, model, parking_lot, percent-encoding, reqwest, rustls_backend, tokio-tungstenite, typemap_rev, utils</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>3.</td>
|
|
<td>zstd-sys v2.0.15+zstd.1.5.7 build script (run)</td>
|
|
<td>48.9s</td>
|
|
<td></td>
|
|
<td>legacy, std, zdict_builder</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>4.</td>
|
|
<td>protobuf v3.7.2</td>
|
|
<td>26.0s</td>
|
|
<td>21.8s (84%)</td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>5.</td>
|
|
<td>opentelemetry_sdk v0.29.0</td>
|
|
<td>21.9s</td>
|
|
<td>18.4s (84%)</td>
|
|
<td>default, experimental_async_runtime, glob, internal-logs, logs, metrics, percent-encoding, rand, rt-tokio, serde_json, tokio, tokio-stream, trace, tracing</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>6.</td>
|
|
<td>rustls v0.22.4</td>
|
|
<td>20.8s</td>
|
|
<td>17.9s (86%)</td>
|
|
<td>default, log, logging, ring, tls12</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>7.</td>
|
|
<td>reqwest v0.11.27</td>
|
|
<td>19.7s</td>
|
|
<td>18.0s (91%)</td>
|
|
<td>__rustls, __tls, hyper-rustls, mime_guess, multipart, rustls, rustls-tls, rustls-tls-webpki-roots, stream, tokio-rustls, tokio-util, wasm-streams, webpki-roots</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>8.</td>
|
|
<td>tokio v1.45.1</td>
|
|
<td>19.5s</td>
|
|
<td>14.2s (73%)</td>
|
|
<td>bytes, default, fs, io-std, io-util, libc, macros, mio, net, parking_lot, rt, rt-multi-thread, signal, signal-hook-registry, socket2, sync, time, tokio-macros</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>9.</td>
|
|
<td>regex-automata v0.4.9</td>
|
|
<td>18.3s</td>
|
|
<td>15.3s (84%)</td>
|
|
<td>alloc, dfa-onepass, hybrid, meta, nfa-backtrack, nfa-pikevm, nfa-thompson, perf-inline, perf-literal, perf-literal-multisubstring, perf-literal-substring, std, syntax, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment, unicode-word-boundary</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>10.</td>
|
|
<td>rustls v0.21.12</td>
|
|
<td>18.0s</td>
|
|
<td>15.6s (87%)</td>
|
|
<td>dangerous_configuration, default, log, logging, tls12</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>11.</td>
|
|
<td>reqwest v0.12.19</td>
|
|
<td>16.5s</td>
|
|
<td>14.9s (91%)</td>
|
|
<td>blocking</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>12.</td>
|
|
<td>cli v0.1.0 bin "cli"</td>
|
|
<td>14.9s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>13.</td>
|
|
<td>clickhouse v0.13.3</td>
|
|
<td>14.6s</td>
|
|
<td>13.3s (91%)</td>
|
|
<td>chrono, default, lz4, native-tls, uuid</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>14.</td>
|
|
<td>h2 v0.3.26</td>
|
|
<td>14.0s</td>
|
|
<td>9.1s (65%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>15.</td>
|
|
<td>h2 v0.4.10</td>
|
|
<td>14.0s</td>
|
|
<td>9.0s (64%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>16.</td>
|
|
<td>tonic v0.12.3</td>
|
|
<td>13.7s</td>
|
|
<td>11.4s (83%)</td>
|
|
<td>channel, codegen, default, prost, router, server, transport</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>17.</td>
|
|
<td>tokio-cron-scheduler v0.14.0</td>
|
|
<td>12.9s</td>
|
|
<td>10.7s (83%)</td>
|
|
<td>default, signal, tracing-subscriber</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>18.</td>
|
|
<td>regex-syntax v0.8.5</td>
|
|
<td>11.4s</td>
|
|
<td>9.1s (80%)</td>
|
|
<td>default, std, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>19.</td>
|
|
<td>aho-corasick v1.1.3</td>
|
|
<td>11.4s</td>
|
|
<td>10.1s (88%)</td>
|
|
<td>perf-literal, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>20.</td>
|
|
<td>actix-server v2.6.0</td>
|
|
<td>11.2s</td>
|
|
<td>10.1s (90%)</td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>21.</td>
|
|
<td>prometheus v0.14.0</td>
|
|
<td>10.9s</td>
|
|
<td>9.8s (90%)</td>
|
|
<td>default, protobuf</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>22.</td>
|
|
<td>tool_tracing v0.1.0</td>
|
|
<td>10.7s</td>
|
|
<td>9.8s (91%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>23.</td>
|
|
<td>toml_edit v0.22.26</td>
|
|
<td>10.6s</td>
|
|
<td>8.3s (79%)</td>
|
|
<td>display, parse, serde</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>24.</td>
|
|
<td>hyper v0.14.32</td>
|
|
<td>10.4s</td>
|
|
<td>6.4s (62%)</td>
|
|
<td>client, h2, http1, http2, runtime, socket2, tcp</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>25.</td>
|
|
<td>regex-syntax v0.6.29</td>
|
|
<td>9.8s</td>
|
|
<td>7.9s (80%)</td>
|
|
<td>default, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>26.</td>
|
|
<td>tracing-subscriber v0.3.19</td>
|
|
<td>9.7s</td>
|
|
<td>8.1s (83%)</td>
|
|
<td>alloc, ansi, default, env-filter, fmt, matchers, nu-ansi-term, once_cell, regex, registry, sharded-slab, smallvec, std, thread_local, time, tracing, tracing-log</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>27.</td>
|
|
<td>time v0.3.41</td>
|
|
<td>8.5s</td>
|
|
<td>6.3s (75%)</td>
|
|
<td>alloc, default, formatting, macros, parsing, serde, serde-well-known, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>28.</td>
|
|
<td>utoipa v5.3.1</td>
|
|
<td>8.3s</td>
|
|
<td>5.7s (68%)</td>
|
|
<td>default, macros</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>29.</td>
|
|
<td>openssl v0.10.73</td>
|
|
<td>8.1s</td>
|
|
<td>4.9s (60%)</td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>30.</td>
|
|
<td>ring v0.17.14 build script (run)</td>
|
|
<td>7.9s</td>
|
|
<td></td>
|
|
<td>alloc, default, dev_urandom_fallback</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>31.</td>
|
|
<td>opentelemetry-proto v0.29.0</td>
|
|
<td>7.1s</td>
|
|
<td>5.8s (83%)</td>
|
|
<td>gen-tonic, gen-tonic-messages, logs, metrics, prost, tonic, trace</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>32.</td>
|
|
<td>axum v0.7.9</td>
|
|
<td>7.1s</td>
|
|
<td>3.2s (46%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>33.</td>
|
|
<td>hyper v1.6.0</td>
|
|
<td>6.9s</td>
|
|
<td>5.0s (73%)</td>
|
|
<td>client, default, http1, http2, server</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>34.</td>
|
|
<td>encoding_rs v0.8.35</td>
|
|
<td>6.9s</td>
|
|
<td>5.6s (82%)</td>
|
|
<td>alloc, default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>35.</td>
|
|
<td>ring v0.17.14</td>
|
|
<td>6.8s</td>
|
|
<td>4.9s (73%)</td>
|
|
<td>alloc, default, dev_urandom_fallback</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>36.</td>
|
|
<td>brotli v8.0.1</td>
|
|
<td>6.7s</td>
|
|
<td>2.6s (39%)</td>
|
|
<td>alloc-stdlib, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>37.</td>
|
|
<td>opentelemetry-otlp v0.29.0</td>
|
|
<td>6.5s</td>
|
|
<td>5.7s (87%)</td>
|
|
<td>default, grpc-tonic, http, http-proto, internal-logs, logs, metrics, opentelemetry-http, prost, reqwest, reqwest-blocking-client, tokio, tonic, trace, tracing</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>38.</td>
|
|
<td>utoipa-gen v5.3.1</td>
|
|
<td>6.2s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>39.</td>
|
|
<td>tungstenite v0.21.0</td>
|
|
<td>6.1s</td>
|
|
<td>5.3s (87%)</td>
|
|
<td>__rustls-tls, data-encoding, handshake, http, httparse, rustls, rustls-pki-types, sha1, url</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>40.</td>
|
|
<td>actix-rt v2.10.0</td>
|
|
<td>5.8s</td>
|
|
<td>5.5s (94%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>41.</td>
|
|
<td>syn v2.0.101</td>
|
|
<td>5.6s</td>
|
|
<td>1.6s (28%)</td>
|
|
<td>clone-impls, default, derive, extra-traits, fold, full, parsing, printing, proc-macro, visit, visit-mut</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>42.</td>
|
|
<td>regex-automata v0.1.10</td>
|
|
<td>5.6s</td>
|
|
<td>4.7s (85%)</td>
|
|
<td>default, regex-syntax, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>43.</td>
|
|
<td>chrono v0.4.41</td>
|
|
<td>5.6s</td>
|
|
<td>4.1s (73%)</td>
|
|
<td>alloc, android-tzdata, clock, default, iana-time-zone, js-sys, now, oldtime, serde, std, wasm-bindgen, wasmbind, winapi, windows-link</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>44.</td>
|
|
<td>poise v0.6.1</td>
|
|
<td>5.6s</td>
|
|
<td>3.3s (60%)</td>
|
|
<td>cache, chrono, default, handle_panics</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>45.</td>
|
|
<td>brotli-decompressor v5.0.0</td>
|
|
<td>5.3s</td>
|
|
<td>4.3s (82%)</td>
|
|
<td>alloc-stdlib, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>46.</td>
|
|
<td>opentelemetry v0.29.1</td>
|
|
<td>4.9s</td>
|
|
<td>4.0s (81%)</td>
|
|
<td>default, futures, futures-core, futures-sink, internal-logs, logs, metrics, pin-project-lite, thiserror, trace, tracing</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>47.</td>
|
|
<td>iri-string v0.7.8</td>
|
|
<td>4.7s</td>
|
|
<td>2.6s (56%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>48.</td>
|
|
<td>hyper-util v0.1.13</td>
|
|
<td>4.6s</td>
|
|
<td>2.6s (57%)</td>
|
|
<td>client, client-legacy, client-proxy, default, http1, http2, server, server-auto, service, tokio</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>49.</td>
|
|
<td>actix-web v4.11.0</td>
|
|
<td>4.4s</td>
|
|
<td>2.2s (51%)</td>
|
|
<td>__compress, compat, compat-routing-macros-force-pub, compress-brotli, compress-gzip, compress-zstd, cookies, default, http2, macros, unicode</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>50.</td>
|
|
<td>data-encoding v2.9.0</td>
|
|
<td>4.3s</td>
|
|
<td>3.9s (90%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>51.</td>
|
|
<td>icu_locale_core v2.0.0</td>
|
|
<td>4.3s</td>
|
|
<td>3.6s (84%)</td>
|
|
<td>zerovec</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>52.</td>
|
|
<td>idna v1.0.3</td>
|
|
<td>4.1s</td>
|
|
<td>3.7s (91%)</td>
|
|
<td>alloc, compiled_data, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>53.</td>
|
|
<td>regex-lite v0.1.6</td>
|
|
<td>4.0s</td>
|
|
<td>3.4s (85%)</td>
|
|
<td>default, std, string</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>54.</td>
|
|
<td>serde_json v1.0.140</td>
|
|
<td>3.7s</td>
|
|
<td>2.6s (71%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>55.</td>
|
|
<td>url v2.5.4</td>
|
|
<td>3.6s</td>
|
|
<td>3.0s (82%)</td>
|
|
<td>default, serde, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>56.</td>
|
|
<td>serde_derive v1.0.219</td>
|
|
<td>3.6s</td>
|
|
<td></td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>57.</td>
|
|
<td>futures-util v0.3.31</td>
|
|
<td>3.6s</td>
|
|
<td>0.5s (15%)</td>
|
|
<td>alloc, async-await, async-await-macro, channel, default, futures-channel, futures-io, futures-macro, futures-sink, io, memchr, sink, slab, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>58.</td>
|
|
<td>toml v0.8.22</td>
|
|
<td>3.6s</td>
|
|
<td>3.0s (85%)</td>
|
|
<td>default, display, parse</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>59.</td>
|
|
<td>actix-http v3.11.0</td>
|
|
<td>3.4s</td>
|
|
<td>2.1s (60%)</td>
|
|
<td>__compress, compress-brotli, compress-gzip, compress-zstd, default, http2, ws</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>60.</td>
|
|
<td>http v0.2.12</td>
|
|
<td>3.4s</td>
|
|
<td>2.4s (70%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>61.</td>
|
|
<td>axum-core v0.4.5</td>
|
|
<td>3.4s</td>
|
|
<td>1.2s (36%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>62.</td>
|
|
<td>derive_more-impl v2.0.1</td>
|
|
<td>3.2s</td>
|
|
<td></td>
|
|
<td>as_ref, default, deref, deref_mut, display, error, from</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>63.</td>
|
|
<td>serde v1.0.219</td>
|
|
<td>3.1s</td>
|
|
<td>0.2s (8%)</td>
|
|
<td>alloc, default, derive, serde_derive, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>64.</td>
|
|
<td>rustls-webpki v0.102.8</td>
|
|
<td>3.1s</td>
|
|
<td>2.5s (82%)</td>
|
|
<td>alloc, ring, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>65.</td>
|
|
<td>http v1.3.1</td>
|
|
<td>3.0s</td>
|
|
<td>2.1s (70%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>66.</td>
|
|
<td>actix-router v0.5.3</td>
|
|
<td>2.9s</td>
|
|
<td>2.4s (80%)</td>
|
|
<td>http, unicode</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>67.</td>
|
|
<td>serde v1.0.219</td>
|
|
<td>2.9s</td>
|
|
<td>0.1s (4%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>68.</td>
|
|
<td>darling_core v0.20.11</td>
|
|
<td>2.8s</td>
|
|
<td>1.3s (46%)</td>
|
|
<td>strsim, suggestions</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>69.</td>
|
|
<td>syn v1.0.109</td>
|
|
<td>2.8s</td>
|
|
<td>0.9s (30%)</td>
|
|
<td>clone-impls, default, derive, extra-traits, parsing, printing, proc-macro, quote, visit</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>70.</td>
|
|
<td>tracing-opentelemetry v0.30.0</td>
|
|
<td>2.6s</td>
|
|
<td>2.2s (85%)</td>
|
|
<td>default, metrics, smallvec, tracing-log</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>71.</td>
|
|
<td>rustls-webpki v0.101.7</td>
|
|
<td>2.6s</td>
|
|
<td>2.1s (80%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>72.</td>
|
|
<td>winnow v0.7.10</td>
|
|
<td>2.6s</td>
|
|
<td>0.5s (18%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>73.</td>
|
|
<td>miniz_oxide v0.8.8</td>
|
|
<td>2.6s</td>
|
|
<td>2.1s (81%)</td>
|
|
<td>with-alloc</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>74.</td>
|
|
<td>config v0.1.0</td>
|
|
<td>2.4s</td>
|
|
<td>1.8s (76%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>75.</td>
|
|
<td>icu_properties v2.0.1</td>
|
|
<td>2.3s</td>
|
|
<td>1.2s (51%)</td>
|
|
<td>compiled_data</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>76.</td>
|
|
<td>ipnet v2.11.0</td>
|
|
<td>2.3s</td>
|
|
<td>2.0s (86%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>77.</td>
|
|
<td>regex v1.11.1</td>
|
|
<td>2.2s</td>
|
|
<td>1.7s (78%)</td>
|
|
<td>default, perf, perf-backtrack, perf-cache, perf-dfa, perf-inline, perf-literal, perf-onepass, std, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>78.</td>
|
|
<td>time-macros v0.2.22</td>
|
|
<td>2.2s</td>
|
|
<td></td>
|
|
<td>formatting, parsing, serde</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>79.</td>
|
|
<td>opentelemetry-http v0.29.0</td>
|
|
<td>2.2s</td>
|
|
<td>1.8s (84%)</td>
|
|
<td>default, internal-logs, reqwest, tracing</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>80.</td>
|
|
<td>icu_normalizer v2.0.0</td>
|
|
<td>2.1s</td>
|
|
<td>1.7s (80%)</td>
|
|
<td>compiled_data</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>81.</td>
|
|
<td>poise_macros v0.6.1</td>
|
|
<td>2.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>82.</td>
|
|
<td>cookie v0.16.2</td>
|
|
<td>2.0s</td>
|
|
<td>1.7s (85%)</td>
|
|
<td>percent-encode, percent-encoding</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>83.</td>
|
|
<td>derivative v2.2.0</td>
|
|
<td>1.9s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>84.</td>
|
|
<td>zerocopy v0.8.25</td>
|
|
<td>1.9s</td>
|
|
<td>0.1s (4%)</td>
|
|
<td>simd</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>85.</td>
|
|
<td>prost-derive v0.13.5</td>
|
|
<td>1.9s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>86.</td>
|
|
<td>memchr v2.7.4</td>
|
|
<td>1.9s</td>
|
|
<td>1.4s (72%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>87.</td>
|
|
<td>cc v1.2.25</td>
|
|
<td>1.8s</td>
|
|
<td>0.8s (45%)</td>
|
|
<td>parallel</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>88.</td>
|
|
<td>language-tags v0.3.2</td>
|
|
<td>1.8s</td>
|
|
<td>1.2s (64%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>89.</td>
|
|
<td>database v0.1.0</td>
|
|
<td>1.7s</td>
|
|
<td>0.8s (44%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>90.</td>
|
|
<td>glob v0.3.2</td>
|
|
<td>1.7s</td>
|
|
<td>1.4s (85%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>91.</td>
|
|
<td>croner v2.1.0</td>
|
|
<td>1.7s</td>
|
|
<td>1.4s (83%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>92.</td>
|
|
<td>socket2 v0.5.10</td>
|
|
<td>1.7s</td>
|
|
<td>1.3s (80%)</td>
|
|
<td>all</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>93.</td>
|
|
<td>protobuf-support v3.7.2</td>
|
|
<td>1.7s</td>
|
|
<td>1.4s (83%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>94.</td>
|
|
<td>parking_lot v0.12.4</td>
|
|
<td>1.6s</td>
|
|
<td>1.4s (87%)</td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>95.</td>
|
|
<td>tracing-log v0.1.4</td>
|
|
<td>1.6s</td>
|
|
<td>1.3s (84%)</td>
|
|
<td>default, log-tracer, std, trace-logger</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>96.</td>
|
|
<td>tokio-util v0.7.15</td>
|
|
<td>1.6s</td>
|
|
<td>0.8s (54%)</td>
|
|
<td>codec, default, io</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>97.</td>
|
|
<td>itertools v0.14.0</td>
|
|
<td>1.6s</td>
|
|
<td>0.1s (5%)</td>
|
|
<td>default, use_alloc, use_std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>98.</td>
|
|
<td>tracing-attributes v0.1.28</td>
|
|
<td>1.6s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>99.</td>
|
|
<td>tracing-core v0.1.33</td>
|
|
<td>1.6s</td>
|
|
<td>1.2s (76%)</td>
|
|
<td>default, once_cell, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>100.</td>
|
|
<td>tower v0.4.13</td>
|
|
<td>1.5s</td>
|
|
<td>0.2s (14%)</td>
|
|
<td>__common, balance, buffer, discover, futures-core, futures-util, indexmap, limit, load, make, pin-project, pin-project-lite, rand, ready-cache, slab, tokio, tokio-util, tracing, util</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>101.</td>
|
|
<td>openssl-sys v0.9.109</td>
|
|
<td>1.5s</td>
|
|
<td>0.1s (10%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>102.</td>
|
|
<td>thiserror-impl v2.0.12</td>
|
|
<td>1.5s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>103.</td>
|
|
<td>clickhouse_pool v0.1.0</td>
|
|
<td>1.5s</td>
|
|
<td>0.7s (48%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>104.</td>
|
|
<td>bytes v1.10.1</td>
|
|
<td>1.5s</td>
|
|
<td>0.9s (61%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>105.</td>
|
|
<td>zerovec-derive v0.11.1</td>
|
|
<td>1.4s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>106.</td>
|
|
<td>zerofrom-derive v0.1.6</td>
|
|
<td>1.4s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>107.</td>
|
|
<td>rustls-pki-types v1.12.0</td>
|
|
<td>1.4s</td>
|
|
<td>1.0s (70%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>108.</td>
|
|
<td>api v0.1.0</td>
|
|
<td>1.4s</td>
|
|
<td>0.9s (67%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>109.</td>
|
|
<td>num_cpus v1.17.0</td>
|
|
<td>1.4s</td>
|
|
<td>1.1s (82%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>110.</td>
|
|
<td>thiserror-impl v1.0.69</td>
|
|
<td>1.4s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>111.</td>
|
|
<td>mio v1.0.4</td>
|
|
<td>1.4s</td>
|
|
<td>1.0s (70%)</td>
|
|
<td>default, log, net, os-ext, os-poll</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>112.</td>
|
|
<td>pin-project-internal v1.1.10</td>
|
|
<td>1.4s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>113.</td>
|
|
<td>zerovec v0.11.2</td>
|
|
<td>1.4s</td>
|
|
<td>0.1s (7%)</td>
|
|
<td>alloc, derive, yoke</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>114.</td>
|
|
<td>tower-http v0.6.5</td>
|
|
<td>1.4s</td>
|
|
<td>1.0s (75%)</td>
|
|
<td>follow-redirect, futures-util, iri-string, tower</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>115.</td>
|
|
<td>rand v0.8.5</td>
|
|
<td>1.3s</td>
|
|
<td>0.5s (38%)</td>
|
|
<td>alloc, default, getrandom, libc, rand_chacha, small_rng, std, std_rng</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>116.</td>
|
|
<td>async-trait v0.1.88</td>
|
|
<td>1.2s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>117.</td>
|
|
<td>yoke-derive v0.8.0</td>
|
|
<td>1.1s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>118.</td>
|
|
<td>num-derive v0.4.2</td>
|
|
<td>1.1s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>119.</td>
|
|
<td>icu_collections v2.0.0</td>
|
|
<td>1.1s</td>
|
|
<td>0.7s (67%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>120.</td>
|
|
<td>deranged v0.4.0</td>
|
|
<td>1.0s</td>
|
|
<td>0.1s (5%)</td>
|
|
<td>alloc, powerfmt, serde, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>121.</td>
|
|
<td>signal-hook-registry v1.4.5</td>
|
|
<td>1.0s</td>
|
|
<td>0.8s (81%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>122.</td>
|
|
<td>rand v0.9.1</td>
|
|
<td>1.0s</td>
|
|
<td>0.3s (31%)</td>
|
|
<td>alloc, default, os_rng, small_rng, std, std_rng, thread_rng</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>123.</td>
|
|
<td>futures-macro v0.3.31</td>
|
|
<td>1.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>124.</td>
|
|
<td>actix-web-codegen v4.3.0</td>
|
|
<td>1.0s</td>
|
|
<td></td>
|
|
<td>compat-routing-macros-force-pub</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>125.</td>
|
|
<td>native-tls v0.2.14</td>
|
|
<td>1.0s</td>
|
|
<td>0.7s (73%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>126.</td>
|
|
<td>utoipa-actix-web v0.1.2</td>
|
|
<td>1.0s</td>
|
|
<td>0.9s (87%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>127.</td>
|
|
<td>rand_chacha v0.3.1</td>
|
|
<td>1.0s</td>
|
|
<td>0.8s (80%)</td>
|
|
<td>std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>128.</td>
|
|
<td>mime_guess v2.0.5</td>
|
|
<td>1.0s</td>
|
|
<td>0.6s (63%)</td>
|
|
<td>default, rev-mappings</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>129.</td>
|
|
<td>anyhow v1.0.98</td>
|
|
<td>1.0s</td>
|
|
<td>0.7s (75%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>130.</td>
|
|
<td>value-bag v1.11.1</td>
|
|
<td>1.0s</td>
|
|
<td>0.6s (61%)</td>
|
|
<td>alloc, error, inline-i128, serde, serde1, std, value-bag-serde1</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>131.</td>
|
|
<td>actix-cors v0.7.1</td>
|
|
<td>1.0s</td>
|
|
<td>0.8s (77%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>132.</td>
|
|
<td>serde_derive_internals v0.29.1</td>
|
|
<td>1.0s</td>
|
|
<td>0.4s (43%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>133.</td>
|
|
<td>rand_chacha v0.9.0</td>
|
|
<td>1.0s</td>
|
|
<td>0.7s (73%)</td>
|
|
<td>std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>134.</td>
|
|
<td>strfmt v0.2.4</td>
|
|
<td>0.9s</td>
|
|
<td>0.7s (75%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>135.</td>
|
|
<td>regex-lite v0.1.6</td>
|
|
<td>0.9s</td>
|
|
<td>0.3s (36%)</td>
|
|
<td>default, std, string</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>136.</td>
|
|
<td>displaydoc v0.2.5</td>
|
|
<td>0.9s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>137.</td>
|
|
<td>sharded-slab v0.1.7</td>
|
|
<td>0.9s</td>
|
|
<td>0.2s (18%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>138.</td>
|
|
<td>erased-serde v0.4.6</td>
|
|
<td>0.9s</td>
|
|
<td>0.4s (39%)</td>
|
|
<td>alloc, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>139.</td>
|
|
<td>iana-time-zone v0.1.63</td>
|
|
<td>0.9s</td>
|
|
<td>0.8s (86%)</td>
|
|
<td>fallback</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>140.</td>
|
|
<td>indexmap v2.9.0</td>
|
|
<td>0.9s</td>
|
|
<td>0.1s (6%)</td>
|
|
<td>default, serde, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>141.</td>
|
|
<td>hashbrown v0.15.3</td>
|
|
<td>0.9s</td>
|
|
<td>0.1s (7%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>142.</td>
|
|
<td>writeable v0.6.1</td>
|
|
<td>0.9s</td>
|
|
<td>0.7s (78%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>143.</td>
|
|
<td>futures-executor v0.3.31</td>
|
|
<td>0.9s</td>
|
|
<td>0.7s (83%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>144.</td>
|
|
<td>tracing-actix-web v0.7.18</td>
|
|
<td>0.9s</td>
|
|
<td>0.6s (64%)</td>
|
|
<td>default, emit_event_on_error, opentelemetry_0_29, opentelemetry_0_29_pkg, tracing-opentelemetry_0_30_pkg</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>145.</td>
|
|
<td>actix-web-prom v0.10.0</td>
|
|
<td>0.9s</td>
|
|
<td>0.7s (78%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>146.</td>
|
|
<td>tokio-macros v2.5.0</td>
|
|
<td>0.9s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>147.</td>
|
|
<td>hashbrown v0.14.5</td>
|
|
<td>0.9s</td>
|
|
<td>0.1s (10%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>148.</td>
|
|
<td>num-traits v0.2.19</td>
|
|
<td>0.8s</td>
|
|
<td>0.1s (16%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>149.</td>
|
|
<td>flate2 v1.1.1</td>
|
|
<td>0.8s</td>
|
|
<td>0.4s (45%)</td>
|
|
<td>any_impl, default, miniz_oxide, rust_backend</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>150.</td>
|
|
<td>dashmap v5.5.3</td>
|
|
<td>0.8s</td>
|
|
<td>0.4s (45%)</td>
|
|
<td>serde</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>151.</td>
|
|
<td>uuid v1.17.0</td>
|
|
<td>0.8s</td>
|
|
<td>0.5s (60%)</td>
|
|
<td>default, rng, serde, std, v4</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>152.</td>
|
|
<td>generic-array v0.14.7</td>
|
|
<td>0.8s</td>
|
|
<td>0.0s (6%)</td>
|
|
<td>more_lengths</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>153.</td>
|
|
<td>tracing-bunyan-formatter v0.3.10</td>
|
|
<td>0.8s</td>
|
|
<td>0.5s (56%)</td>
|
|
<td>default, gethostname, hostname</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>154.</td>
|
|
<td>nu-ansi-term v0.46.0</td>
|
|
<td>0.8s</td>
|
|
<td>0.6s (72%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>155.</td>
|
|
<td>matchit v0.7.3</td>
|
|
<td>0.8s</td>
|
|
<td>0.5s (63%)</td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>156.</td>
|
|
<td>base64 v0.21.7</td>
|
|
<td>0.8s</td>
|
|
<td>0.5s (64%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>157.</td>
|
|
<td>typenum v1.18.0</td>
|
|
<td>0.8s</td>
|
|
<td>0.0s (4%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>158.</td>
|
|
<td>async-stream-impl v0.3.6</td>
|
|
<td>0.8s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>159.</td>
|
|
<td>vcpkg v0.2.15</td>
|
|
<td>0.8s</td>
|
|
<td>0.4s (57%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>160.</td>
|
|
<td>proc-macro2 v1.0.95</td>
|
|
<td>0.7s</td>
|
|
<td>0.3s (41%)</td>
|
|
<td>default, proc-macro</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>161.</td>
|
|
<td>libc v0.2.172</td>
|
|
<td>0.7s</td>
|
|
<td>0.1s (7%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>162.</td>
|
|
<td>hashbrown v0.12.3</td>
|
|
<td>0.7s</td>
|
|
<td>0.0s (5%)</td>
|
|
<td>raw</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>163.</td>
|
|
<td>mime v0.3.17</td>
|
|
<td>0.7s</td>
|
|
<td>0.5s (74%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>164.</td>
|
|
<td>bytes v1.10.1</td>
|
|
<td>0.7s</td>
|
|
<td>0.1s (20%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>165.</td>
|
|
<td>log v0.4.27</td>
|
|
<td>0.7s</td>
|
|
<td>0.4s (50%)</td>
|
|
<td>kv, kv_serde, kv_std, serde, std, value-bag</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>166.</td>
|
|
<td>ring v0.17.14 build script</td>
|
|
<td>0.7s</td>
|
|
<td></td>
|
|
<td>alloc, default, dev_urandom_fallback</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>167.</td>
|
|
<td>mime_guess v2.0.5 build script</td>
|
|
<td>0.7s</td>
|
|
<td></td>
|
|
<td>default, rev-mappings</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>168.</td>
|
|
<td>libc v0.2.172</td>
|
|
<td>0.7s</td>
|
|
<td>0.1s (9%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>169.</td>
|
|
<td>darling_macro v0.20.11</td>
|
|
<td>0.7s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>170.</td>
|
|
<td>actix-router v0.5.3</td>
|
|
<td>0.7s</td>
|
|
<td>0.2s (34%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>171.</td>
|
|
<td>base64 v0.22.1</td>
|
|
<td>0.7s</td>
|
|
<td>0.4s (53%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>172.</td>
|
|
<td>httparse v1.10.1</td>
|
|
<td>0.7s</td>
|
|
<td>0.4s (60%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>173.</td>
|
|
<td>openssl-sys v0.9.109 build script</td>
|
|
<td>0.7s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>174.</td>
|
|
<td>serde_repr v0.1.20</td>
|
|
<td>0.6s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>175.</td>
|
|
<td>bstr v1.12.0</td>
|
|
<td>0.6s</td>
|
|
<td>0.3s (45%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>176.</td>
|
|
<td>actix-macros v0.2.4</td>
|
|
<td>0.6s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>177.</td>
|
|
<td>prost v0.13.5</td>
|
|
<td>0.6s</td>
|
|
<td>0.2s (25%)</td>
|
|
<td>default, derive, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>178.</td>
|
|
<td>pkg-config v0.3.32</td>
|
|
<td>0.6s</td>
|
|
<td>0.3s (57%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>179.</td>
|
|
<td>cron_scheduler v0.1.0</td>
|
|
<td>0.6s</td>
|
|
<td>0.2s (31%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>180.</td>
|
|
<td>synstructure v0.13.2</td>
|
|
<td>0.6s</td>
|
|
<td>0.3s (47%)</td>
|
|
<td>default, proc-macro</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>181.</td>
|
|
<td>rustversion v1.0.21</td>
|
|
<td>0.6s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>182.</td>
|
|
<td>tokio-stream v0.1.17</td>
|
|
<td>0.6s</td>
|
|
<td>0.1s (17%)</td>
|
|
<td>default, net, time</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>183.</td>
|
|
<td>clickhouse-derive v0.2.0</td>
|
|
<td>0.6s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>184.</td>
|
|
<td>indexmap v1.9.3</td>
|
|
<td>0.6s</td>
|
|
<td>0.0s (8%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>185.</td>
|
|
<td>rustls-pemfile v1.0.4</td>
|
|
<td>0.6s</td>
|
|
<td>0.4s (81%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>186.</td>
|
|
<td>actix-codec v0.5.2</td>
|
|
<td>0.6s</td>
|
|
<td>0.3s (52%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>187.</td>
|
|
<td>sha1 v0.10.6</td>
|
|
<td>0.5s</td>
|
|
<td>0.4s (67%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>188.</td>
|
|
<td>tower v0.5.2</td>
|
|
<td>0.5s</td>
|
|
<td>0.1s (11%)</td>
|
|
<td>__common, futures-core, futures-util, pin-project-lite, sync_wrapper, timeout, tokio, util</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>189.</td>
|
|
<td>openssl-macros v0.1.1</td>
|
|
<td>0.5s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>190.</td>
|
|
<td>zerotrie v0.2.2</td>
|
|
<td>0.5s</td>
|
|
<td>0.2s (39%)</td>
|
|
<td>yoke, zerofrom</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>191.</td>
|
|
<td>tracing v0.1.41</td>
|
|
<td>0.5s</td>
|
|
<td>0.3s (63%)</td>
|
|
<td>attributes, default, log, std, tracing-attributes</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>192.</td>
|
|
<td>icu_provider v2.0.0</td>
|
|
<td>0.5s</td>
|
|
<td>0.2s (42%)</td>
|
|
<td>baked, zerotrie</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>193.</td>
|
|
<td>parking_lot_core v0.9.11</td>
|
|
<td>0.5s</td>
|
|
<td>0.3s (60%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>194.</td>
|
|
<td>sealed v0.6.0</td>
|
|
<td>0.5s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>195.</td>
|
|
<td>httpdate v1.0.3</td>
|
|
<td>0.5s</td>
|
|
<td>0.4s (77%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>196.</td>
|
|
<td>tracing-log v0.2.0</td>
|
|
<td>0.5s</td>
|
|
<td>0.3s (72%)</td>
|
|
<td>log-tracer, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>197.</td>
|
|
<td>toml_datetime v0.6.9</td>
|
|
<td>0.5s</td>
|
|
<td>0.3s (54%)</td>
|
|
<td>serde</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>198.</td>
|
|
<td>zstd-sys v2.0.15+zstd.1.5.7 build script</td>
|
|
<td>0.5s</td>
|
|
<td></td>
|
|
<td>legacy, std, zdict_builder</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>199.</td>
|
|
<td>tracing-core v0.1.33</td>
|
|
<td>0.5s</td>
|
|
<td>0.1s (26%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>200.</td>
|
|
<td>actix-service v2.0.3</td>
|
|
<td>0.5s</td>
|
|
<td>0.0s (9%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>201.</td>
|
|
<td>thread_local v1.1.8</td>
|
|
<td>0.4s</td>
|
|
<td>0.2s (57%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>202.</td>
|
|
<td>httparse v1.10.1 build script</td>
|
|
<td>0.4s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>203.</td>
|
|
<td>ryu v1.0.20</td>
|
|
<td>0.4s</td>
|
|
<td>0.3s (69%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>204.</td>
|
|
<td>ppv-lite86 v0.2.21</td>
|
|
<td>0.4s</td>
|
|
<td>0.0s (7%)</td>
|
|
<td>simd, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>205.</td>
|
|
<td>zerocopy v0.8.25 build script</td>
|
|
<td>0.4s</td>
|
|
<td></td>
|
|
<td>simd</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>206.</td>
|
|
<td>cityhash-rs v1.0.1</td>
|
|
<td>0.4s</td>
|
|
<td>0.3s (68%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>207.</td>
|
|
<td>tokio-tungstenite v0.21.0</td>
|
|
<td>0.4s</td>
|
|
<td>0.0s (8%)</td>
|
|
<td>__rustls-tls, connect, default, handshake, rustls, rustls-pki-types, rustls-tls-webpki-roots, stream, tokio-rustls, webpki-roots</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>208.</td>
|
|
<td>form_urlencoded v1.2.1</td>
|
|
<td>0.4s</td>
|
|
<td>0.3s (75%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>209.</td>
|
|
<td>anyhow v1.0.98</td>
|
|
<td>0.4s</td>
|
|
<td>0.2s (39%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>210.</td>
|
|
<td>typenum v1.18.0 build script</td>
|
|
<td>0.4s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>211.</td>
|
|
<td>syn v1.0.109 build script</td>
|
|
<td>0.4s</td>
|
|
<td></td>
|
|
<td>clone-impls, default, derive, extra-traits, parsing, printing, proc-macro, quote, visit</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>212.</td>
|
|
<td>protobuf v3.7.2 build script</td>
|
|
<td>0.4s</td>
|
|
<td></td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>213.</td>
|
|
<td>bitflags v2.9.1</td>
|
|
<td>0.4s</td>
|
|
<td>0.2s (64%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>214.</td>
|
|
<td>jobserver v0.1.33</td>
|
|
<td>0.4s</td>
|
|
<td>0.1s (40%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>215.</td>
|
|
<td>autocfg v1.4.0</td>
|
|
<td>0.3s</td>
|
|
<td>0.2s (50%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>216.</td>
|
|
<td>litemap v0.8.0</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (14%)</td>
|
|
<td>alloc</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>217.</td>
|
|
<td>quote v1.0.40</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (32%)</td>
|
|
<td>default, proc-macro</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>218.</td>
|
|
<td>libc v0.2.172 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>219.</td>
|
|
<td>sct v0.7.1</td>
|
|
<td>0.3s</td>
|
|
<td>0.2s (69%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>220.</td>
|
|
<td>crc32fast v1.4.2</td>
|
|
<td>0.3s</td>
|
|
<td>0.2s (55%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>221.</td>
|
|
<td>byteorder v1.5.0</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (9%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>222.</td>
|
|
<td>deadpool v0.12.2</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (18%)</td>
|
|
<td>default, managed, unmanaged</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>223.</td>
|
|
<td>unicase v2.8.1</td>
|
|
<td>0.3s</td>
|
|
<td>0.2s (55%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>224.</td>
|
|
<td>anyhow v1.0.98 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>225.</td>
|
|
<td>percent-encoding v2.3.1</td>
|
|
<td>0.3s</td>
|
|
<td>0.2s (67%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>226.</td>
|
|
<td>thiserror v2.0.12 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>227.</td>
|
|
<td>thiserror v1.0.69 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>228.</td>
|
|
<td>serde_urlencoded v0.7.1</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (26%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>229.</td>
|
|
<td>rustversion v1.0.21 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>230.</td>
|
|
<td>getrandom v0.3.3 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>231.</td>
|
|
<td>openssl-probe v0.1.6</td>
|
|
<td>0.3s</td>
|
|
<td>0.2s (76%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>232.</td>
|
|
<td>getrandom v0.2.16</td>
|
|
<td>0.3s</td>
|
|
<td>0.2s (53%)</td>
|
|
<td>std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>233.</td>
|
|
<td>arrayvec v0.7.6</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (12%)</td>
|
|
<td>default, serde, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>234.</td>
|
|
<td>rand_core v0.9.3</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (31%)</td>
|
|
<td>os_rng, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>235.</td>
|
|
<td>lock_api v0.4.13</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (14%)</td>
|
|
<td>atomic_usize, default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>236.</td>
|
|
<td>getrandom v0.3.3</td>
|
|
<td>0.3s</td>
|
|
<td>0.2s (54%)</td>
|
|
<td>std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>237.</td>
|
|
<td>http-body v0.4.6</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (13%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>238.</td>
|
|
<td>serde v1.0.219 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>239.</td>
|
|
<td>powerfmt v0.2.0</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (51%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>240.</td>
|
|
<td>version_check v0.9.5</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (45%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>241.</td>
|
|
<td>proc-macro2 v1.0.95 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>default, proc-macro</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>242.</td>
|
|
<td>rand_core v0.6.4</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (43%)</td>
|
|
<td>alloc, getrandom, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>243.</td>
|
|
<td>lz4_flex v0.11.3</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (16%)</td>
|
|
<td>std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>244.</td>
|
|
<td>once_cell v1.21.3</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (34%)</td>
|
|
<td>alloc, default, race, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>245.</td>
|
|
<td>strsim v0.11.1</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (37%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>246.</td>
|
|
<td>tracing v0.1.41</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (27%)</td>
|
|
<td>log</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>247.</td>
|
|
<td>hyper-tls v0.6.0</td>
|
|
<td>0.3s</td>
|
|
<td>0.1s (54%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>248.</td>
|
|
<td>serenity v0.12.4 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>builder, bytes, cache, chrono, client, collector, dashmap, flate2, framework, fxhash, gateway, http, mime_guess, model, parking_lot, percent-encoding, reqwest, rustls_backend, tokio-tungstenite, typemap_rev, utils</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>249.</td>
|
|
<td>tokio-rustls v0.24.1</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (8%)</td>
|
|
<td>default, logging, tls12</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>250.</td>
|
|
<td>lock_api v0.4.13 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>atomic_usize, default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>251.</td>
|
|
<td>native-tls v0.2.14 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>252.</td>
|
|
<td>http-body-util v0.1.3</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (14%)</td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>253.</td>
|
|
<td>tower-layer v0.3.3</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (16%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>254.</td>
|
|
<td>serde v1.0.219 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>alloc, default, derive, serde_derive, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>255.</td>
|
|
<td>ahash v0.8.12</td>
|
|
<td>0.3s</td>
|
|
<td>0.0s (15%)</td>
|
|
<td>default, getrandom, runtime-rng, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>256.</td>
|
|
<td>prometheus v0.14.0 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>default, protobuf</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>257.</td>
|
|
<td>num-traits v0.2.19 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>258.</td>
|
|
<td>typeid v1.0.3 build script</td>
|
|
<td>0.3s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>259.</td>
|
|
<td>foldhash v0.1.5</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (50%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>260.</td>
|
|
<td>slab v0.4.9</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (12%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>261.</td>
|
|
<td>yoke v0.8.0</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (14%)</td>
|
|
<td>alloc, derive, zerofrom</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>262.</td>
|
|
<td>tokio-rustls v0.25.0</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (14%)</td>
|
|
<td>default, logging, ring, tls12</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>263.</td>
|
|
<td>tokio-cron-scheduler v0.14.0 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>default, signal, tracing-subscriber</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>264.</td>
|
|
<td>parking_lot_core v0.9.11 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>265.</td>
|
|
<td>icu_normalizer_data v2.0.0 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>266.</td>
|
|
<td>tinystr v0.8.1</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (27%)</td>
|
|
<td>alloc, zerovec</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>267.</td>
|
|
<td>icu_properties_data v2.0.1</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (13%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>268.</td>
|
|
<td>indexmap v1.9.3 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>269.</td>
|
|
<td>slab v0.4.9 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>270.</td>
|
|
<td>futures-io v0.3.31</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (64%)</td>
|
|
<td>std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>271.</td>
|
|
<td>toml_write v0.1.1</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (32%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>272.</td>
|
|
<td>digest v0.10.7</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (16%)</td>
|
|
<td>alloc, block-buffer, core-api, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>273.</td>
|
|
<td>unicase v2.8.1</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (21%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>274.</td>
|
|
<td>futures-channel v0.3.31</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (19%)</td>
|
|
<td>alloc, default, futures-sink, sink, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>275.</td>
|
|
<td>utf-8 v0.7.6</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (42%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>276.</td>
|
|
<td>serde_fmt v1.0.3</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (39%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>277.</td>
|
|
<td>smallvec v1.15.0</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (15%)</td>
|
|
<td>const_generics, const_new</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>278.</td>
|
|
<td>bytestring v1.4.0</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (37%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>279.</td>
|
|
<td>zstd-safe v7.2.4 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>arrays, legacy, std, zdict_builder</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>280.</td>
|
|
<td>serde_json v1.0.140 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>281.</td>
|
|
<td>hyper-rustls v0.24.2</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (38%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>282.</td>
|
|
<td>log v0.4.27</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (21%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>283.</td>
|
|
<td>zstd v0.13.3</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (37%)</td>
|
|
<td>arrays, default, legacy, zdict_builder</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>284.</td>
|
|
<td>either v1.15.0</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (7%)</td>
|
|
<td>std, use_std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>285.</td>
|
|
<td>ahash v0.8.12 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>default, getrandom, runtime-rng, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>286.</td>
|
|
<td>openssl v0.10.73 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>287.</td>
|
|
<td>icu_properties_data v2.0.1 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>288.</td>
|
|
<td>rustls v0.21.12 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>dangerous_configuration, default, log, logging, tls12</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>289.</td>
|
|
<td>generic-array v0.14.7 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>more_lengths</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>290.</td>
|
|
<td>cookie v0.16.2 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>percent-encode, percent-encoding</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>291.</td>
|
|
<td>hyper-timeout v0.5.2</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (10%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>292.</td>
|
|
<td>zeroize v1.8.1</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (28%)</td>
|
|
<td>alloc, default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>293.</td>
|
|
<td>tokio-native-tls v0.3.1</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (24%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>294.</td>
|
|
<td>want v0.3.1</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (47%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>295.</td>
|
|
<td>adler2 v2.0.0</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (58%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>296.</td>
|
|
<td>subtle v2.6.1</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (20%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>297.</td>
|
|
<td>rustls v0.22.4 build script</td>
|
|
<td>0.2s</td>
|
|
<td></td>
|
|
<td>default, log, logging, ring, tls12</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>298.</td>
|
|
<td>gethostname v0.2.3</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (58%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>299.</td>
|
|
<td>utf8_iter v1.0.4</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (44%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>300.</td>
|
|
<td>zerofrom v0.1.6</td>
|
|
<td>0.2s</td>
|
|
<td>0.0s (14%)</td>
|
|
<td>alloc, derive</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>301.</td>
|
|
<td>potential_utf v0.1.2</td>
|
|
<td>0.2s</td>
|
|
<td>0.1s (32%)</td>
|
|
<td>zerovec</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>302.</td>
|
|
<td>actix-utils v3.0.1</td>
|
|
<td>0.1s</td>
|
|
<td>0.1s (41%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>303.</td>
|
|
<td>shlex v1.3.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (24%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>304.</td>
|
|
<td>idna_adapter v1.2.1</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (32%)</td>
|
|
<td>compiled_data</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>305.</td>
|
|
<td>alloc-stdlib v0.2.2</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (16%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>306.</td>
|
|
<td>webpki-roots v1.0.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (17%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>307.</td>
|
|
<td>async-stream v0.3.6</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (15%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>308.</td>
|
|
<td>pin-project v1.1.10</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (17%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>309.</td>
|
|
<td>matchers v0.1.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (33%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>310.</td>
|
|
<td>futures-task v0.3.31</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (19%)</td>
|
|
<td>alloc, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>311.</td>
|
|
<td>serde_spanned v0.6.8</td>
|
|
<td>0.1s</td>
|
|
<td>0.1s (37%)</td>
|
|
<td>serde</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>312.</td>
|
|
<td>bytestring v1.4.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (21%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>313.</td>
|
|
<td>num-traits v0.2.19 build script (run)</td>
|
|
<td>0.1s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>314.</td>
|
|
<td>zstd-safe v7.2.4</td>
|
|
<td>0.1s</td>
|
|
<td>0.1s (39%)</td>
|
|
<td>arrays, legacy, std, zdict_builder</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>315.</td>
|
|
<td>secrecy v0.8.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (32%)</td>
|
|
<td>alloc, default, serde</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>316.</td>
|
|
<td>alloc-no-stdlib v2.0.4</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (16%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>317.</td>
|
|
<td>futures-core v0.3.31</td>
|
|
<td>0.1s</td>
|
|
<td>0.1s (52%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>318.</td>
|
|
<td>block-buffer v0.10.4</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (25%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>319.</td>
|
|
<td>http-body v1.0.1</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (23%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>320.</td>
|
|
<td>indexmap v1.9.3 build script (run)</td>
|
|
<td>0.1s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>321.</td>
|
|
<td>crypto-common v0.1.6</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (29%)</td>
|
|
<td>std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>322.</td>
|
|
<td>atomic-waker v1.1.2</td>
|
|
<td>0.1s</td>
|
|
<td>0.1s (48%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>323.</td>
|
|
<td>derive_more v2.0.1</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (38%)</td>
|
|
<td>as_ref, default, deref, deref_mut, display, error, from, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>324.</td>
|
|
<td>num-conv v0.1.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (22%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>325.</td>
|
|
<td>thiserror v2.0.12 build script (run)</td>
|
|
<td>0.1s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>326.</td>
|
|
<td>untrusted v0.9.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (25%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>327.</td>
|
|
<td>webpki-roots v0.25.4</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (14%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>328.</td>
|
|
<td>local-channel v0.1.5</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (22%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>329.</td>
|
|
<td>proc-macro2 v1.0.95 build script (run)</td>
|
|
<td>0.1s</td>
|
|
<td></td>
|
|
<td>default, proc-macro</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>330.</td>
|
|
<td>deadpool-runtime v0.1.4</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (30%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>331.</td>
|
|
<td>fxhash v0.2.1</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (34%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>332.</td>
|
|
<td>typemap_rev v0.3.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (26%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>333.</td>
|
|
<td>num-conv v0.1.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (17%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>334.</td>
|
|
<td>replace_with v0.1.8</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (32%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>335.</td>
|
|
<td>try-lock v0.2.5</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (25%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>336.</td>
|
|
<td>sync_wrapper v1.0.2</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (14%)</td>
|
|
<td>futures, futures-core</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>337.</td>
|
|
<td>time-core v0.1.4</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (30%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>338.</td>
|
|
<td>itoa v1.0.15</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (20%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>339.</td>
|
|
<td>time-core v0.1.4</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (35%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>340.</td>
|
|
<td>thiserror v2.0.12</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (29%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>341.</td>
|
|
<td>unicode-xid v0.2.6</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (26%)</td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>342.</td>
|
|
<td>impl-more v0.1.9</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (28%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>343.</td>
|
|
<td>pin-project-lite v0.2.16</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (17%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>344.</td>
|
|
<td>serde_cow v0.1.2</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (36%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>345.</td>
|
|
<td>ident_case v1.0.1</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (27%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>346.</td>
|
|
<td>slab v0.4.9 build script (run)</td>
|
|
<td>0.1s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>347.</td>
|
|
<td>local-waker v0.1.4</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (58%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>348.</td>
|
|
<td>futures-sink v0.3.31</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (24%)</td>
|
|
<td>alloc, default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>349.</td>
|
|
<td>lazy_static v1.5.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (34%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>350.</td>
|
|
<td>thiserror v1.0.69</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (27%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>351.</td>
|
|
<td>sync_wrapper v0.1.2</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (34%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>352.</td>
|
|
<td>utoipa-scalar v0.3.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (16%)</td>
|
|
<td>actix-web</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>353.</td>
|
|
<td>zstd-sys v2.0.15+zstd.1.5.7</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (41%)</td>
|
|
<td>legacy, std, zdict_builder</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>354.</td>
|
|
<td>tower-service v0.3.3</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (44%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>355.</td>
|
|
<td>anyhow v1.0.98 build script (run)</td>
|
|
<td>0.1s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>356.</td>
|
|
<td>typeid v1.0.3</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (40%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>357.</td>
|
|
<td>icu_normalizer_data v2.0.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (38%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>358.</td>
|
|
<td>mutually_exclusive_features v0.1.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (34%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>359.</td>
|
|
<td>overload v0.1.1</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (28%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>360.</td>
|
|
<td>lock_api v0.4.13 build script (run)</td>
|
|
<td>0.1s</td>
|
|
<td></td>
|
|
<td>atomic_usize, default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>361.</td>
|
|
<td>fnv v1.0.7</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (40%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>362.</td>
|
|
<td>anyhow v1.0.98 build script (run)</td>
|
|
<td>0.1s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>363.</td>
|
|
<td>cpufeatures v0.2.17</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (35%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>364.</td>
|
|
<td>trim-in-place v0.1.7</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (31%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>365.</td>
|
|
<td>scopeguard v1.2.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (33%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>366.</td>
|
|
<td>stable_deref_trait v1.2.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (36%)</td>
|
|
<td>alloc</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>367.</td>
|
|
<td>futures v0.3.31</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (27%)</td>
|
|
<td>alloc, async-await, default, executor, futures-executor, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>368.</td>
|
|
<td>webpki-roots v0.26.11</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (33%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>369.</td>
|
|
<td>value-bag-serde1 v1.11.1</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (35%)</td>
|
|
<td>alloc, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>370.</td>
|
|
<td>cfg-if v1.0.0</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (30%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>371.</td>
|
|
<td>unicode-ident v1.0.18</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (27%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>372.</td>
|
|
<td>fnv v1.0.7</td>
|
|
<td>0.1s</td>
|
|
<td>0.0s (27%)</td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>373.</td>
|
|
<td>openssl-sys v0.9.109 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>374.</td>
|
|
<td>thiserror v1.0.69 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>375.</td>
|
|
<td>static_assertions v1.1.0</td>
|
|
<td>0.0s</td>
|
|
<td>0.0s (21%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>376.</td>
|
|
<td>foreign-types-shared v0.1.1</td>
|
|
<td>0.0s</td>
|
|
<td>0.0s (37%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>377.</td>
|
|
<td>darling v0.20.11</td>
|
|
<td>0.0s</td>
|
|
<td>0.0s (20%)</td>
|
|
<td>default, suggestions</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>378.</td>
|
|
<td>foreign-types v0.3.2</td>
|
|
<td>0.0s</td>
|
|
<td>0.0s (37%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>379.</td>
|
|
<td>equivalent v1.0.2</td>
|
|
<td>0.0s</td>
|
|
<td>0.0s (39%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>380.</td>
|
|
<td>pin-project-lite v0.2.16</td>
|
|
<td>0.0s</td>
|
|
<td>0.0s (45%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>381.</td>
|
|
<td>libc v0.2.172 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>382.</td>
|
|
<td>pin-utils v0.1.0</td>
|
|
<td>0.0s</td>
|
|
<td>0.0s (47%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>383.</td>
|
|
<td>ahash v0.8.12 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, getrandom, runtime-rng, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>384.</td>
|
|
<td>zerocopy v0.8.25 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>simd</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>385.</td>
|
|
<td>cfg-if v1.0.0</td>
|
|
<td>0.0s</td>
|
|
<td>0.0s (69%)</td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>386.</td>
|
|
<td>typeid v1.0.3 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>387.</td>
|
|
<td>generic-array v0.14.7 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>more_lengths</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>388.</td>
|
|
<td>serde v1.0.219 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>alloc, default, derive, serde_derive, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>389.</td>
|
|
<td>httparse v1.10.1 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>390.</td>
|
|
<td>rustversion v1.0.21 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>391.</td>
|
|
<td>cookie v0.16.2 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>percent-encode, percent-encoding</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>392.</td>
|
|
<td>libc v0.2.172 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>393.</td>
|
|
<td>serde v1.0.219 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>394.</td>
|
|
<td>syn v1.0.109 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>clone-impls, default, derive, extra-traits, parsing, printing, proc-macro, quote, visit</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>395.</td>
|
|
<td>mime_guess v2.0.5 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, rev-mappings</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>396.</td>
|
|
<td>typenum v1.18.0 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>397.</td>
|
|
<td>icu_normalizer_data v2.0.0 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>398.</td>
|
|
<td>icu_properties_data v2.0.1 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>399.</td>
|
|
<td>getrandom v0.3.3 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>400.</td>
|
|
<td>rustls v0.22.4 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, log, logging, ring, tls12</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>401.</td>
|
|
<td>serde_json v1.0.140 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, std</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>402.</td>
|
|
<td>parking_lot_core v0.9.11 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>403.</td>
|
|
<td>native-tls v0.2.14 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>404.</td>
|
|
<td>rustls v0.21.12 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>dangerous_configuration, default, log, logging, tls12</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>405.</td>
|
|
<td>openssl v0.10.73 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>406.</td>
|
|
<td>serenity v0.12.4 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>builder, bytes, cache, chrono, client, collector, dashmap, flate2, framework, fxhash, gateway, http, mime_guess, model, parking_lot, percent-encoding, reqwest, rustls_backend, tokio-tungstenite, typemap_rev, utils</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>407.</td>
|
|
<td>tokio-cron-scheduler v0.14.0 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, signal, tracing-subscriber</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>408.</td>
|
|
<td>prometheus v0.14.0 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default, protobuf</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>409.</td>
|
|
<td>protobuf v3.7.2 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>default</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td>410.</td>
|
|
<td>zstd-safe v7.2.4 build script (run)</td>
|
|
<td>0.0s</td>
|
|
<td></td>
|
|
<td>arrays, legacy, std, zdict_builder</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<script>
|
|
DURATION = 1055;
|
|
const UNIT_DATA = [
|
|
{
|
|
"i": 0,
|
|
"name": "proc-macro2",
|
|
"version": "1.0.95",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.38,
|
|
"duration": 0.28,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
35
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 1,
|
|
"name": "unicode-ident",
|
|
"version": "1.0.18",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 0.05,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 2,
|
|
"name": "libc",
|
|
"version": "0.2.172",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.38,
|
|
"duration": 0.33,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
39,
|
|
40
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 3,
|
|
"name": "serde",
|
|
"version": "1.0.219",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.38,
|
|
"duration": 0.26,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
32
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 4,
|
|
"name": "autocfg",
|
|
"version": "1.4.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 0.35,
|
|
"rmeta_time": 0.17,
|
|
"unlocked_units": [
|
|
41,
|
|
42,
|
|
222,
|
|
156
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 5,
|
|
"name": "cfg-if",
|
|
"version": "1.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 0.03,
|
|
"rmeta_time": 0.01,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
115,
|
|
116
|
|
]
|
|
},
|
|
{
|
|
"i": 6,
|
|
"name": "typeid",
|
|
"version": "1.0.3",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.38,
|
|
"duration": 0.25,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
30
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 7,
|
|
"name": "pin-project-lite",
|
|
"version": "0.2.16",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 0.04,
|
|
"rmeta_time": 0.02,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 8,
|
|
"name": "smallvec",
|
|
"version": "1.15.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 0.22,
|
|
"rmeta_time": 0.18,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 9,
|
|
"name": "bytes",
|
|
"version": "1.10.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 1.46,
|
|
"rmeta_time": 0.57,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
92,
|
|
154,
|
|
59
|
|
]
|
|
},
|
|
{
|
|
"i": 10,
|
|
"name": "memchr",
|
|
"version": "2.7.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 1.88,
|
|
"rmeta_time": 0.52,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
344,
|
|
94
|
|
]
|
|
},
|
|
{
|
|
"i": 11,
|
|
"name": "futures-core",
|
|
"version": "0.3.31",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 0.13,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
159,
|
|
158
|
|
]
|
|
},
|
|
{
|
|
"i": 12,
|
|
"name": "once_cell",
|
|
"version": "1.21.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 0.27,
|
|
"rmeta_time": 0.18,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
25,
|
|
267
|
|
]
|
|
},
|
|
{
|
|
"i": 13,
|
|
"name": "itoa",
|
|
"version": "1.0.15",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 0.09,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 14,
|
|
"name": "scopeguard",
|
|
"version": "1.2.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.38,
|
|
"duration": 0.06,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 15,
|
|
"name": "parking_lot_core",
|
|
"version": "0.9.11",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.39,
|
|
"duration": 0.23,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
28
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 16,
|
|
"name": "futures-sink",
|
|
"version": "0.3.31",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.42,
|
|
"duration": 0.08,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
21
|
|
]
|
|
},
|
|
{
|
|
"i": 17,
|
|
"name": "shlex",
|
|
"version": "1.3.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.43,
|
|
"duration": 0.15,
|
|
"rmeta_time": 0.11,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 18,
|
|
"name": "fnv",
|
|
"version": "1.0.7",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.44,
|
|
"duration": 0.07,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 19,
|
|
"name": "futures-io",
|
|
"version": "0.3.31",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.45,
|
|
"duration": 0.23,
|
|
"rmeta_time": 0.08,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 20,
|
|
"name": "pin-utils",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.48,
|
|
"duration": 0.04,
|
|
"rmeta_time": 0.02,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 21,
|
|
"name": "futures-channel",
|
|
"version": "0.3.31",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.5,
|
|
"duration": 0.22,
|
|
"rmeta_time": 0.18,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 22,
|
|
"name": "futures-task",
|
|
"version": "0.3.31",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.51,
|
|
"duration": 0.14,
|
|
"rmeta_time": 0.11,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 23,
|
|
"name": "percent-encoding",
|
|
"version": "2.3.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.52,
|
|
"duration": 0.31,
|
|
"rmeta_time": 0.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
79
|
|
]
|
|
},
|
|
{
|
|
"i": 24,
|
|
"name": "stable_deref_trait",
|
|
"version": "1.2.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.52,
|
|
"duration": 0.06,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 25,
|
|
"name": "tracing-core",
|
|
"version": "0.1.33",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.58,
|
|
"duration": 1.55,
|
|
"rmeta_time": 0.38,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 26,
|
|
"name": "equivalent",
|
|
"version": "1.0.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.59,
|
|
"duration": 0.04,
|
|
"rmeta_time": 0.03,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 27,
|
|
"name": "hashbrown",
|
|
"version": "0.15.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.6,
|
|
"duration": 0.9,
|
|
"rmeta_time": 0.84,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 28,
|
|
"name": "parking_lot_core",
|
|
"version": "0.9.11",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 0.63,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 29,
|
|
"name": "httparse",
|
|
"version": "1.10.1",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.63,
|
|
"duration": 0.44,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
52
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 30,
|
|
"name": "typeid",
|
|
"version": "1.0.3",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 0.63,
|
|
"duration": 0.03,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
36
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 31,
|
|
"name": "zerocopy",
|
|
"version": "0.8.25",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.64,
|
|
"duration": 0.43,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
53
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 32,
|
|
"name": "serde",
|
|
"version": "1.0.219",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 0.65,
|
|
"duration": 0.03,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 33,
|
|
"name": "version_check",
|
|
"version": "0.9.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.65,
|
|
"duration": 0.28,
|
|
"rmeta_time": 0.15,
|
|
"unlocked_units": [
|
|
155,
|
|
323,
|
|
82
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 34,
|
|
"name": "httpdate",
|
|
"version": "1.0.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.66,
|
|
"duration": 0.51,
|
|
"rmeta_time": 0.12,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 35,
|
|
"name": "proc-macro2",
|
|
"version": "1.0.95",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 0.66,
|
|
"duration": 0.11,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
45
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 36,
|
|
"name": "typeid",
|
|
"version": "1.0.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.67,
|
|
"duration": 0.07,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 37,
|
|
"name": "pkg-config",
|
|
"version": "0.3.32",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.67,
|
|
"duration": 0.61,
|
|
"rmeta_time": 0.27,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 38,
|
|
"name": "writeable",
|
|
"version": "0.6.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.68,
|
|
"duration": 0.9,
|
|
"rmeta_time": 0.2,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 39,
|
|
"name": "libc",
|
|
"version": "0.2.172",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 0.71,
|
|
"duration": 0.04,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
44
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 40,
|
|
"name": "libc",
|
|
"version": "0.2.172",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 0.73,
|
|
"duration": 0.02,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
43
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 41,
|
|
"name": "lock_api",
|
|
"version": "0.4.13",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.73,
|
|
"duration": 0.26,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
49
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 42,
|
|
"name": "slab",
|
|
"version": "0.4.9",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.74,
|
|
"duration": 0.23,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
48
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 43,
|
|
"name": "libc",
|
|
"version": "0.2.172",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.75,
|
|
"duration": 0.7,
|
|
"rmeta_time": 0.64,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
66
|
|
]
|
|
},
|
|
{
|
|
"i": 44,
|
|
"name": "libc",
|
|
"version": "0.2.172",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.76,
|
|
"duration": 0.74,
|
|
"rmeta_time": 0.69,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
343,
|
|
374,
|
|
72,
|
|
67,
|
|
68,
|
|
69
|
|
]
|
|
},
|
|
{
|
|
"i": 45,
|
|
"name": "proc-macro2",
|
|
"version": "1.0.95",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.77,
|
|
"duration": 0.74,
|
|
"rmeta_time": 0.44,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
60
|
|
]
|
|
},
|
|
{
|
|
"i": 46,
|
|
"name": "litemap",
|
|
"version": "0.8.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 0.84,
|
|
"duration": 0.34,
|
|
"rmeta_time": 0.29,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 47,
|
|
"name": "icu_normalizer_data",
|
|
"version": "2.0.0",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 0.93,
|
|
"duration": 0.23,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
58
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 48,
|
|
"name": "slab",
|
|
"version": "0.4.9",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 0.97,
|
|
"duration": 0.08,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
50
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 49,
|
|
"name": "lock_api",
|
|
"version": "0.4.13",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 1.0,
|
|
"duration": 0.07,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
51
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 50,
|
|
"name": "slab",
|
|
"version": "0.4.9",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.05,
|
|
"duration": 0.24,
|
|
"rmeta_time": 0.21,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 51,
|
|
"name": "lock_api",
|
|
"version": "0.4.13",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.06,
|
|
"duration": 0.28,
|
|
"rmeta_time": 0.24,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 52,
|
|
"name": "httparse",
|
|
"version": "1.10.1",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 1.08,
|
|
"duration": 0.03,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
54
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 53,
|
|
"name": "zerocopy",
|
|
"version": "0.8.25",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 1.08,
|
|
"duration": 0.04,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
55
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 54,
|
|
"name": "httparse",
|
|
"version": "1.10.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.11,
|
|
"duration": 0.67,
|
|
"rmeta_time": 0.27,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 55,
|
|
"name": "zerocopy",
|
|
"version": "0.8.25",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.12,
|
|
"duration": 1.92,
|
|
"rmeta_time": 1.84,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
112
|
|
]
|
|
},
|
|
{
|
|
"i": 56,
|
|
"name": "getrandom",
|
|
"version": "0.3.3",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 1.17,
|
|
"duration": 0.3,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
70
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 57,
|
|
"name": "icu_properties_data",
|
|
"version": "2.0.1",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 1.17,
|
|
"duration": 0.19,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
63
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 58,
|
|
"name": "icu_normalizer_data",
|
|
"version": "2.0.0",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 1.18,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
61
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 59,
|
|
"name": "http",
|
|
"version": "1.3.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.19,
|
|
"duration": 2.98,
|
|
"rmeta_time": 0.89,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
91
|
|
]
|
|
},
|
|
{
|
|
"i": 60,
|
|
"name": "quote",
|
|
"version": "1.0.40",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.29,
|
|
"duration": 0.33,
|
|
"rmeta_time": 0.22,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
71
|
|
]
|
|
},
|
|
{
|
|
"i": 61,
|
|
"name": "icu_normalizer_data",
|
|
"version": "2.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.3,
|
|
"duration": 0.07,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 62,
|
|
"name": "tower-service",
|
|
"version": "0.3.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.35,
|
|
"duration": 0.07,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 63,
|
|
"name": "icu_properties_data",
|
|
"version": "2.0.1",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 1.36,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
65
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 64,
|
|
"name": "bitflags",
|
|
"version": "2.9.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.37,
|
|
"duration": 0.36,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 65,
|
|
"name": "icu_properties_data",
|
|
"version": "2.0.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.38,
|
|
"duration": 0.23,
|
|
"rmeta_time": 0.2,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 66,
|
|
"name": "jobserver",
|
|
"version": "0.1.33",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.43,
|
|
"duration": 0.35,
|
|
"rmeta_time": 0.21,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
77
|
|
]
|
|
},
|
|
{
|
|
"i": 67,
|
|
"name": "parking_lot_core",
|
|
"version": "0.9.11",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.45,
|
|
"duration": 0.52,
|
|
"rmeta_time": 0.21,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
76
|
|
]
|
|
},
|
|
{
|
|
"i": 68,
|
|
"name": "signal-hook-registry",
|
|
"version": "1.4.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.47,
|
|
"duration": 1.05,
|
|
"rmeta_time": 0.2,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 69,
|
|
"name": "socket2",
|
|
"version": "0.5.10",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.5,
|
|
"duration": 1.68,
|
|
"rmeta_time": 0.34,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 70,
|
|
"name": "getrandom",
|
|
"version": "0.3.3",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 1.51,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
73
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 71,
|
|
"name": "syn",
|
|
"version": "2.0.101",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.52,
|
|
"duration": 5.6,
|
|
"rmeta_time": 4.05,
|
|
"unlocked_units": [
|
|
184,
|
|
193,
|
|
218,
|
|
205,
|
|
191,
|
|
287,
|
|
383,
|
|
373,
|
|
183,
|
|
180,
|
|
186,
|
|
195,
|
|
178,
|
|
380,
|
|
341,
|
|
210,
|
|
182,
|
|
194,
|
|
181,
|
|
179
|
|
],
|
|
"unlocked_rmeta_units": [
|
|
163,
|
|
322
|
|
]
|
|
},
|
|
{
|
|
"i": 72,
|
|
"name": "getrandom",
|
|
"version": "0.2.16",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.52,
|
|
"duration": 0.3,
|
|
"rmeta_time": 0.14,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
111
|
|
]
|
|
},
|
|
{
|
|
"i": 73,
|
|
"name": "getrandom",
|
|
"version": "0.3.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.59,
|
|
"duration": 0.28,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
100
|
|
]
|
|
},
|
|
{
|
|
"i": 74,
|
|
"name": "ryu",
|
|
"version": "1.0.20",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.62,
|
|
"duration": 0.43,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 75,
|
|
"name": "mime",
|
|
"version": "0.3.17",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.62,
|
|
"duration": 0.73,
|
|
"rmeta_time": 0.19,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 76,
|
|
"name": "parking_lot",
|
|
"version": "0.12.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.74,
|
|
"duration": 1.61,
|
|
"rmeta_time": 0.21,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 77,
|
|
"name": "cc",
|
|
"version": "1.2.25",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.78,
|
|
"duration": 1.83,
|
|
"rmeta_time": 1.02,
|
|
"unlocked_units": [
|
|
131,
|
|
126
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 78,
|
|
"name": "base64",
|
|
"version": "0.22.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.78,
|
|
"duration": 0.68,
|
|
"rmeta_time": 0.32,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 79,
|
|
"name": "form_urlencoded",
|
|
"version": "1.2.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.82,
|
|
"duration": 0.4,
|
|
"rmeta_time": 0.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 80,
|
|
"name": "utf8_iter",
|
|
"version": "1.0.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 1.84,
|
|
"duration": 0.16,
|
|
"rmeta_time": 0.09,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 81,
|
|
"name": "typenum",
|
|
"version": "1.18.0",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 1.87,
|
|
"duration": 0.38,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
93
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 82,
|
|
"name": "generic-array",
|
|
"version": "0.14.7",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 1.97,
|
|
"duration": 0.19,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
87
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 83,
|
|
"name": "serde_json",
|
|
"version": "1.0.140",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 2.0,
|
|
"duration": 0.21,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
89
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 84,
|
|
"name": "try-lock",
|
|
"version": "0.2.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.05,
|
|
"duration": 0.09,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
85
|
|
]
|
|
},
|
|
{
|
|
"i": 85,
|
|
"name": "want",
|
|
"version": "0.3.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.13,
|
|
"duration": 0.18,
|
|
"rmeta_time": 0.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 86,
|
|
"name": "time-core",
|
|
"version": "0.1.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.14,
|
|
"duration": 0.09,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 87,
|
|
"name": "generic-array",
|
|
"version": "0.14.7",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 2.16,
|
|
"duration": 0.03,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 88,
|
|
"name": "powerfmt",
|
|
"version": "0.2.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.2,
|
|
"duration": 0.28,
|
|
"rmeta_time": 0.14,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 89,
|
|
"name": "serde_json",
|
|
"version": "1.0.140",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 2.21,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 90,
|
|
"name": "num-conv",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.22,
|
|
"duration": 0.12,
|
|
"rmeta_time": 0.09,
|
|
"unlocked_units": [
|
|
97
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 91,
|
|
"name": "http-body",
|
|
"version": "1.0.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.23,
|
|
"duration": 0.13,
|
|
"rmeta_time": 0.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
109
|
|
]
|
|
},
|
|
{
|
|
"i": 92,
|
|
"name": "http",
|
|
"version": "0.2.12",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.23,
|
|
"duration": 3.38,
|
|
"rmeta_time": 1.03,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
266
|
|
]
|
|
},
|
|
{
|
|
"i": 93,
|
|
"name": "typenum",
|
|
"version": "1.18.0",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 2.26,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
95
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 94,
|
|
"name": "aho-corasick",
|
|
"version": "1.1.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.26,
|
|
"duration": 11.38,
|
|
"rmeta_time": 1.32,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 95,
|
|
"name": "typenum",
|
|
"version": "1.18.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.27,
|
|
"duration": 0.78,
|
|
"rmeta_time": 0.75,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
114
|
|
]
|
|
},
|
|
{
|
|
"i": 96,
|
|
"name": "time-core",
|
|
"version": "0.1.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.31,
|
|
"duration": 0.09,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 97,
|
|
"name": "time-macros",
|
|
"version": "0.2.22",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.34,
|
|
"duration": 2.15,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 98,
|
|
"name": "num-conv",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.35,
|
|
"duration": 0.1,
|
|
"rmeta_time": 0.08,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 99,
|
|
"name": "regex-syntax",
|
|
"version": "0.8.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.36,
|
|
"duration": 11.44,
|
|
"rmeta_time": 2.3,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
143
|
|
]
|
|
},
|
|
{
|
|
"i": 100,
|
|
"name": "rand_core",
|
|
"version": "0.9.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.4,
|
|
"duration": 0.29,
|
|
"rmeta_time": 0.2,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 101,
|
|
"name": "untrusted",
|
|
"version": "0.9.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.45,
|
|
"duration": 0.11,
|
|
"rmeta_time": 0.08,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 102,
|
|
"name": "ipnet",
|
|
"version": "2.11.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.46,
|
|
"duration": 2.28,
|
|
"rmeta_time": 0.31,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 103,
|
|
"name": "cpufeatures",
|
|
"version": "0.2.17",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.48,
|
|
"duration": 0.06,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 104,
|
|
"name": "thiserror",
|
|
"version": "2.0.12",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 2.52,
|
|
"duration": 0.31,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
110
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 105,
|
|
"name": "atomic-waker",
|
|
"version": "1.1.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.54,
|
|
"duration": 0.12,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 106,
|
|
"name": "adler2",
|
|
"version": "2.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.56,
|
|
"duration": 0.18,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
108
|
|
]
|
|
},
|
|
{
|
|
"i": 107,
|
|
"name": "thiserror",
|
|
"version": "1.0.69",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 2.66,
|
|
"duration": 0.3,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
113
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 108,
|
|
"name": "miniz_oxide",
|
|
"version": "0.8.8",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.7,
|
|
"duration": 2.56,
|
|
"rmeta_time": 0.5,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
137
|
|
]
|
|
},
|
|
{
|
|
"i": 109,
|
|
"name": "http-body-util",
|
|
"version": "0.1.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.74,
|
|
"duration": 0.26,
|
|
"rmeta_time": 0.22,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 110,
|
|
"name": "thiserror",
|
|
"version": "2.0.12",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 2.83,
|
|
"duration": 0.11,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 111,
|
|
"name": "rand_core",
|
|
"version": "0.6.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.95,
|
|
"duration": 0.27,
|
|
"rmeta_time": 0.15,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 112,
|
|
"name": "ppv-lite86",
|
|
"version": "0.2.21",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 2.97,
|
|
"duration": 0.43,
|
|
"rmeta_time": 0.4,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
121,
|
|
125
|
|
]
|
|
},
|
|
{
|
|
"i": 113,
|
|
"name": "thiserror",
|
|
"version": "1.0.69",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 3.0,
|
|
"duration": 0.05,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 114,
|
|
"name": "generic-array",
|
|
"version": "0.14.7",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.04,
|
|
"duration": 0.81,
|
|
"rmeta_time": 0.76,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
129,
|
|
128
|
|
]
|
|
},
|
|
{
|
|
"i": 115,
|
|
"name": "crc32fast",
|
|
"version": "1.4.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.05,
|
|
"duration": 0.33,
|
|
"rmeta_time": 0.15,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 116,
|
|
"name": "encoding_rs",
|
|
"version": "0.8.35",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.06,
|
|
"duration": 6.88,
|
|
"rmeta_time": 1.26,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 117,
|
|
"name": "alloc-no-stdlib",
|
|
"version": "2.0.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.18,
|
|
"duration": 0.13,
|
|
"rmeta_time": 0.11,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
135
|
|
]
|
|
},
|
|
{
|
|
"i": 118,
|
|
"name": "anyhow",
|
|
"version": "1.0.98",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 3.22,
|
|
"duration": 0.32,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
342,
|
|
221
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 119,
|
|
"name": "zstd-safe",
|
|
"version": "7.2.4",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 3.32,
|
|
"duration": 0.21,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 120,
|
|
"name": "vcpkg",
|
|
"version": "0.2.15",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.35,
|
|
"duration": 0.76,
|
|
"rmeta_time": 0.33,
|
|
"unlocked_units": [
|
|
132
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 121,
|
|
"name": "rand_chacha",
|
|
"version": "0.9.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.38,
|
|
"duration": 0.95,
|
|
"rmeta_time": 0.25,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
127
|
|
]
|
|
},
|
|
{
|
|
"i": 122,
|
|
"name": "local-waker",
|
|
"version": "0.1.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.4,
|
|
"duration": 0.08,
|
|
"rmeta_time": 0.03,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
165,
|
|
153
|
|
]
|
|
},
|
|
{
|
|
"i": 123,
|
|
"name": "zeroize",
|
|
"version": "1.8.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.49,
|
|
"duration": 0.19,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
152
|
|
]
|
|
},
|
|
{
|
|
"i": 124,
|
|
"name": "serde",
|
|
"version": "1.0.219",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 3.53,
|
|
"duration": 0.28,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
134
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 125,
|
|
"name": "rand_chacha",
|
|
"version": "0.3.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.54,
|
|
"duration": 1.0,
|
|
"rmeta_time": 0.2,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
151
|
|
]
|
|
},
|
|
{
|
|
"i": 126,
|
|
"name": "ring",
|
|
"version": "0.17.14",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 3.61,
|
|
"duration": 0.71,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
136
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 127,
|
|
"name": "rand",
|
|
"version": "0.9.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.67,
|
|
"duration": 1.03,
|
|
"rmeta_time": 0.71,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 128,
|
|
"name": "block-buffer",
|
|
"version": "0.10.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.81,
|
|
"duration": 0.13,
|
|
"rmeta_time": 0.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 129,
|
|
"name": "crypto-common",
|
|
"version": "0.1.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.85,
|
|
"duration": 0.12,
|
|
"rmeta_time": 0.09,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
130
|
|
]
|
|
},
|
|
{
|
|
"i": 130,
|
|
"name": "digest",
|
|
"version": "0.10.7",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 3.94,
|
|
"duration": 0.23,
|
|
"rmeta_time": 0.19,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
133
|
|
]
|
|
},
|
|
{
|
|
"i": 131,
|
|
"name": "zstd-sys",
|
|
"version": "2.0.15+zstd.1.5.7",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 3.97,
|
|
"duration": 0.47,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
139
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 132,
|
|
"name": "openssl-sys",
|
|
"version": "0.9.109",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 4.12,
|
|
"duration": 0.66,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
148
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 133,
|
|
"name": "sha1",
|
|
"version": "0.10.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.17,
|
|
"duration": 0.55,
|
|
"rmeta_time": 0.18,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 134,
|
|
"name": "serde",
|
|
"version": "1.0.219",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 4.18,
|
|
"duration": 0.02,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
150
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 135,
|
|
"name": "alloc-stdlib",
|
|
"version": "0.2.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.21,
|
|
"duration": 0.14,
|
|
"rmeta_time": 0.12,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
147
|
|
]
|
|
},
|
|
{
|
|
"i": 136,
|
|
"name": "ring",
|
|
"version": "0.17.14",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 4.32,
|
|
"duration": 7.86,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
215,
|
|
216,
|
|
217
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 137,
|
|
"name": "flate2",
|
|
"version": "1.1.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.33,
|
|
"duration": 0.84,
|
|
"rmeta_time": 0.47,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 138,
|
|
"name": "tracing-core",
|
|
"version": "0.1.33",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.35,
|
|
"duration": 0.46,
|
|
"rmeta_time": 0.34,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 139,
|
|
"name": "zstd-sys",
|
|
"version": "2.0.15+zstd.1.5.7",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 4.44,
|
|
"duration": 48.92,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
392,
|
|
391
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 140,
|
|
"name": "unicode-xid",
|
|
"version": "0.2.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.5,
|
|
"duration": 0.09,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 141,
|
|
"name": "log",
|
|
"version": "0.4.27",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.54,
|
|
"duration": 0.2,
|
|
"rmeta_time": 0.16,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 142,
|
|
"name": "lazy_static",
|
|
"version": "1.5.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.58,
|
|
"duration": 0.08,
|
|
"rmeta_time": 0.05,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
265
|
|
]
|
|
},
|
|
{
|
|
"i": 143,
|
|
"name": "regex-automata",
|
|
"version": "0.4.9",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.66,
|
|
"duration": 18.28,
|
|
"rmeta_time": 2.97,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
187
|
|
]
|
|
},
|
|
{
|
|
"i": 144,
|
|
"name": "tower-layer",
|
|
"version": "0.3.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.7,
|
|
"duration": 0.26,
|
|
"rmeta_time": 0.22,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 145,
|
|
"name": "bytes",
|
|
"version": "1.10.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.72,
|
|
"duration": 0.72,
|
|
"rmeta_time": 0.58,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
157
|
|
]
|
|
},
|
|
{
|
|
"i": 146,
|
|
"name": "pin-project-lite",
|
|
"version": "0.2.16",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.74,
|
|
"duration": 0.08,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
149
|
|
]
|
|
},
|
|
{
|
|
"i": 147,
|
|
"name": "brotli-decompressor",
|
|
"version": "5.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.74,
|
|
"duration": 5.3,
|
|
"rmeta_time": 0.96,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
167
|
|
]
|
|
},
|
|
{
|
|
"i": 148,
|
|
"name": "openssl-sys",
|
|
"version": "0.9.109",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 4.79,
|
|
"duration": 0.05,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
220
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 149,
|
|
"name": "tracing",
|
|
"version": "0.1.41",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.82,
|
|
"duration": 0.27,
|
|
"rmeta_time": 0.2,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 150,
|
|
"name": "serde",
|
|
"version": "1.0.219",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.82,
|
|
"duration": 2.88,
|
|
"rmeta_time": 2.78,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
196
|
|
]
|
|
},
|
|
{
|
|
"i": 151,
|
|
"name": "rand",
|
|
"version": "0.8.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.84,
|
|
"duration": 1.31,
|
|
"rmeta_time": 0.81,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 152,
|
|
"name": "rustls-pki-types",
|
|
"version": "1.12.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 4.96,
|
|
"duration": 1.42,
|
|
"rmeta_time": 0.42,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
288
|
|
]
|
|
},
|
|
{
|
|
"i": 153,
|
|
"name": "actix-utils",
|
|
"version": "3.0.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.09,
|
|
"duration": 0.15,
|
|
"rmeta_time": 0.09,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 154,
|
|
"name": "bytestring",
|
|
"version": "1.4.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.17,
|
|
"duration": 0.21,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 155,
|
|
"name": "cookie",
|
|
"version": "0.16.2",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 5.25,
|
|
"duration": 0.19,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
164
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 156,
|
|
"name": "num-traits",
|
|
"version": "0.2.19",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 5.26,
|
|
"duration": 0.25,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
162
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 157,
|
|
"name": "bytestring",
|
|
"version": "1.4.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.39,
|
|
"duration": 0.14,
|
|
"rmeta_time": 0.11,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 158,
|
|
"name": "sync_wrapper",
|
|
"version": "1.0.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.44,
|
|
"duration": 0.09,
|
|
"rmeta_time": 0.08,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 159,
|
|
"name": "actix-service",
|
|
"version": "2.0.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.44,
|
|
"duration": 0.46,
|
|
"rmeta_time": 0.42,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 160,
|
|
"name": "regex-lite",
|
|
"version": "0.1.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.51,
|
|
"duration": 0.92,
|
|
"rmeta_time": 0.59,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 161,
|
|
"name": "cfg-if",
|
|
"version": "1.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.53,
|
|
"duration": 0.05,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 162,
|
|
"name": "num-traits",
|
|
"version": "0.2.19",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 5.53,
|
|
"duration": 0.14,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
170
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 163,
|
|
"name": "synstructure",
|
|
"version": "0.13.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.59,
|
|
"duration": 0.6,
|
|
"rmeta_time": 0.32,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 164,
|
|
"name": "cookie",
|
|
"version": "0.16.2",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 5.62,
|
|
"duration": 0.02,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 165,
|
|
"name": "local-channel",
|
|
"version": "0.1.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.64,
|
|
"duration": 0.11,
|
|
"rmeta_time": 0.09,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 166,
|
|
"name": "regex-lite",
|
|
"version": "0.1.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.67,
|
|
"duration": 4.05,
|
|
"rmeta_time": 0.61,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 167,
|
|
"name": "brotli",
|
|
"version": "8.0.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.75,
|
|
"duration": 6.74,
|
|
"rmeta_time": 4.11,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 168,
|
|
"name": "foldhash",
|
|
"version": "0.1.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 5.9,
|
|
"duration": 0.25,
|
|
"rmeta_time": 0.12,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 169,
|
|
"name": "language-tags",
|
|
"version": "0.3.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 6.15,
|
|
"duration": 1.8,
|
|
"rmeta_time": 0.65,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 170,
|
|
"name": "num-traits",
|
|
"version": "0.2.19",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 6.15,
|
|
"duration": 0.85,
|
|
"rmeta_time": 0.71,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 171,
|
|
"name": "regex-syntax",
|
|
"version": "0.6.29",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 6.19,
|
|
"duration": 9.83,
|
|
"rmeta_time": 1.94,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
208
|
|
]
|
|
},
|
|
{
|
|
"i": 172,
|
|
"name": "iana-time-zone",
|
|
"version": "0.1.63",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 6.38,
|
|
"duration": 0.91,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 173,
|
|
"name": "impl-more",
|
|
"version": "0.1.9",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 6.44,
|
|
"duration": 0.09,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 174,
|
|
"name": "rustls",
|
|
"version": "0.21.12",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 6.53,
|
|
"duration": 0.19,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 175,
|
|
"name": "rustversion",
|
|
"version": "1.0.21",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 6.73,
|
|
"duration": 0.3,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
219
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 176,
|
|
"name": "openssl",
|
|
"version": "0.10.73",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 7.01,
|
|
"duration": 0.2,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
209
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 177,
|
|
"name": "rustls",
|
|
"version": "0.22.4",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 7.04,
|
|
"duration": 0.17,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 178,
|
|
"name": "serde_derive",
|
|
"version": "1.0.219",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 7.12,
|
|
"duration": 3.63,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
197
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 179,
|
|
"name": "tokio-macros",
|
|
"version": "2.5.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 7.2,
|
|
"duration": 0.87,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 180,
|
|
"name": "tracing-attributes",
|
|
"version": "0.1.28",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 7.2,
|
|
"duration": 1.58,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 181,
|
|
"name": "futures-macro",
|
|
"version": "0.3.31",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 7.3,
|
|
"duration": 1.03,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
185
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 182,
|
|
"name": "zerofrom-derive",
|
|
"version": "0.1.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 7.71,
|
|
"duration": 1.43,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
188
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 183,
|
|
"name": "yoke-derive",
|
|
"version": "0.8.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 7.95,
|
|
"duration": 1.15,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 184,
|
|
"name": "zerovec-derive",
|
|
"version": "0.11.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 8.08,
|
|
"duration": 1.44,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
190
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 185,
|
|
"name": "futures-util",
|
|
"version": "0.3.31",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 8.32,
|
|
"duration": 3.6,
|
|
"rmeta_time": 3.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
212
|
|
]
|
|
},
|
|
{
|
|
"i": 186,
|
|
"name": "displaydoc",
|
|
"version": "0.2.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 8.78,
|
|
"duration": 0.92,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
192
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 187,
|
|
"name": "regex",
|
|
"version": "1.11.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 9.1,
|
|
"duration": 2.2,
|
|
"rmeta_time": 0.49,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 188,
|
|
"name": "zerofrom",
|
|
"version": "0.1.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 9.14,
|
|
"duration": 0.16,
|
|
"rmeta_time": 0.14,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
189
|
|
]
|
|
},
|
|
{
|
|
"i": 189,
|
|
"name": "yoke",
|
|
"version": "0.8.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 9.31,
|
|
"duration": 0.24,
|
|
"rmeta_time": 0.21,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 190,
|
|
"name": "zerovec",
|
|
"version": "0.11.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 9.52,
|
|
"duration": 1.36,
|
|
"rmeta_time": 1.27,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
198,
|
|
199
|
|
]
|
|
},
|
|
{
|
|
"i": 191,
|
|
"name": "thiserror-impl",
|
|
"version": "2.0.12",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 9.55,
|
|
"duration": 1.5,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
202
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 192,
|
|
"name": "zerotrie",
|
|
"version": "0.2.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 9.7,
|
|
"duration": 0.52,
|
|
"rmeta_time": 0.32,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 193,
|
|
"name": "thiserror-impl",
|
|
"version": "1.0.69",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 9.72,
|
|
"duration": 1.39,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
203
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 194,
|
|
"name": "derive_more-impl",
|
|
"version": "2.0.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 9.93,
|
|
"duration": 3.17,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
228
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 195,
|
|
"name": "async-trait",
|
|
"version": "0.1.88",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 10.04,
|
|
"duration": 1.15,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 196,
|
|
"name": "actix-router",
|
|
"version": "0.5.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 10.23,
|
|
"duration": 0.68,
|
|
"rmeta_time": 0.45,
|
|
"unlocked_units": [
|
|
204
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 197,
|
|
"name": "serde",
|
|
"version": "1.0.219",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 10.75,
|
|
"duration": 3.08,
|
|
"rmeta_time": 2.83,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
237,
|
|
238,
|
|
239,
|
|
371,
|
|
337,
|
|
241,
|
|
242,
|
|
284,
|
|
372,
|
|
248,
|
|
236,
|
|
339,
|
|
340
|
|
]
|
|
},
|
|
{
|
|
"i": 198,
|
|
"name": "tinystr",
|
|
"version": "0.8.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 10.89,
|
|
"duration": 0.23,
|
|
"rmeta_time": 0.17,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
201
|
|
]
|
|
},
|
|
{
|
|
"i": 199,
|
|
"name": "potential_utf",
|
|
"version": "0.1.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 10.91,
|
|
"duration": 0.16,
|
|
"rmeta_time": 0.11,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
200
|
|
]
|
|
},
|
|
{
|
|
"i": 200,
|
|
"name": "icu_collections",
|
|
"version": "2.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.06,
|
|
"duration": 1.09,
|
|
"rmeta_time": 0.36,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 201,
|
|
"name": "icu_locale_core",
|
|
"version": "2.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.08,
|
|
"duration": 4.3,
|
|
"rmeta_time": 0.69,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
211
|
|
]
|
|
},
|
|
{
|
|
"i": 202,
|
|
"name": "thiserror",
|
|
"version": "2.0.12",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.11,
|
|
"duration": 0.09,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 203,
|
|
"name": "thiserror",
|
|
"version": "1.0.69",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.13,
|
|
"duration": 0.08,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
286
|
|
]
|
|
},
|
|
{
|
|
"i": 204,
|
|
"name": "actix-web-codegen",
|
|
"version": "4.3.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.19,
|
|
"duration": 1.02,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 205,
|
|
"name": "actix-macros",
|
|
"version": "0.2.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.2,
|
|
"duration": 0.62,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 206,
|
|
"name": "foreign-types-shared",
|
|
"version": "0.1.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.2,
|
|
"duration": 0.05,
|
|
"rmeta_time": 0.03,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
207
|
|
]
|
|
},
|
|
{
|
|
"i": 207,
|
|
"name": "foreign-types",
|
|
"version": "0.3.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.26,
|
|
"duration": 0.04,
|
|
"rmeta_time": 0.03,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 208,
|
|
"name": "regex-automata",
|
|
"version": "0.1.10",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.3,
|
|
"duration": 5.59,
|
|
"rmeta_time": 0.85,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
264
|
|
]
|
|
},
|
|
{
|
|
"i": 209,
|
|
"name": "openssl",
|
|
"version": "0.10.73",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 11.31,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 210,
|
|
"name": "pin-project-internal",
|
|
"version": "1.1.10",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.31,
|
|
"duration": 1.36,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
262
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 211,
|
|
"name": "icu_provider",
|
|
"version": "2.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.81,
|
|
"duration": 0.52,
|
|
"rmeta_time": 0.3,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
213,
|
|
214
|
|
]
|
|
},
|
|
{
|
|
"i": 212,
|
|
"name": "futures-executor",
|
|
"version": "0.3.31",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 11.92,
|
|
"duration": 0.89,
|
|
"rmeta_time": 0.15,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
285
|
|
]
|
|
},
|
|
{
|
|
"i": 213,
|
|
"name": "icu_normalizer",
|
|
"version": "2.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 12.15,
|
|
"duration": 2.14,
|
|
"rmeta_time": 0.43,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 214,
|
|
"name": "icu_properties",
|
|
"version": "2.0.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 12.18,
|
|
"duration": 2.34,
|
|
"rmeta_time": 1.15,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
234
|
|
]
|
|
},
|
|
{
|
|
"i": 215,
|
|
"name": "ring",
|
|
"version": "0.17.14",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 12.22,
|
|
"duration": 6.78,
|
|
"rmeta_time": 1.84,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
247,
|
|
245,
|
|
246
|
|
]
|
|
},
|
|
{
|
|
"i": 216,
|
|
"name": "rustls",
|
|
"version": "0.21.12",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 12.33,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 217,
|
|
"name": "rustls",
|
|
"version": "0.22.4",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 12.34,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 218,
|
|
"name": "openssl-macros",
|
|
"version": "0.1.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 12.36,
|
|
"duration": 0.53,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 219,
|
|
"name": "rustversion",
|
|
"version": "1.0.21",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 12.49,
|
|
"duration": 0.03,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
263
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 220,
|
|
"name": "openssl-sys",
|
|
"version": "0.9.109",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 12.52,
|
|
"duration": 1.52,
|
|
"rmeta_time": 1.37,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
251
|
|
]
|
|
},
|
|
{
|
|
"i": 221,
|
|
"name": "anyhow",
|
|
"version": "1.0.98",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 12.68,
|
|
"duration": 0.07,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
261
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 222,
|
|
"name": "indexmap",
|
|
"version": "1.9.3",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 12.75,
|
|
"duration": 0.23,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
232
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 223,
|
|
"name": "overload",
|
|
"version": "0.1.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 12.82,
|
|
"duration": 0.07,
|
|
"rmeta_time": 0.05,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
233
|
|
]
|
|
},
|
|
{
|
|
"i": 224,
|
|
"name": "unicase",
|
|
"version": "2.8.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 12.88,
|
|
"duration": 0.23,
|
|
"rmeta_time": 0.18,
|
|
"unlocked_units": [
|
|
229
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 225,
|
|
"name": "either",
|
|
"version": "1.15.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 12.89,
|
|
"duration": 0.2,
|
|
"rmeta_time": 0.19,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
230
|
|
]
|
|
},
|
|
{
|
|
"i": 226,
|
|
"name": "native-tls",
|
|
"version": "0.2.14",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 12.98,
|
|
"duration": 0.26,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
231
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 227,
|
|
"name": "subtle",
|
|
"version": "2.6.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.1,
|
|
"duration": 0.17,
|
|
"rmeta_time": 0.14,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 228,
|
|
"name": "derive_more",
|
|
"version": "2.0.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.1,
|
|
"duration": 0.12,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 229,
|
|
"name": "mime_guess",
|
|
"version": "2.0.5",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 13.12,
|
|
"duration": 0.7,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
283
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 230,
|
|
"name": "itertools",
|
|
"version": "0.14.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.22,
|
|
"duration": 1.58,
|
|
"rmeta_time": 1.5,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 231,
|
|
"name": "native-tls",
|
|
"version": "0.2.14",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 13.25,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 232,
|
|
"name": "indexmap",
|
|
"version": "1.9.3",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 13.26,
|
|
"duration": 0.13,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 233,
|
|
"name": "nu-ansi-term",
|
|
"version": "0.46.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.27,
|
|
"duration": 0.79,
|
|
"rmeta_time": 0.22,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 234,
|
|
"name": "idna_adapter",
|
|
"version": "1.2.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.39,
|
|
"duration": 0.15,
|
|
"rmeta_time": 0.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
235
|
|
]
|
|
},
|
|
{
|
|
"i": 235,
|
|
"name": "idna",
|
|
"version": "1.0.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.54,
|
|
"duration": 4.09,
|
|
"rmeta_time": 0.36,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
240
|
|
]
|
|
},
|
|
{
|
|
"i": 236,
|
|
"name": "erased-serde",
|
|
"version": "0.4.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.64,
|
|
"duration": 0.92,
|
|
"rmeta_time": 0.56,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
243
|
|
]
|
|
},
|
|
{
|
|
"i": 237,
|
|
"name": "serde_fmt",
|
|
"version": "1.0.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.8,
|
|
"duration": 0.22,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 238,
|
|
"name": "indexmap",
|
|
"version": "2.9.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.82,
|
|
"duration": 0.91,
|
|
"rmeta_time": 0.86,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 239,
|
|
"name": "deranged",
|
|
"version": "0.4.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 13.83,
|
|
"duration": 1.05,
|
|
"rmeta_time": 0.99,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
250
|
|
]
|
|
},
|
|
{
|
|
"i": 240,
|
|
"name": "url",
|
|
"version": "2.5.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.02,
|
|
"duration": 3.63,
|
|
"rmeta_time": 0.67,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 241,
|
|
"name": "serde_json",
|
|
"version": "1.0.140",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.04,
|
|
"duration": 3.69,
|
|
"rmeta_time": 1.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 242,
|
|
"name": "serde_urlencoded",
|
|
"version": "0.7.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.07,
|
|
"duration": 0.3,
|
|
"rmeta_time": 0.22,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 243,
|
|
"name": "value-bag-serde1",
|
|
"version": "1.11.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.29,
|
|
"duration": 0.06,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
244
|
|
]
|
|
},
|
|
{
|
|
"i": 244,
|
|
"name": "value-bag",
|
|
"version": "1.11.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.35,
|
|
"duration": 0.99,
|
|
"rmeta_time": 0.39,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
249
|
|
]
|
|
},
|
|
{
|
|
"i": 245,
|
|
"name": "rustls-webpki",
|
|
"version": "0.102.8",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.38,
|
|
"duration": 3.07,
|
|
"rmeta_time": 0.55,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 246,
|
|
"name": "sct",
|
|
"version": "0.7.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.52,
|
|
"duration": 0.33,
|
|
"rmeta_time": 0.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 247,
|
|
"name": "rustls-webpki",
|
|
"version": "0.101.7",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.56,
|
|
"duration": 2.62,
|
|
"rmeta_time": 0.52,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 248,
|
|
"name": "chrono",
|
|
"version": "0.4.41",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.73,
|
|
"duration": 5.57,
|
|
"rmeta_time": 1.5,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
381
|
|
]
|
|
},
|
|
{
|
|
"i": 249,
|
|
"name": "log",
|
|
"version": "0.4.27",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.8,
|
|
"duration": 0.72,
|
|
"rmeta_time": 0.36,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
370,
|
|
258,
|
|
259,
|
|
252,
|
|
254,
|
|
253
|
|
]
|
|
},
|
|
{
|
|
"i": 250,
|
|
"name": "time",
|
|
"version": "0.3.41",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.86,
|
|
"duration": 8.45,
|
|
"rmeta_time": 2.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
260
|
|
]
|
|
},
|
|
{
|
|
"i": 251,
|
|
"name": "openssl",
|
|
"version": "0.10.73",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 14.89,
|
|
"duration": 8.11,
|
|
"rmeta_time": 3.23,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 252,
|
|
"name": "mio",
|
|
"version": "1.0.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 15.34,
|
|
"duration": 1.36,
|
|
"rmeta_time": 0.41,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
255
|
|
]
|
|
},
|
|
{
|
|
"i": 253,
|
|
"name": "tracing",
|
|
"version": "0.1.41",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 15.38,
|
|
"duration": 0.52,
|
|
"rmeta_time": 0.19,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
256,
|
|
257
|
|
]
|
|
},
|
|
{
|
|
"i": 254,
|
|
"name": "tracing-log",
|
|
"version": "0.2.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 15.53,
|
|
"duration": 0.49,
|
|
"rmeta_time": 0.14,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 255,
|
|
"name": "tokio",
|
|
"version": "1.45.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 15.9,
|
|
"duration": 19.46,
|
|
"rmeta_time": 5.24,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
312,
|
|
298,
|
|
301,
|
|
313,
|
|
297,
|
|
300,
|
|
306
|
|
]
|
|
},
|
|
{
|
|
"i": 256,
|
|
"name": "actix-router",
|
|
"version": "0.5.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 16.02,
|
|
"duration": 2.93,
|
|
"rmeta_time": 0.58,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 257,
|
|
"name": "opentelemetry",
|
|
"version": "0.29.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 16.02,
|
|
"duration": 4.93,
|
|
"rmeta_time": 0.94,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 258,
|
|
"name": "rustls",
|
|
"version": "0.22.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 16.71,
|
|
"duration": 20.78,
|
|
"rmeta_time": 2.87,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 259,
|
|
"name": "rustls",
|
|
"version": "0.21.12",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 16.89,
|
|
"duration": 18.02,
|
|
"rmeta_time": 2.41,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 260,
|
|
"name": "cookie",
|
|
"version": "0.16.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 17.17,
|
|
"duration": 1.96,
|
|
"rmeta_time": 0.3,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 261,
|
|
"name": "anyhow",
|
|
"version": "1.0.98",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 17.45,
|
|
"duration": 0.39,
|
|
"rmeta_time": 0.24,
|
|
"unlocked_units": [
|
|
282
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 262,
|
|
"name": "pin-project",
|
|
"version": "1.1.10",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 17.62,
|
|
"duration": 0.14,
|
|
"rmeta_time": 0.12,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 263,
|
|
"name": "rustversion",
|
|
"version": "1.0.21",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 17.66,
|
|
"duration": 0.59,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
280
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 264,
|
|
"name": "matchers",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 17.72,
|
|
"duration": 0.14,
|
|
"rmeta_time": 0.09,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 265,
|
|
"name": "sharded-slab",
|
|
"version": "0.1.7",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 17.77,
|
|
"duration": 0.92,
|
|
"rmeta_time": 0.75,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
278
|
|
]
|
|
},
|
|
{
|
|
"i": 266,
|
|
"name": "http-body",
|
|
"version": "0.4.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 17.84,
|
|
"duration": 0.28,
|
|
"rmeta_time": 0.25,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 267,
|
|
"name": "thread_local",
|
|
"version": "1.1.8",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 17.87,
|
|
"duration": 0.44,
|
|
"rmeta_time": 0.19,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 268,
|
|
"name": "hashbrown",
|
|
"version": "0.12.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.13,
|
|
"duration": 0.73,
|
|
"rmeta_time": 0.69,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
277
|
|
]
|
|
},
|
|
{
|
|
"i": 269,
|
|
"name": "openssl-probe",
|
|
"version": "0.1.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.26,
|
|
"duration": 0.3,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
279
|
|
]
|
|
},
|
|
{
|
|
"i": 270,
|
|
"name": "fnv",
|
|
"version": "1.0.7",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.3,
|
|
"duration": 0.05,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 271,
|
|
"name": "glob",
|
|
"version": "0.3.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.36,
|
|
"duration": 1.68,
|
|
"rmeta_time": 0.25,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 272,
|
|
"name": "byteorder",
|
|
"version": "1.5.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.56,
|
|
"duration": 0.33,
|
|
"rmeta_time": 0.3,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
335
|
|
]
|
|
},
|
|
{
|
|
"i": 273,
|
|
"name": "strsim",
|
|
"version": "0.11.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.68,
|
|
"duration": 0.27,
|
|
"rmeta_time": 0.17,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 274,
|
|
"name": "protobuf",
|
|
"version": "3.7.2",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 18.86,
|
|
"duration": 0.37,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
281
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 275,
|
|
"name": "ident_case",
|
|
"version": "1.0.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.88,
|
|
"duration": 0.08,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
276
|
|
]
|
|
},
|
|
{
|
|
"i": 276,
|
|
"name": "darling_core",
|
|
"version": "0.20.11",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.95,
|
|
"duration": 2.84,
|
|
"rmeta_time": 1.52,
|
|
"unlocked_units": [
|
|
310
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 277,
|
|
"name": "indexmap",
|
|
"version": "1.9.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.96,
|
|
"duration": 0.56,
|
|
"rmeta_time": 0.51,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 278,
|
|
"name": "tracing-subscriber",
|
|
"version": "0.3.19",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 18.97,
|
|
"duration": 9.75,
|
|
"rmeta_time": 1.69,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 279,
|
|
"name": "native-tls",
|
|
"version": "0.2.14",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 19.0,
|
|
"duration": 1.01,
|
|
"rmeta_time": 0.28,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 280,
|
|
"name": "axum-core",
|
|
"version": "0.4.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 19.13,
|
|
"duration": 3.35,
|
|
"rmeta_time": 2.14,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 281,
|
|
"name": "protobuf",
|
|
"version": "3.7.2",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 19.24,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 282,
|
|
"name": "prost-derive",
|
|
"version": "0.13.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 19.24,
|
|
"duration": 1.88,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
314
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 283,
|
|
"name": "mime_guess",
|
|
"version": "2.0.5",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 19.52,
|
|
"duration": 0.02,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 284,
|
|
"name": "uuid",
|
|
"version": "1.17.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 19.53,
|
|
"duration": 0.82,
|
|
"rmeta_time": 0.33,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 285,
|
|
"name": "futures",
|
|
"version": "0.3.31",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 20.01,
|
|
"duration": 0.06,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 286,
|
|
"name": "protobuf-support",
|
|
"version": "3.7.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 20.05,
|
|
"duration": 1.66,
|
|
"rmeta_time": 0.28,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
321
|
|
]
|
|
},
|
|
{
|
|
"i": 287,
|
|
"name": "async-stream-impl",
|
|
"version": "0.3.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 20.07,
|
|
"duration": 0.78,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
317
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 288,
|
|
"name": "webpki-roots",
|
|
"version": "1.0.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 20.31,
|
|
"duration": 0.14,
|
|
"rmeta_time": 0.12,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
320
|
|
]
|
|
},
|
|
{
|
|
"i": 289,
|
|
"name": "prometheus",
|
|
"version": "0.14.0",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 20.36,
|
|
"duration": 0.25,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
319
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 290,
|
|
"name": "base64",
|
|
"version": "0.21.7",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 20.46,
|
|
"duration": 0.79,
|
|
"rmeta_time": 0.28,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
318
|
|
]
|
|
},
|
|
{
|
|
"i": 291,
|
|
"name": "syn",
|
|
"version": "1.0.109",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 20.61,
|
|
"duration": 0.37,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
316
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 292,
|
|
"name": "utf-8",
|
|
"version": "0.7.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 20.85,
|
|
"duration": 0.22,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 293,
|
|
"name": "unicase",
|
|
"version": "2.8.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 20.96,
|
|
"duration": 0.32,
|
|
"rmeta_time": 0.15,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
315
|
|
]
|
|
},
|
|
{
|
|
"i": 294,
|
|
"name": "iri-string",
|
|
"version": "0.7.8",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 20.99,
|
|
"duration": 4.74,
|
|
"rmeta_time": 2.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
309
|
|
]
|
|
},
|
|
{
|
|
"i": 295,
|
|
"name": "data-encoding",
|
|
"version": "2.9.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 21.07,
|
|
"duration": 4.33,
|
|
"rmeta_time": 0.43,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
311
|
|
]
|
|
},
|
|
{
|
|
"i": 296,
|
|
"name": "matchit",
|
|
"version": "0.7.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 21.12,
|
|
"duration": 0.79,
|
|
"rmeta_time": 0.29,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 297,
|
|
"name": "tokio-util",
|
|
"version": "0.7.15",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 21.25,
|
|
"duration": 1.58,
|
|
"rmeta_time": 0.73,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
302,
|
|
304,
|
|
303,
|
|
308
|
|
]
|
|
},
|
|
{
|
|
"i": 298,
|
|
"name": "actix-rt",
|
|
"version": "2.10.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 21.28,
|
|
"duration": 5.85,
|
|
"rmeta_time": 0.33,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
299
|
|
]
|
|
},
|
|
{
|
|
"i": 299,
|
|
"name": "actix-server",
|
|
"version": "2.6.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 21.71,
|
|
"duration": 11.18,
|
|
"rmeta_time": 1.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 300,
|
|
"name": "tower",
|
|
"version": "0.5.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 21.79,
|
|
"duration": 0.54,
|
|
"rmeta_time": 0.48,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
307
|
|
]
|
|
},
|
|
{
|
|
"i": 301,
|
|
"name": "tokio-stream",
|
|
"version": "0.1.17",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 21.92,
|
|
"duration": 0.58,
|
|
"rmeta_time": 0.48,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
305
|
|
]
|
|
},
|
|
{
|
|
"i": 302,
|
|
"name": "h2",
|
|
"version": "0.3.26",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 22.33,
|
|
"duration": 14.05,
|
|
"rmeta_time": 4.91,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
336
|
|
]
|
|
},
|
|
{
|
|
"i": 303,
|
|
"name": "h2",
|
|
"version": "0.4.10",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 22.49,
|
|
"duration": 13.96,
|
|
"rmeta_time": 5.0,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
338
|
|
]
|
|
},
|
|
{
|
|
"i": 304,
|
|
"name": "actix-codec",
|
|
"version": "0.5.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 22.5,
|
|
"duration": 0.55,
|
|
"rmeta_time": 0.27,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 305,
|
|
"name": "opentelemetry_sdk",
|
|
"version": "0.29.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 22.83,
|
|
"duration": 21.92,
|
|
"rmeta_time": 3.55,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
369
|
|
]
|
|
},
|
|
{
|
|
"i": 306,
|
|
"name": "tokio-rustls",
|
|
"version": "0.24.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 22.95,
|
|
"duration": 0.26,
|
|
"rmeta_time": 0.24,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 307,
|
|
"name": "axum",
|
|
"version": "0.7.9",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 23.01,
|
|
"duration": 7.05,
|
|
"rmeta_time": 3.81,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 308,
|
|
"name": "tower",
|
|
"version": "0.4.13",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 23.05,
|
|
"duration": 1.53,
|
|
"rmeta_time": 1.31,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 309,
|
|
"name": "tower-http",
|
|
"version": "0.6.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 23.21,
|
|
"duration": 1.36,
|
|
"rmeta_time": 0.33,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 310,
|
|
"name": "darling_macro",
|
|
"version": "0.20.11",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 23.31,
|
|
"duration": 0.68,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
334
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 311,
|
|
"name": "tungstenite",
|
|
"version": "0.21.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 24.0,
|
|
"duration": 6.08,
|
|
"rmeta_time": 0.8,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 312,
|
|
"name": "tokio-rustls",
|
|
"version": "0.25.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 24.57,
|
|
"duration": 0.24,
|
|
"rmeta_time": 0.21,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 313,
|
|
"name": "tokio-native-tls",
|
|
"version": "0.3.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 24.59,
|
|
"duration": 0.18,
|
|
"rmeta_time": 0.14,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 314,
|
|
"name": "prost",
|
|
"version": "0.13.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 24.77,
|
|
"duration": 0.62,
|
|
"rmeta_time": 0.46,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 315,
|
|
"name": "mime_guess",
|
|
"version": "2.0.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 24.81,
|
|
"duration": 1.0,
|
|
"rmeta_time": 0.37,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 316,
|
|
"name": "syn",
|
|
"version": "1.0.109",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 25.39,
|
|
"duration": 0.02,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
332
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 317,
|
|
"name": "async-stream",
|
|
"version": "0.3.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 25.41,
|
|
"duration": 0.14,
|
|
"rmeta_time": 0.12,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 318,
|
|
"name": "rustls-pemfile",
|
|
"version": "1.0.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 25.42,
|
|
"duration": 0.55,
|
|
"rmeta_time": 0.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 319,
|
|
"name": "prometheus",
|
|
"version": "0.14.0",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 25.56,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 320,
|
|
"name": "webpki-roots",
|
|
"version": "0.26.11",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 25.57,
|
|
"duration": 0.06,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
330
|
|
]
|
|
},
|
|
{
|
|
"i": 321,
|
|
"name": "protobuf",
|
|
"version": "3.7.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 25.63,
|
|
"duration": 26.05,
|
|
"rmeta_time": 4.28,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
347
|
|
]
|
|
},
|
|
{
|
|
"i": 322,
|
|
"name": "serde_derive_internals",
|
|
"version": "0.29.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 25.73,
|
|
"duration": 0.96,
|
|
"rmeta_time": 0.55,
|
|
"unlocked_units": [
|
|
331
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 323,
|
|
"name": "ahash",
|
|
"version": "0.8.12",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 25.8,
|
|
"duration": 0.2,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
329
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 324,
|
|
"name": "serenity",
|
|
"version": "0.12.4",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 25.97,
|
|
"duration": 0.26,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
328
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 325,
|
|
"name": "sync_wrapper",
|
|
"version": "0.1.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 26.0,
|
|
"duration": 0.08,
|
|
"rmeta_time": 0.05,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 326,
|
|
"name": "hashbrown",
|
|
"version": "0.14.5",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 26.08,
|
|
"duration": 0.86,
|
|
"rmeta_time": 0.78,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
333
|
|
]
|
|
},
|
|
{
|
|
"i": 327,
|
|
"name": "webpki-roots",
|
|
"version": "0.25.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 26.24,
|
|
"duration": 0.11,
|
|
"rmeta_time": 0.1,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 328,
|
|
"name": "serenity",
|
|
"version": "0.12.4",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 26.36,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 329,
|
|
"name": "ahash",
|
|
"version": "0.8.12",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 26.37,
|
|
"duration": 0.04,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
368
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 330,
|
|
"name": "tokio-tungstenite",
|
|
"version": "0.21.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 26.41,
|
|
"duration": 0.41,
|
|
"rmeta_time": 0.37,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 331,
|
|
"name": "clickhouse-derive",
|
|
"version": "0.2.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 26.69,
|
|
"duration": 0.57,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 332,
|
|
"name": "syn",
|
|
"version": "1.0.109",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 26.82,
|
|
"duration": 2.82,
|
|
"rmeta_time": 1.97,
|
|
"unlocked_units": [
|
|
355
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 333,
|
|
"name": "dashmap",
|
|
"version": "5.5.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 26.95,
|
|
"duration": 0.84,
|
|
"rmeta_time": 0.46,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 334,
|
|
"name": "darling",
|
|
"version": "0.20.11",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 27.13,
|
|
"duration": 0.05,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [
|
|
357
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 335,
|
|
"name": "fxhash",
|
|
"version": "0.2.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 27.18,
|
|
"duration": 0.11,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 336,
|
|
"name": "hyper",
|
|
"version": "0.14.32",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 27.26,
|
|
"duration": 10.36,
|
|
"rmeta_time": 3.95,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
358
|
|
]
|
|
},
|
|
{
|
|
"i": 337,
|
|
"name": "arrayvec",
|
|
"version": "0.7.6",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 27.29,
|
|
"duration": 0.3,
|
|
"rmeta_time": 0.26,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 338,
|
|
"name": "hyper",
|
|
"version": "1.6.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 27.59,
|
|
"duration": 6.88,
|
|
"rmeta_time": 1.83,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
346
|
|
]
|
|
},
|
|
{
|
|
"i": 339,
|
|
"name": "secrecy",
|
|
"version": "0.8.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 27.79,
|
|
"duration": 0.13,
|
|
"rmeta_time": 0.09,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 340,
|
|
"name": "serde_cow",
|
|
"version": "0.1.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 27.92,
|
|
"duration": 0.08,
|
|
"rmeta_time": 0.05,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 341,
|
|
"name": "sealed",
|
|
"version": "0.6.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 28.01,
|
|
"duration": 0.52,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 342,
|
|
"name": "anyhow",
|
|
"version": "1.0.98",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 28.52,
|
|
"duration": 0.06,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
356
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 343,
|
|
"name": "num_cpus",
|
|
"version": "1.17.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 28.59,
|
|
"duration": 1.4,
|
|
"rmeta_time": 0.25,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 344,
|
|
"name": "bstr",
|
|
"version": "1.12.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 28.72,
|
|
"duration": 0.63,
|
|
"rmeta_time": 0.35,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 345,
|
|
"name": "strfmt",
|
|
"version": "0.2.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 29.35,
|
|
"duration": 0.95,
|
|
"rmeta_time": 0.24,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 346,
|
|
"name": "hyper-util",
|
|
"version": "0.1.13",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 29.64,
|
|
"duration": 4.56,
|
|
"rmeta_time": 1.96,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
363,
|
|
359,
|
|
362
|
|
]
|
|
},
|
|
{
|
|
"i": 347,
|
|
"name": "prometheus",
|
|
"version": "0.14.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 29.99,
|
|
"duration": 10.9,
|
|
"rmeta_time": 1.08,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 348,
|
|
"name": "lz4_flex",
|
|
"version": "0.11.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.06,
|
|
"duration": 0.27,
|
|
"rmeta_time": 0.23,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 349,
|
|
"name": "cityhash-rs",
|
|
"version": "1.0.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.08,
|
|
"duration": 0.42,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 350,
|
|
"name": "typemap_rev",
|
|
"version": "0.3.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.31,
|
|
"duration": 0.1,
|
|
"rmeta_time": 0.08,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 351,
|
|
"name": "deadpool-runtime",
|
|
"version": "0.1.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.34,
|
|
"duration": 0.11,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
354
|
|
]
|
|
},
|
|
{
|
|
"i": 352,
|
|
"name": "replace_with",
|
|
"version": "0.1.8",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.42,
|
|
"duration": 0.1,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 353,
|
|
"name": "static_assertions",
|
|
"version": "1.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.45,
|
|
"duration": 0.05,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 354,
|
|
"name": "deadpool",
|
|
"version": "0.12.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.49,
|
|
"duration": 0.33,
|
|
"rmeta_time": 0.27,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 355,
|
|
"name": "derivative",
|
|
"version": "2.2.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.5,
|
|
"duration": 1.92,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 356,
|
|
"name": "anyhow",
|
|
"version": "1.0.98",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.52,
|
|
"duration": 0.99,
|
|
"rmeta_time": 0.25,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 357,
|
|
"name": "poise_macros",
|
|
"version": "0.6.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 30.82,
|
|
"duration": 2.05,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 358,
|
|
"name": "hyper-rustls",
|
|
"version": "0.24.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 31.52,
|
|
"duration": 0.2,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
361
|
|
]
|
|
},
|
|
{
|
|
"i": 359,
|
|
"name": "hyper-timeout",
|
|
"version": "0.5.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 31.72,
|
|
"duration": 0.19,
|
|
"rmeta_time": 0.17,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
360
|
|
]
|
|
},
|
|
{
|
|
"i": 360,
|
|
"name": "tonic",
|
|
"version": "0.12.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 31.91,
|
|
"duration": 13.73,
|
|
"rmeta_time": 2.32,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
367
|
|
]
|
|
},
|
|
{
|
|
"i": 361,
|
|
"name": "reqwest",
|
|
"version": "0.11.27",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 32.42,
|
|
"duration": 19.67,
|
|
"rmeta_time": 1.67,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
365
|
|
]
|
|
},
|
|
{
|
|
"i": 362,
|
|
"name": "hyper-tls",
|
|
"version": "0.6.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 32.87,
|
|
"duration": 0.27,
|
|
"rmeta_time": 0.12,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
364
|
|
]
|
|
},
|
|
{
|
|
"i": 363,
|
|
"name": "reqwest",
|
|
"version": "0.12.19",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 32.89,
|
|
"duration": 16.48,
|
|
"rmeta_time": 1.54,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
366
|
|
]
|
|
},
|
|
{
|
|
"i": 364,
|
|
"name": "clickhouse",
|
|
"version": "0.13.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 33.15,
|
|
"duration": 14.64,
|
|
"rmeta_time": 1.3,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 365,
|
|
"name": "serenity",
|
|
"version": "0.12.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 34.2,
|
|
"duration": 51.3,
|
|
"rmeta_time": 26.63,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
403
|
|
]
|
|
},
|
|
{
|
|
"i": 366,
|
|
"name": "opentelemetry-http",
|
|
"version": "0.29.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 34.46,
|
|
"duration": 2.15,
|
|
"rmeta_time": 0.34,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 367,
|
|
"name": "opentelemetry-proto",
|
|
"version": "0.29.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 34.91,
|
|
"duration": 7.06,
|
|
"rmeta_time": 1.21,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
379
|
|
]
|
|
},
|
|
{
|
|
"i": 368,
|
|
"name": "ahash",
|
|
"version": "0.8.12",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 35.37,
|
|
"duration": 0.26,
|
|
"rmeta_time": 0.22,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 369,
|
|
"name": "tracing-opentelemetry",
|
|
"version": "0.30.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 35.63,
|
|
"duration": 2.63,
|
|
"rmeta_time": 0.39,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 370,
|
|
"name": "tracing-log",
|
|
"version": "0.1.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 36.38,
|
|
"duration": 1.6,
|
|
"rmeta_time": 0.26,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 371,
|
|
"name": "toml_datetime",
|
|
"version": "0.6.9",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 36.45,
|
|
"duration": 0.48,
|
|
"rmeta_time": 0.22,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 372,
|
|
"name": "serde_spanned",
|
|
"version": "0.6.8",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 36.62,
|
|
"duration": 0.14,
|
|
"rmeta_time": 0.09,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 373,
|
|
"name": "serde_repr",
|
|
"version": "0.1.20",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 36.76,
|
|
"duration": 0.64,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 374,
|
|
"name": "gethostname",
|
|
"version": "0.2.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 36.93,
|
|
"duration": 0.17,
|
|
"rmeta_time": 0.07,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
378
|
|
]
|
|
},
|
|
{
|
|
"i": 375,
|
|
"name": "trim-in-place",
|
|
"version": "0.1.7",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 37.1,
|
|
"duration": 0.06,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 376,
|
|
"name": "toml_write",
|
|
"version": "0.1.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 37.16,
|
|
"duration": 0.23,
|
|
"rmeta_time": 0.15,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 377,
|
|
"name": "winnow",
|
|
"version": "0.7.10",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 37.39,
|
|
"duration": 2.59,
|
|
"rmeta_time": 2.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
388
|
|
]
|
|
},
|
|
{
|
|
"i": 378,
|
|
"name": "tracing-bunyan-formatter",
|
|
"version": "0.3.10",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 37.4,
|
|
"duration": 0.81,
|
|
"rmeta_time": 0.35,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 379,
|
|
"name": "opentelemetry-otlp",
|
|
"version": "0.29.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 37.5,
|
|
"duration": 6.52,
|
|
"rmeta_time": 0.84,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
384
|
|
]
|
|
},
|
|
{
|
|
"i": 380,
|
|
"name": "utoipa-gen",
|
|
"version": "5.3.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 37.62,
|
|
"duration": 6.25,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
390
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 381,
|
|
"name": "croner",
|
|
"version": "2.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 37.99,
|
|
"duration": 1.68,
|
|
"rmeta_time": 0.28,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 382,
|
|
"name": "tokio-cron-scheduler",
|
|
"version": "0.14.0",
|
|
"mode": "todo",
|
|
"target": " build script",
|
|
"start": 38.21,
|
|
"duration": 0.24,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
385
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 383,
|
|
"name": "num-derive",
|
|
"version": "0.4.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 38.26,
|
|
"duration": 1.11,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 384,
|
|
"name": "tool_tracing",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 38.45,
|
|
"duration": 10.71,
|
|
"rmeta_time": 0.94,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 385,
|
|
"name": "tokio-cron-scheduler",
|
|
"version": "0.14.0",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 39.37,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [
|
|
387
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 386,
|
|
"name": "mutually_exclusive_features",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 39.38,
|
|
"duration": 0.07,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 387,
|
|
"name": "tokio-cron-scheduler",
|
|
"version": "0.14.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 39.45,
|
|
"duration": 12.91,
|
|
"rmeta_time": 2.18,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 388,
|
|
"name": "toml_edit",
|
|
"version": "0.22.26",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 39.67,
|
|
"duration": 10.57,
|
|
"rmeta_time": 2.27,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
389
|
|
]
|
|
},
|
|
{
|
|
"i": 389,
|
|
"name": "toml",
|
|
"version": "0.8.22",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 41.97,
|
|
"duration": 3.59,
|
|
"rmeta_time": 0.54,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 390,
|
|
"name": "utoipa",
|
|
"version": "5.3.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 43.87,
|
|
"duration": 8.35,
|
|
"rmeta_time": 2.65,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 391,
|
|
"name": "zstd-sys",
|
|
"version": "2.0.15+zstd.1.5.7",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 53.36,
|
|
"duration": 0.07,
|
|
"rmeta_time": 0.04,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
393
|
|
]
|
|
},
|
|
{
|
|
"i": 392,
|
|
"name": "zstd-safe",
|
|
"version": "7.2.4",
|
|
"mode": "run-custom-build",
|
|
"target": " build script (run)",
|
|
"start": 53.36,
|
|
"duration": 0.01,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 393,
|
|
"name": "zstd-safe",
|
|
"version": "7.2.4",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 53.4,
|
|
"duration": 0.13,
|
|
"rmeta_time": 0.08,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
394
|
|
]
|
|
},
|
|
{
|
|
"i": 394,
|
|
"name": "zstd",
|
|
"version": "0.13.3",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 53.48,
|
|
"duration": 0.2,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
395
|
|
]
|
|
},
|
|
{
|
|
"i": 395,
|
|
"name": "actix-http",
|
|
"version": "3.11.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 53.61,
|
|
"duration": 3.45,
|
|
"rmeta_time": 1.38,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
396
|
|
]
|
|
},
|
|
{
|
|
"i": 396,
|
|
"name": "actix-web",
|
|
"version": "4.11.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 54.99,
|
|
"duration": 4.37,
|
|
"rmeta_time": 2.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
399,
|
|
401,
|
|
397,
|
|
398,
|
|
400
|
|
]
|
|
},
|
|
{
|
|
"i": 397,
|
|
"name": "actix-web-prom",
|
|
"version": "0.10.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 57.12,
|
|
"duration": 0.87,
|
|
"rmeta_time": 0.19,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
402
|
|
]
|
|
},
|
|
{
|
|
"i": 398,
|
|
"name": "utoipa-actix-web",
|
|
"version": "0.1.2",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 57.12,
|
|
"duration": 1.0,
|
|
"rmeta_time": 0.13,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 399,
|
|
"name": "utoipa-scalar",
|
|
"version": "0.3.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 57.12,
|
|
"duration": 0.08,
|
|
"rmeta_time": 0.06,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 400,
|
|
"name": "tracing-actix-web",
|
|
"version": "0.7.18",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 57.12,
|
|
"duration": 0.87,
|
|
"rmeta_time": 0.32,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 401,
|
|
"name": "actix-cors",
|
|
"version": "0.7.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 57.12,
|
|
"duration": 0.98,
|
|
"rmeta_time": 0.22,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 402,
|
|
"name": "clickhouse_pool",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 57.32,
|
|
"duration": 1.49,
|
|
"rmeta_time": 0.78,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 403,
|
|
"name": "poise",
|
|
"version": "0.6.1",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 60.83,
|
|
"duration": 5.57,
|
|
"rmeta_time": 2.23,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
404
|
|
]
|
|
},
|
|
{
|
|
"i": 404,
|
|
"name": "database",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 63.06,
|
|
"duration": 1.69,
|
|
"rmeta_time": 0.94,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
405
|
|
]
|
|
},
|
|
{
|
|
"i": 405,
|
|
"name": "config",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 64.32,
|
|
"duration": 2.39,
|
|
"rmeta_time": 0.56,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": [
|
|
408,
|
|
407,
|
|
406
|
|
]
|
|
},
|
|
{
|
|
"i": 406,
|
|
"name": "bot",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 65.48,
|
|
"duration": 973.77,
|
|
"rmeta_time": 853.39,
|
|
"unlocked_units": [
|
|
409
|
|
],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 407,
|
|
"name": "api",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 65.7,
|
|
"duration": 1.41,
|
|
"rmeta_time": 0.46,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 408,
|
|
"name": "cron_scheduler",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": "",
|
|
"start": 65.81,
|
|
"duration": 0.6,
|
|
"rmeta_time": 0.42,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
},
|
|
{
|
|
"i": 409,
|
|
"name": "cli",
|
|
"version": "0.1.0",
|
|
"mode": "todo",
|
|
"target": " bin \"cli\"",
|
|
"start": 1039.24,
|
|
"duration": 14.85,
|
|
"rmeta_time": null,
|
|
"unlocked_units": [],
|
|
"unlocked_rmeta_units": []
|
|
}
|
|
];
|
|
const CONCURRENCY_DATA = [
|
|
{
|
|
"t": 0.383995064,
|
|
"active": 16,
|
|
"waiting": 106,
|
|
"inactive": 288
|
|
},
|
|
{
|
|
"t": 0.391655745,
|
|
"active": 16,
|
|
"waiting": 106,
|
|
"inactive": 288
|
|
},
|
|
{
|
|
"t": 0.392963897,
|
|
"active": 16,
|
|
"waiting": 108,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.405443942,
|
|
"active": 16,
|
|
"waiting": 108,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.416956093,
|
|
"active": 16,
|
|
"waiting": 107,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.421451741,
|
|
"active": 16,
|
|
"waiting": 107,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.421572677,
|
|
"active": 16,
|
|
"waiting": 107,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.424434973,
|
|
"active": 16,
|
|
"waiting": 107,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.424710119,
|
|
"active": 16,
|
|
"waiting": 106,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.427043363,
|
|
"active": 16,
|
|
"waiting": 106,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.436284847,
|
|
"active": 16,
|
|
"waiting": 105,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.43944995,
|
|
"active": 16,
|
|
"waiting": 105,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.445261515,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 286
|
|
},
|
|
{
|
|
"t": 0.446503213,
|
|
"active": 16,
|
|
"waiting": 106,
|
|
"inactive": 284
|
|
},
|
|
{
|
|
"t": 0.454713704,
|
|
"active": 16,
|
|
"waiting": 106,
|
|
"inactive": 284
|
|
},
|
|
{
|
|
"t": 0.472626855,
|
|
"active": 16,
|
|
"waiting": 105,
|
|
"inactive": 284
|
|
},
|
|
{
|
|
"t": 0.475546568,
|
|
"active": 16,
|
|
"waiting": 105,
|
|
"inactive": 284
|
|
},
|
|
{
|
|
"t": 0.478522467,
|
|
"active": 16,
|
|
"waiting": 105,
|
|
"inactive": 284
|
|
},
|
|
{
|
|
"t": 0.481988654,
|
|
"active": 16,
|
|
"waiting": 106,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.49622938,
|
|
"active": 16,
|
|
"waiting": 106,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.501308161,
|
|
"active": 16,
|
|
"waiting": 105,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.501368955,
|
|
"active": 16,
|
|
"waiting": 105,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.504784748,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.508024942,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.515133789,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.521869305,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.522072216,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.527694335,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.539413354,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.556117818,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.560960857,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 283
|
|
},
|
|
{
|
|
"t": 0.561503705,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.566258528,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.575107336,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.575250004,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.582523248,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.589993542,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.598954671,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.599986265,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.612952391,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.6219405,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 281
|
|
},
|
|
{
|
|
"t": 0.62323119,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 280
|
|
},
|
|
{
|
|
"t": 0.62405795,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 279
|
|
},
|
|
{
|
|
"t": 0.625568321,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 279
|
|
},
|
|
{
|
|
"t": 0.629586223,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 279
|
|
},
|
|
{
|
|
"t": 0.629827927,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 279
|
|
},
|
|
{
|
|
"t": 0.632682347,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 278
|
|
},
|
|
{
|
|
"t": 0.633225666,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 278
|
|
},
|
|
{
|
|
"t": 0.63658324,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 278
|
|
},
|
|
{
|
|
"t": 0.639966642,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 277
|
|
},
|
|
{
|
|
"t": 0.648977405,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 277
|
|
},
|
|
{
|
|
"t": 0.649520833,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 277
|
|
},
|
|
{
|
|
"t": 0.652455454,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 277
|
|
},
|
|
{
|
|
"t": 0.652945773,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 277
|
|
},
|
|
{
|
|
"t": 0.657752725,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 277
|
|
},
|
|
{
|
|
"t": 0.658972782,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 276
|
|
},
|
|
{
|
|
"t": 0.664571778,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 276
|
|
},
|
|
{
|
|
"t": 0.665423605,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 275
|
|
},
|
|
{
|
|
"t": 0.667307476,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 275
|
|
},
|
|
{
|
|
"t": 0.673581137,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 275
|
|
},
|
|
{
|
|
"t": 0.67399358,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 275
|
|
},
|
|
{
|
|
"t": 0.677342548,
|
|
"active": 16,
|
|
"waiting": 96,
|
|
"inactive": 275
|
|
},
|
|
{
|
|
"t": 0.682190646,
|
|
"active": 16,
|
|
"waiting": 96,
|
|
"inactive": 275
|
|
},
|
|
{
|
|
"t": 0.68243773,
|
|
"active": 16,
|
|
"waiting": 96,
|
|
"inactive": 275
|
|
},
|
|
{
|
|
"t": 0.710761175,
|
|
"active": 16,
|
|
"waiting": 96,
|
|
"inactive": 275
|
|
},
|
|
{
|
|
"t": 0.711864474,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 273
|
|
},
|
|
{
|
|
"t": 0.712003524,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 273
|
|
},
|
|
{
|
|
"t": 0.725143947,
|
|
"active": 16,
|
|
"waiting": 96,
|
|
"inactive": 273
|
|
},
|
|
{
|
|
"t": 0.726736293,
|
|
"active": 16,
|
|
"waiting": 96,
|
|
"inactive": 273
|
|
},
|
|
{
|
|
"t": 0.730884409,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 269
|
|
},
|
|
{
|
|
"t": 0.73105057,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 269
|
|
},
|
|
{
|
|
"t": 0.739800523,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 269
|
|
},
|
|
{
|
|
"t": 0.739917743,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 269
|
|
},
|
|
{
|
|
"t": 0.748576354,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 268
|
|
},
|
|
{
|
|
"t": 0.748794333,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 268
|
|
},
|
|
{
|
|
"t": 0.75219643,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 267
|
|
},
|
|
{
|
|
"t": 0.757813931,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 267
|
|
},
|
|
{
|
|
"t": 0.773084748,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 267
|
|
},
|
|
{
|
|
"t": 0.773638326,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 266
|
|
},
|
|
{
|
|
"t": 0.773749755,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 266
|
|
},
|
|
{
|
|
"t": 0.806651042,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 266
|
|
},
|
|
{
|
|
"t": 0.835666034,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 266
|
|
},
|
|
{
|
|
"t": 0.841938342,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 266
|
|
},
|
|
{
|
|
"t": 0.879672149,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 266
|
|
},
|
|
{
|
|
"t": 0.906352875,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 264
|
|
},
|
|
{
|
|
"t": 0.931347731,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 261
|
|
},
|
|
{
|
|
"t": 0.931488214,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 261
|
|
},
|
|
{
|
|
"t": 0.939716158,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 261
|
|
},
|
|
{
|
|
"t": 0.955259626,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 261
|
|
},
|
|
{
|
|
"t": 0.95702696,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 258
|
|
},
|
|
{
|
|
"t": 0.968035296,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 257
|
|
},
|
|
{
|
|
"t": 0.968157114,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 257
|
|
},
|
|
{
|
|
"t": 0.990596389,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 256
|
|
},
|
|
{
|
|
"t": 0.996851365,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 256
|
|
},
|
|
{
|
|
"t": 1.048517419,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 255
|
|
},
|
|
{
|
|
"t": 1.050984784,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 255
|
|
},
|
|
{
|
|
"t": 1.062596692,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 254
|
|
},
|
|
{
|
|
"t": 1.062672895,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 254
|
|
},
|
|
{
|
|
"t": 1.067048468,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 253
|
|
},
|
|
{
|
|
"t": 1.067171158,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 252
|
|
},
|
|
{
|
|
"t": 1.076804176,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 252
|
|
},
|
|
{
|
|
"t": 1.077112354,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 252
|
|
},
|
|
{
|
|
"t": 1.103331545,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 251
|
|
},
|
|
{
|
|
"t": 1.106770031,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 251
|
|
},
|
|
{
|
|
"t": 1.114364517,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 250
|
|
},
|
|
{
|
|
"t": 1.1160588439999999,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 250
|
|
},
|
|
{
|
|
"t": 1.130629758,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 250
|
|
},
|
|
{
|
|
"t": 1.16555524,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 249
|
|
},
|
|
{
|
|
"t": 1.1656550270000001,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 249
|
|
},
|
|
{
|
|
"t": 1.170112634,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 249
|
|
},
|
|
{
|
|
"t": 1.170669958,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 249
|
|
},
|
|
{
|
|
"t": 1.177752616,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 249
|
|
},
|
|
{
|
|
"t": 1.178262301,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 249
|
|
},
|
|
{
|
|
"t": 1.19260076,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 248
|
|
},
|
|
{
|
|
"t": 1.19270211,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 248
|
|
},
|
|
{
|
|
"t": 1.209225646,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.265357541,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.286629458,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.288120233,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.295728595,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.302574369,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.307356393,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.3438296969999999,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.3476133,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.348977677,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 247
|
|
},
|
|
{
|
|
"t": 1.36332897,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 246
|
|
},
|
|
{
|
|
"t": 1.364208389,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 246
|
|
},
|
|
{
|
|
"t": 1.369074371,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 246
|
|
},
|
|
{
|
|
"t": 1.373787546,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 246
|
|
},
|
|
{
|
|
"t": 1.377391011,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 246
|
|
},
|
|
{
|
|
"t": 1.378308071,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 245
|
|
},
|
|
{
|
|
"t": 1.381431646,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 245
|
|
},
|
|
{
|
|
"t": 1.385543394,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 244
|
|
},
|
|
{
|
|
"t": 1.3897945329999999,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 244
|
|
},
|
|
{
|
|
"t": 1.422584872,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 244
|
|
},
|
|
{
|
|
"t": 1.427343603,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 244
|
|
},
|
|
{
|
|
"t": 1.443254661,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 244
|
|
},
|
|
{
|
|
"t": 1.444766515,
|
|
"active": 16,
|
|
"waiting": 105,
|
|
"inactive": 238
|
|
},
|
|
{
|
|
"t": 1.445626557,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 238
|
|
},
|
|
{
|
|
"t": 1.44578283,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 238
|
|
},
|
|
{
|
|
"t": 1.466730799,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 237
|
|
},
|
|
{
|
|
"t": 1.466861735,
|
|
"active": 16,
|
|
"waiting": 104,
|
|
"inactive": 237
|
|
},
|
|
{
|
|
"t": 1.4961005059999999,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 237
|
|
},
|
|
{
|
|
"t": 1.502996794,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 237
|
|
},
|
|
{
|
|
"t": 1.503695965,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 237
|
|
},
|
|
{
|
|
"t": 1.506209607,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 237
|
|
},
|
|
{
|
|
"t": 1.5127457899999999,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 236
|
|
},
|
|
{
|
|
"t": 1.513868464,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 236
|
|
},
|
|
{
|
|
"t": 1.518886631,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 236
|
|
},
|
|
{
|
|
"t": 1.519486095,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 235
|
|
},
|
|
{
|
|
"t": 1.519686762,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 235
|
|
},
|
|
{
|
|
"t": 1.5799520660000002,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 235
|
|
},
|
|
{
|
|
"t": 1.583510046,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 235
|
|
},
|
|
{
|
|
"t": 1.588187464,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 235
|
|
},
|
|
{
|
|
"t": 1.609636423,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 235
|
|
},
|
|
{
|
|
"t": 1.6187309220000001,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 235
|
|
},
|
|
{
|
|
"t": 1.61972239,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 235
|
|
},
|
|
{
|
|
"t": 1.619846813,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 235
|
|
},
|
|
{
|
|
"t": 1.637121577,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 234
|
|
},
|
|
{
|
|
"t": 1.654971508,
|
|
"active": 16,
|
|
"waiting": 101,
|
|
"inactive": 233
|
|
},
|
|
{
|
|
"t": 1.65993332,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 232
|
|
},
|
|
{
|
|
"t": 1.666503467,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 232
|
|
},
|
|
{
|
|
"t": 1.717763951,
|
|
"active": 16,
|
|
"waiting": 103,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.733123634,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.7401499459999998,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.750673704,
|
|
"active": 16,
|
|
"waiting": 102,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.779047454,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.7791419309999998,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.782652291,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.810980706,
|
|
"active": 16,
|
|
"waiting": 100,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.8182809309999999,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.822832554,
|
|
"active": 16,
|
|
"waiting": 99,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.839485692,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.84015149,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.8458045680000001,
|
|
"active": 16,
|
|
"waiting": 98,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.87232862,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.873045464,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.922859927,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.932792567,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.9540367509999998,
|
|
"active": 16,
|
|
"waiting": 97,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.964446806,
|
|
"active": 16,
|
|
"waiting": 96,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 1.965939705,
|
|
"active": 16,
|
|
"waiting": 96,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 2.004475515,
|
|
"active": 16,
|
|
"waiting": 95,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 2.007673029,
|
|
"active": 16,
|
|
"waiting": 95,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 2.048162241,
|
|
"active": 16,
|
|
"waiting": 94,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 2.048873213,
|
|
"active": 16,
|
|
"waiting": 94,
|
|
"inactive": 231
|
|
},
|
|
{
|
|
"t": 2.084756731,
|
|
"active": 16,
|
|
"waiting": 95,
|
|
"inactive": 230
|
|
},
|
|
{
|
|
"t": 2.099735651,
|
|
"active": 16,
|
|
"waiting": 95,
|
|
"inactive": 230
|
|
},
|
|
{
|
|
"t": 2.119041462,
|
|
"active": 16,
|
|
"waiting": 96,
|
|
"inactive": 229
|
|
},
|
|
{
|
|
"t": 2.126729354,
|
|
"active": 16,
|
|
"waiting": 95,
|
|
"inactive": 229
|
|
},
|
|
{
|
|
"t": 2.127428425,
|
|
"active": 16,
|
|
"waiting": 95,
|
|
"inactive": 229
|
|
},
|
|
{
|
|
"t": 2.143085095,
|
|
"active": 16,
|
|
"waiting": 94,
|
|
"inactive": 229
|
|
},
|
|
{
|
|
"t": 2.143166277,
|
|
"active": 16,
|
|
"waiting": 94,
|
|
"inactive": 229
|
|
},
|
|
{
|
|
"t": 2.158382041,
|
|
"active": 16,
|
|
"waiting": 94,
|
|
"inactive": 228
|
|
},
|
|
{
|
|
"t": 2.164974058,
|
|
"active": 16,
|
|
"waiting": 94,
|
|
"inactive": 228
|
|
},
|
|
{
|
|
"t": 2.196730419,
|
|
"active": 16,
|
|
"waiting": 93,
|
|
"inactive": 228
|
|
},
|
|
{
|
|
"t": 2.197848756,
|
|
"active": 16,
|
|
"waiting": 93,
|
|
"inactive": 228
|
|
},
|
|
{
|
|
"t": 2.206928006,
|
|
"active": 16,
|
|
"waiting": 93,
|
|
"inactive": 228
|
|
},
|
|
{
|
|
"t": 2.210482018,
|
|
"active": 16,
|
|
"waiting": 93,
|
|
"inactive": 227
|
|
},
|
|
{
|
|
"t": 2.2148679,
|
|
"active": 16,
|
|
"waiting": 93,
|
|
"inactive": 227
|
|
},
|
|
{
|
|
"t": 2.223032846,
|
|
"active": 16,
|
|
"waiting": 92,
|
|
"inactive": 227
|
|
},
|
|
{
|
|
"t": 2.223086958,
|
|
"active": 16,
|
|
"waiting": 92,
|
|
"inactive": 227
|
|
},
|
|
{
|
|
"t": 2.226716943,
|
|
"active": 16,
|
|
"waiting": 91,
|
|
"inactive": 227
|
|
},
|
|
{
|
|
"t": 2.230390159,
|
|
"active": 16,
|
|
"waiting": 91,
|
|
"inactive": 227
|
|
},
|
|
{
|
|
"t": 2.2342513569999998,
|
|
"active": 16,
|
|
"waiting": 90,
|
|
"inactive": 227
|
|
},
|
|
{
|
|
"t": 2.234359319,
|
|
"active": 16,
|
|
"waiting": 90,
|
|
"inactive": 227
|
|
},
|
|
{
|
|
"t": 2.256509572,
|
|
"active": 16,
|
|
"waiting": 90,
|
|
"inactive": 226
|
|
},
|
|
{
|
|
"t": 2.256571529,
|
|
"active": 16,
|
|
"waiting": 90,
|
|
"inactive": 226
|
|
},
|
|
{
|
|
"t": 2.260483512,
|
|
"active": 16,
|
|
"waiting": 89,
|
|
"inactive": 226
|
|
},
|
|
{
|
|
"t": 2.261109455,
|
|
"active": 16,
|
|
"waiting": 89,
|
|
"inactive": 226
|
|
},
|
|
{
|
|
"t": 2.271480467,
|
|
"active": 16,
|
|
"waiting": 89,
|
|
"inactive": 225
|
|
},
|
|
{
|
|
"t": 2.27304487,
|
|
"active": 16,
|
|
"waiting": 89,
|
|
"inactive": 225
|
|
},
|
|
{
|
|
"t": 2.308333342,
|
|
"active": 16,
|
|
"waiting": 88,
|
|
"inactive": 225
|
|
},
|
|
{
|
|
"t": 2.31385343,
|
|
"active": 16,
|
|
"waiting": 88,
|
|
"inactive": 225
|
|
},
|
|
{
|
|
"t": 2.327933475,
|
|
"active": 16,
|
|
"waiting": 89,
|
|
"inactive": 224
|
|
},
|
|
{
|
|
"t": 2.334458577,
|
|
"active": 16,
|
|
"waiting": 89,
|
|
"inactive": 224
|
|
},
|
|
{
|
|
"t": 2.339183054,
|
|
"active": 16,
|
|
"waiting": 89,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.33928792,
|
|
"active": 16,
|
|
"waiting": 89,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.347555659,
|
|
"active": 16,
|
|
"waiting": 88,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.347959927,
|
|
"active": 16,
|
|
"waiting": 88,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.3578980769999998,
|
|
"active": 16,
|
|
"waiting": 87,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.358085288,
|
|
"active": 16,
|
|
"waiting": 87,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.372027975,
|
|
"active": 16,
|
|
"waiting": 87,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.403765441,
|
|
"active": 16,
|
|
"waiting": 86,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.405003752,
|
|
"active": 16,
|
|
"waiting": 86,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.430969678,
|
|
"active": 16,
|
|
"waiting": 86,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.447794118,
|
|
"active": 16,
|
|
"waiting": 85,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.447909945,
|
|
"active": 16,
|
|
"waiting": 85,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.45995786,
|
|
"active": 16,
|
|
"waiting": 84,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.4600753,
|
|
"active": 16,
|
|
"waiting": 84,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.477280834,
|
|
"active": 16,
|
|
"waiting": 83,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.477612255,
|
|
"active": 16,
|
|
"waiting": 83,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.513745902,
|
|
"active": 16,
|
|
"waiting": 82,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.518323824,
|
|
"active": 16,
|
|
"waiting": 82,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.5315191500000003,
|
|
"active": 16,
|
|
"waiting": 82,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.540414215,
|
|
"active": 16,
|
|
"waiting": 81,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.540526866,
|
|
"active": 16,
|
|
"waiting": 81,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.560211137,
|
|
"active": 16,
|
|
"waiting": 80,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.560964449,
|
|
"active": 16,
|
|
"waiting": 80,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.602933034,
|
|
"active": 16,
|
|
"waiting": 80,
|
|
"inactive": 223
|
|
},
|
|
{
|
|
"t": 2.635325257,
|
|
"active": 16,
|
|
"waiting": 81,
|
|
"inactive": 222
|
|
},
|
|
{
|
|
"t": 2.661065079,
|
|
"active": 16,
|
|
"waiting": 80,
|
|
"inactive": 222
|
|
},
|
|
{
|
|
"t": 2.6639598859999998,
|
|
"active": 16,
|
|
"waiting": 80,
|
|
"inactive": 222
|
|
},
|
|
{
|
|
"t": 2.693755311,
|
|
"active": 16,
|
|
"waiting": 79,
|
|
"inactive": 222
|
|
},
|
|
{
|
|
"t": 2.700594562,
|
|
"active": 16,
|
|
"waiting": 79,
|
|
"inactive": 222
|
|
},
|
|
{
|
|
"t": 2.737547715,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 222
|
|
},
|
|
{
|
|
"t": 2.740968327,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 222
|
|
},
|
|
{
|
|
"t": 2.768009018,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 222
|
|
},
|
|
{
|
|
"t": 2.7961155570000003,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 222
|
|
},
|
|
{
|
|
"t": 2.827327337,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 221
|
|
},
|
|
{
|
|
"t": 2.827459195,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 221
|
|
},
|
|
{
|
|
"t": 2.941290465,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 221
|
|
},
|
|
{
|
|
"t": 2.946957999,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 221
|
|
},
|
|
{
|
|
"t": 2.951545439,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 220
|
|
},
|
|
{
|
|
"t": 2.964381291,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 220
|
|
},
|
|
{
|
|
"t": 2.9680640350000003,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 219
|
|
},
|
|
{
|
|
"t": 2.96817879,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 219
|
|
},
|
|
{
|
|
"t": 2.999432669,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 219
|
|
},
|
|
{
|
|
"t": 3.004873088,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 219
|
|
},
|
|
{
|
|
"t": 3.02066418,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.031848586,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.035303573,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.049678411,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.049926676,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.054435258,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.056603312,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.101472665,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.178291591,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.182000123,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.1959087569999998,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 218
|
|
},
|
|
{
|
|
"t": 3.197618712,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 217
|
|
},
|
|
{
|
|
"t": 3.218363992,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 217
|
|
},
|
|
{
|
|
"t": 3.218455934,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 217
|
|
},
|
|
{
|
|
"t": 3.265795578,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 216
|
|
},
|
|
{
|
|
"t": 3.293542763,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 215
|
|
},
|
|
{
|
|
"t": 3.315373547,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 215
|
|
},
|
|
{
|
|
"t": 3.31556145,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 215
|
|
},
|
|
{
|
|
"t": 3.35096098,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 215
|
|
},
|
|
{
|
|
"t": 3.351074653,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 215
|
|
},
|
|
{
|
|
"t": 3.366106492,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 213
|
|
},
|
|
{
|
|
"t": 3.3779784680000002,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 213
|
|
},
|
|
{
|
|
"t": 3.378061173,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 213
|
|
},
|
|
{
|
|
"t": 3.39678889,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 213
|
|
},
|
|
{
|
|
"t": 3.400150482,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 213
|
|
},
|
|
{
|
|
"t": 3.433391195,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 211
|
|
},
|
|
{
|
|
"t": 3.480323005,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 211
|
|
},
|
|
{
|
|
"t": 3.487089459,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 211
|
|
},
|
|
{
|
|
"t": 3.5224495559999998,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 211
|
|
},
|
|
{
|
|
"t": 3.525815285,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 211
|
|
},
|
|
{
|
|
"t": 3.536040053,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 209
|
|
},
|
|
{
|
|
"t": 3.536173733,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 209
|
|
},
|
|
{
|
|
"t": 3.584365805,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 209
|
|
},
|
|
{
|
|
"t": 3.613401406,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 207
|
|
},
|
|
{
|
|
"t": 3.613527011,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 207
|
|
},
|
|
{
|
|
"t": 3.61984738,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 206
|
|
},
|
|
{
|
|
"t": 3.63158876,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 205
|
|
},
|
|
{
|
|
"t": 3.672767244,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 205
|
|
},
|
|
{
|
|
"t": 3.672895715,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 205
|
|
},
|
|
{
|
|
"t": 3.6778924120000003,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 205
|
|
},
|
|
{
|
|
"t": 3.73812783,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 204
|
|
},
|
|
{
|
|
"t": 3.79697695,
|
|
"active": 16,
|
|
"waiting": 80,
|
|
"inactive": 202
|
|
},
|
|
{
|
|
"t": 3.80542144,
|
|
"active": 16,
|
|
"waiting": 80,
|
|
"inactive": 201
|
|
},
|
|
{
|
|
"t": 3.807013855,
|
|
"active": 16,
|
|
"waiting": 80,
|
|
"inactive": 201
|
|
},
|
|
{
|
|
"t": 3.844541655,
|
|
"active": 16,
|
|
"waiting": 79,
|
|
"inactive": 201
|
|
},
|
|
{
|
|
"t": 3.848785651,
|
|
"active": 16,
|
|
"waiting": 79,
|
|
"inactive": 201
|
|
},
|
|
{
|
|
"t": 3.90487142,
|
|
"active": 16,
|
|
"waiting": 79,
|
|
"inactive": 201
|
|
},
|
|
{
|
|
"t": 3.936134026,
|
|
"active": 16,
|
|
"waiting": 80,
|
|
"inactive": 200
|
|
},
|
|
{
|
|
"t": 3.9378690990000003,
|
|
"active": 16,
|
|
"waiting": 79,
|
|
"inactive": 200
|
|
},
|
|
{
|
|
"t": 3.937962293,
|
|
"active": 16,
|
|
"waiting": 79,
|
|
"inactive": 200
|
|
},
|
|
{
|
|
"t": 3.971582248,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 200
|
|
},
|
|
{
|
|
"t": 3.972488998,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 200
|
|
},
|
|
{
|
|
"t": 4.113427644,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 199
|
|
},
|
|
{
|
|
"t": 4.127013772,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 199
|
|
},
|
|
{
|
|
"t": 4.127189101,
|
|
"active": 16,
|
|
"waiting": 79,
|
|
"inactive": 198
|
|
},
|
|
{
|
|
"t": 4.164264233,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 198
|
|
},
|
|
{
|
|
"t": 4.16744737,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 198
|
|
},
|
|
{
|
|
"t": 4.17743354,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 198
|
|
},
|
|
{
|
|
"t": 4.182625313,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 198
|
|
},
|
|
{
|
|
"t": 4.202906132,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 197
|
|
},
|
|
{
|
|
"t": 4.207015756,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 197
|
|
},
|
|
{
|
|
"t": 4.31554172,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 197
|
|
},
|
|
{
|
|
"t": 4.320310079,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 196
|
|
},
|
|
{
|
|
"t": 4.32183104,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 196
|
|
},
|
|
{
|
|
"t": 4.32845073,
|
|
"active": 16,
|
|
"waiting": 78,
|
|
"inactive": 195
|
|
},
|
|
{
|
|
"t": 4.329814076,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 195
|
|
},
|
|
{
|
|
"t": 4.329978263,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 195
|
|
},
|
|
{
|
|
"t": 4.346576619,
|
|
"active": 16,
|
|
"waiting": 77,
|
|
"inactive": 195
|
|
},
|
|
{
|
|
"t": 4.351372219,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 195
|
|
},
|
|
{
|
|
"t": 4.353000791,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 195
|
|
},
|
|
{
|
|
"t": 4.387614489,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 195
|
|
},
|
|
{
|
|
"t": 4.442226305,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 194
|
|
},
|
|
{
|
|
"t": 4.442636204,
|
|
"active": 16,
|
|
"waiting": 76,
|
|
"inactive": 194
|
|
},
|
|
{
|
|
"t": 4.493354932,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 194
|
|
},
|
|
{
|
|
"t": 4.496308899,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 194
|
|
},
|
|
{
|
|
"t": 4.537473598,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 194
|
|
},
|
|
{
|
|
"t": 4.537622386,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 194
|
|
},
|
|
{
|
|
"t": 4.559395884,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 194
|
|
},
|
|
{
|
|
"t": 4.581865816,
|
|
"active": 16,
|
|
"waiting": 73,
|
|
"inactive": 194
|
|
},
|
|
{
|
|
"t": 4.584148816,
|
|
"active": 16,
|
|
"waiting": 73,
|
|
"inactive": 194
|
|
},
|
|
{
|
|
"t": 4.636729444,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 193
|
|
},
|
|
{
|
|
"t": 4.653804513,
|
|
"active": 16,
|
|
"waiting": 75,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.663366308,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.66442339,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.697618839,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.697886981,
|
|
"active": 16,
|
|
"waiting": 74,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.704032762,
|
|
"active": 16,
|
|
"waiting": 73,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.704429656,
|
|
"active": 16,
|
|
"waiting": 73,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.716888292,
|
|
"active": 16,
|
|
"waiting": 72,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.717031901,
|
|
"active": 16,
|
|
"waiting": 72,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.736230841,
|
|
"active": 16,
|
|
"waiting": 71,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.736303087,
|
|
"active": 16,
|
|
"waiting": 71,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.73982005,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.739968668,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 192
|
|
},
|
|
{
|
|
"t": 4.77800399,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 191
|
|
},
|
|
{
|
|
"t": 4.7879811740000005,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 191
|
|
},
|
|
{
|
|
"t": 4.796223364,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 191
|
|
},
|
|
{
|
|
"t": 4.806400623,
|
|
"active": 16,
|
|
"waiting": 71,
|
|
"inactive": 190
|
|
},
|
|
{
|
|
"t": 4.817204907,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 190
|
|
},
|
|
{
|
|
"t": 4.820991345,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 190
|
|
},
|
|
{
|
|
"t": 4.821124104,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 190
|
|
},
|
|
{
|
|
"t": 4.82455195,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 190
|
|
},
|
|
{
|
|
"t": 4.837820834,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 4.839671914,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 4.919421023,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 4.9613620560000005,
|
|
"active": 16,
|
|
"waiting": 68,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 4.961450913,
|
|
"active": 16,
|
|
"waiting": 68,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.017414663,
|
|
"active": 16,
|
|
"waiting": 68,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.090530838,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.09376979,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.172244721,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.172311846,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.180888625,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.242329663,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.2468622400000005,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.260518851,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.26066222,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 189
|
|
},
|
|
{
|
|
"t": 5.297063839,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 188
|
|
},
|
|
{
|
|
"t": 5.3045667739999995,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 188
|
|
},
|
|
{
|
|
"t": 5.379962422,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 187
|
|
},
|
|
{
|
|
"t": 5.382375876,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 187
|
|
},
|
|
{
|
|
"t": 5.385444619,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 187
|
|
},
|
|
{
|
|
"t": 5.438225743,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 186
|
|
},
|
|
{
|
|
"t": 5.438291457,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 186
|
|
},
|
|
{
|
|
"t": 5.441812006,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 186
|
|
},
|
|
{
|
|
"t": 5.441930879,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 186
|
|
},
|
|
{
|
|
"t": 5.494653263,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 186
|
|
},
|
|
{
|
|
"t": 5.5138258350000005,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 185
|
|
},
|
|
{
|
|
"t": 5.513947803,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 185
|
|
},
|
|
{
|
|
"t": 5.516926016,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 185
|
|
},
|
|
{
|
|
"t": 5.523897896,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 185
|
|
},
|
|
{
|
|
"t": 5.530050189,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 185
|
|
},
|
|
{
|
|
"t": 5.53177381,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 185
|
|
},
|
|
{
|
|
"t": 5.534922433,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 185
|
|
},
|
|
{
|
|
"t": 5.568018285,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 183
|
|
},
|
|
{
|
|
"t": 5.569846863,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 183
|
|
},
|
|
{
|
|
"t": 5.58635545,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 183
|
|
},
|
|
{
|
|
"t": 5.589011128,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 183
|
|
},
|
|
{
|
|
"t": 5.618149001,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 183
|
|
},
|
|
{
|
|
"t": 5.618757952,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 183
|
|
},
|
|
{
|
|
"t": 5.641529831,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 183
|
|
},
|
|
{
|
|
"t": 5.641751767,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 183
|
|
},
|
|
{
|
|
"t": 5.65104061,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 183
|
|
},
|
|
{
|
|
"t": 5.6709303250000005,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 182
|
|
},
|
|
{
|
|
"t": 5.67105544,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 182
|
|
},
|
|
{
|
|
"t": 5.704844902,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 5.727360801,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 5.751499261,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 5.751964523,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 5.857796678,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 5.897888735,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 5.897978584,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 5.908512271,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.02207623,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.103482445,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.1480231419999996,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.148222726,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.154464116,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.154797521,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.190421252,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.190781818,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.280820376,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.379320606,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.381065648,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.43770254,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.444158562,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.50551358,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.507666466,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.529283369,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.533872552,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.7264775629999995,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.730212925,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.793496678,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 6.8642695400000004,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 7.002808668,
|
|
"active": 16,
|
|
"waiting": 52,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 7.005974432,
|
|
"active": 16,
|
|
"waiting": 52,
|
|
"inactive": 181
|
|
},
|
|
{
|
|
"t": 7.032135304,
|
|
"active": 16,
|
|
"waiting": 52,
|
|
"inactive": 180
|
|
},
|
|
{
|
|
"t": 7.035024971,
|
|
"active": 16,
|
|
"waiting": 52,
|
|
"inactive": 180
|
|
},
|
|
{
|
|
"t": 7.121136046,
|
|
"active": 16,
|
|
"waiting": 71,
|
|
"inactive": 160
|
|
},
|
|
{
|
|
"t": 7.121406864,
|
|
"active": 16,
|
|
"waiting": 71,
|
|
"inactive": 160
|
|
},
|
|
{
|
|
"t": 7.200970966,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 160
|
|
},
|
|
{
|
|
"t": 7.201125606,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 159
|
|
},
|
|
{
|
|
"t": 7.201200386,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 159
|
|
},
|
|
{
|
|
"t": 7.295608696,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 159
|
|
},
|
|
{
|
|
"t": 7.296991147,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 159
|
|
},
|
|
{
|
|
"t": 7.604147588,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 158
|
|
},
|
|
{
|
|
"t": 7.637699175,
|
|
"active": 16,
|
|
"waiting": 71,
|
|
"inactive": 157
|
|
},
|
|
{
|
|
"t": 7.708025359,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 157
|
|
},
|
|
{
|
|
"t": 7.711024571,
|
|
"active": 16,
|
|
"waiting": 70,
|
|
"inactive": 157
|
|
},
|
|
{
|
|
"t": 7.947399184,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 157
|
|
},
|
|
{
|
|
"t": 7.950671057,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 157
|
|
},
|
|
{
|
|
"t": 8.070529586,
|
|
"active": 16,
|
|
"waiting": 68,
|
|
"inactive": 157
|
|
},
|
|
{
|
|
"t": 8.07777587,
|
|
"active": 16,
|
|
"waiting": 68,
|
|
"inactive": 157
|
|
},
|
|
{
|
|
"t": 8.126518394,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 156
|
|
},
|
|
{
|
|
"t": 8.322675042,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 155
|
|
},
|
|
{
|
|
"t": 8.322963453,
|
|
"active": 16,
|
|
"waiting": 69,
|
|
"inactive": 155
|
|
},
|
|
{
|
|
"t": 8.779432357,
|
|
"active": 16,
|
|
"waiting": 68,
|
|
"inactive": 155
|
|
},
|
|
{
|
|
"t": 8.779811168,
|
|
"active": 16,
|
|
"waiting": 68,
|
|
"inactive": 155
|
|
},
|
|
{
|
|
"t": 9.096160391,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 155
|
|
},
|
|
{
|
|
"t": 9.099665332,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 155
|
|
},
|
|
{
|
|
"t": 9.140891225,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 154
|
|
},
|
|
{
|
|
"t": 9.148921728,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 154
|
|
},
|
|
{
|
|
"t": 9.283085555,
|
|
"active": 16,
|
|
"waiting": 68,
|
|
"inactive": 153
|
|
},
|
|
{
|
|
"t": 9.306425969,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 153
|
|
},
|
|
{
|
|
"t": 9.306497343,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 153
|
|
},
|
|
{
|
|
"t": 9.516843331,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 153
|
|
},
|
|
{
|
|
"t": 9.522866171,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 152
|
|
},
|
|
{
|
|
"t": 9.524990403,
|
|
"active": 16,
|
|
"waiting": 67,
|
|
"inactive": 152
|
|
},
|
|
{
|
|
"t": 9.550964535,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 152
|
|
},
|
|
{
|
|
"t": 9.552988028,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 152
|
|
},
|
|
{
|
|
"t": 9.585285794,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 152
|
|
},
|
|
{
|
|
"t": 9.701735211999999,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 9.70498793,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 9.720215025,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 9.720465054,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 9.862404866,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 9.932137148,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 9.932272572,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 10.026207213,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 10.037206352,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 10.037272767,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 10.229395313,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 10.230013522,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 10.678503008,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 151
|
|
},
|
|
{
|
|
"t": 10.748402904,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 150
|
|
},
|
|
{
|
|
"t": 10.752754902,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 150
|
|
},
|
|
{
|
|
"t": 10.790655942,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 148
|
|
},
|
|
{
|
|
"t": 10.886355422,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 148
|
|
},
|
|
{
|
|
"t": 10.889393778,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 148
|
|
},
|
|
{
|
|
"t": 10.908633935,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 147
|
|
},
|
|
{
|
|
"t": 10.911639309,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 147
|
|
},
|
|
{
|
|
"t": 11.020331415,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 146
|
|
},
|
|
{
|
|
"t": 11.052529955,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 145
|
|
},
|
|
{
|
|
"t": 11.055070398,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 145
|
|
},
|
|
{
|
|
"t": 11.05942968,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 144
|
|
},
|
|
{
|
|
"t": 11.072613264,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 144
|
|
},
|
|
{
|
|
"t": 11.07729997,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 144
|
|
},
|
|
{
|
|
"t": 11.109188108,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 143
|
|
},
|
|
{
|
|
"t": 11.109305578,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 143
|
|
},
|
|
{
|
|
"t": 11.121147768,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 143
|
|
},
|
|
{
|
|
"t": 11.126796687,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 143
|
|
},
|
|
{
|
|
"t": 11.170773447,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 143
|
|
},
|
|
{
|
|
"t": 11.183098011,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 142
|
|
},
|
|
{
|
|
"t": 11.19190456,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 142
|
|
},
|
|
{
|
|
"t": 11.192007893,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 142
|
|
},
|
|
{
|
|
"t": 11.195739108,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 142
|
|
},
|
|
{
|
|
"t": 11.196190033,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 142
|
|
},
|
|
{
|
|
"t": 11.204486235,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 142
|
|
},
|
|
{
|
|
"t": 11.204600249,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 142
|
|
},
|
|
{
|
|
"t": 11.234968117,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.252822097,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.256121933,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.284170653,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.297019149,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.300132095,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.300726499,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.305790292,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.314250962,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.314378541,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 141
|
|
},
|
|
{
|
|
"t": 11.38787032,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 140
|
|
},
|
|
{
|
|
"t": 11.416108787,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 140
|
|
},
|
|
{
|
|
"t": 11.768915705,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 139
|
|
},
|
|
{
|
|
"t": 11.8142716,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 139
|
|
},
|
|
{
|
|
"t": 11.814348834,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 139
|
|
},
|
|
{
|
|
"t": 11.918192081,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 139
|
|
},
|
|
{
|
|
"t": 11.922293359,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 139
|
|
},
|
|
{
|
|
"t": 12.069926034,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 138
|
|
},
|
|
{
|
|
"t": 12.117113272,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 136
|
|
},
|
|
{
|
|
"t": 12.144011967,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 136
|
|
},
|
|
{
|
|
"t": 12.151014083,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 136
|
|
},
|
|
{
|
|
"t": 12.151996825,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 135
|
|
},
|
|
{
|
|
"t": 12.178094238,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.178376377,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.213285217,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.217864311,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.333291693,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.333470459,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.341989729,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.344026938,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.355924501,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.357291214,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.49131137,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.492993323,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 132
|
|
},
|
|
{
|
|
"t": 12.519180644,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 131
|
|
},
|
|
{
|
|
"t": 12.519389165,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 131
|
|
},
|
|
{
|
|
"t": 12.584744321,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 131
|
|
},
|
|
{
|
|
"t": 12.677590632,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 130
|
|
},
|
|
{
|
|
"t": 12.679016515,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 130
|
|
},
|
|
{
|
|
"t": 12.752087836,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 129
|
|
},
|
|
{
|
|
"t": 12.752567696,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 129
|
|
},
|
|
{
|
|
"t": 12.81107254,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 129
|
|
},
|
|
{
|
|
"t": 12.817244871,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 129
|
|
},
|
|
{
|
|
"t": 12.864596667,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 128
|
|
},
|
|
{
|
|
"t": 12.88361006,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 128
|
|
},
|
|
{
|
|
"t": 12.886703208,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 128
|
|
},
|
|
{
|
|
"t": 12.887446632,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 128
|
|
},
|
|
{
|
|
"t": 12.893035479,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 128
|
|
},
|
|
{
|
|
"t": 12.9807924,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 127
|
|
},
|
|
{
|
|
"t": 12.982004772,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 127
|
|
},
|
|
{
|
|
"t": 13.061771004,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 127
|
|
},
|
|
{
|
|
"t": 13.081781876,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 126
|
|
},
|
|
{
|
|
"t": 13.095027376,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 126
|
|
},
|
|
{
|
|
"t": 13.09509321,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 126
|
|
},
|
|
{
|
|
"t": 13.099942731,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 125
|
|
},
|
|
{
|
|
"t": 13.100029493,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 125
|
|
},
|
|
{
|
|
"t": 13.110290329,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 124
|
|
},
|
|
{
|
|
"t": 13.116745379,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 124
|
|
},
|
|
{
|
|
"t": 13.173697232,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 124
|
|
},
|
|
{
|
|
"t": 13.219036767,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 124
|
|
},
|
|
{
|
|
"t": 13.219383947,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 124
|
|
},
|
|
{
|
|
"t": 13.234580054,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 124
|
|
},
|
|
{
|
|
"t": 13.241247694,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 123
|
|
},
|
|
{
|
|
"t": 13.248185539,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 123
|
|
},
|
|
{
|
|
"t": 13.257193666,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 123
|
|
},
|
|
{
|
|
"t": 13.25999064,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 123
|
|
},
|
|
{
|
|
"t": 13.268774075,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 123
|
|
},
|
|
{
|
|
"t": 13.274995137,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 123
|
|
},
|
|
{
|
|
"t": 13.330479329,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 122
|
|
},
|
|
{
|
|
"t": 13.385492077,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 122
|
|
},
|
|
{
|
|
"t": 13.385620237,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 122
|
|
},
|
|
{
|
|
"t": 13.484594566,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 121
|
|
},
|
|
{
|
|
"t": 13.497444464,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 121
|
|
},
|
|
{
|
|
"t": 13.531460532,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 121
|
|
},
|
|
{
|
|
"t": 13.535018461,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 121
|
|
},
|
|
{
|
|
"t": 13.587094854,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 108
|
|
},
|
|
{
|
|
"t": 13.63862277,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 108
|
|
},
|
|
{
|
|
"t": 13.638993765,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 108
|
|
},
|
|
{
|
|
"t": 13.800150973000001,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 108
|
|
},
|
|
{
|
|
"t": 13.803567979,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 108
|
|
},
|
|
{
|
|
"t": 13.814720325,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 107
|
|
},
|
|
{
|
|
"t": 13.818130077,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 107
|
|
},
|
|
{
|
|
"t": 13.829217642,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 107
|
|
},
|
|
{
|
|
"t": 13.832221613,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 107
|
|
},
|
|
{
|
|
"t": 13.889078168,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 106
|
|
},
|
|
{
|
|
"t": 13.899459499,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 105
|
|
},
|
|
{
|
|
"t": 13.935047793,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 105
|
|
},
|
|
{
|
|
"t": 14.020824522,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 105
|
|
},
|
|
{
|
|
"t": 14.024250464,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 105
|
|
},
|
|
{
|
|
"t": 14.03485875,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 105
|
|
},
|
|
{
|
|
"t": 14.035044278,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 105
|
|
},
|
|
{
|
|
"t": 14.057864377,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 102
|
|
},
|
|
{
|
|
"t": 14.069470965,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 102
|
|
},
|
|
{
|
|
"t": 14.069994206,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 102
|
|
},
|
|
{
|
|
"t": 14.197111502,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 101
|
|
},
|
|
{
|
|
"t": 14.293121755,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 101
|
|
},
|
|
{
|
|
"t": 14.293970736,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 101
|
|
},
|
|
{
|
|
"t": 14.294052229,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 101
|
|
},
|
|
{
|
|
"t": 14.331000233,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.350988433,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.351097577,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.377001217,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.377251115,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.520155686,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.523430355,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.554480482,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.557010134,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.62456823,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.675417864,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.696234918,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.714478287,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.729959739,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.73315067,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 100
|
|
},
|
|
{
|
|
"t": 14.737955848,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 99
|
|
},
|
|
{
|
|
"t": 14.800749172,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 99
|
|
},
|
|
{
|
|
"t": 14.803988695,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 99
|
|
},
|
|
{
|
|
"t": 14.823591953,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 98
|
|
},
|
|
{
|
|
"t": 14.852105235,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 98
|
|
},
|
|
{
|
|
"t": 14.855013397,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 98
|
|
},
|
|
{
|
|
"t": 14.880788715,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 98
|
|
},
|
|
{
|
|
"t": 14.888812887,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 98
|
|
},
|
|
{
|
|
"t": 14.928482092,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 98
|
|
},
|
|
{
|
|
"t": 15.077832878,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 98
|
|
},
|
|
{
|
|
"t": 15.102467518,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 98
|
|
},
|
|
{
|
|
"t": 15.164157914,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 92
|
|
},
|
|
{
|
|
"t": 15.342377558,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 92
|
|
},
|
|
{
|
|
"t": 15.34278943,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 92
|
|
},
|
|
{
|
|
"t": 15.376702424,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 92
|
|
},
|
|
{
|
|
"t": 15.37686576,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 92
|
|
},
|
|
{
|
|
"t": 15.522302438,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 92
|
|
},
|
|
{
|
|
"t": 15.525998907,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 92
|
|
},
|
|
{
|
|
"t": 15.570239031,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 90
|
|
},
|
|
{
|
|
"t": 15.663890191,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 90
|
|
},
|
|
{
|
|
"t": 15.749725579,
|
|
"active": 16,
|
|
"waiting": 66,
|
|
"inactive": 89
|
|
},
|
|
{
|
|
"t": 15.898753109,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 89
|
|
},
|
|
{
|
|
"t": 15.899264367,
|
|
"active": 16,
|
|
"waiting": 65,
|
|
"inactive": 89
|
|
},
|
|
{
|
|
"t": 16.012067099,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 89
|
|
},
|
|
{
|
|
"t": 16.015413152,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 89
|
|
},
|
|
{
|
|
"t": 16.018628139,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 89
|
|
},
|
|
{
|
|
"t": 16.028990454,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 89
|
|
},
|
|
{
|
|
"t": 16.228257093,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 88
|
|
},
|
|
{
|
|
"t": 16.593330465,
|
|
"active": 16,
|
|
"waiting": 64,
|
|
"inactive": 88
|
|
},
|
|
{
|
|
"t": 16.706045262,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 88
|
|
},
|
|
{
|
|
"t": 16.707710594,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 88
|
|
},
|
|
{
|
|
"t": 16.88824638,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 88
|
|
},
|
|
{
|
|
"t": 16.892376392,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 88
|
|
},
|
|
{
|
|
"t": 16.956888468,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 16.967175391,
|
|
"active": 16,
|
|
"waiting": 63,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.172620512,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.173992394,
|
|
"active": 16,
|
|
"waiting": 62,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.448581514,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.452167145,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.469034415,
|
|
"active": 16,
|
|
"waiting": 61,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.620164736,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.623355408,
|
|
"active": 16,
|
|
"waiting": 60,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.658450327,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.661010506,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.689064647,
|
|
"active": 16,
|
|
"waiting": 59,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.722698478,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.72295048,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.741382113,
|
|
"active": 16,
|
|
"waiting": 58,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.765444931,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.765557662,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.817114722,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 87
|
|
},
|
|
{
|
|
"t": 17.842673144,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 86
|
|
},
|
|
{
|
|
"t": 17.842992733,
|
|
"active": 16,
|
|
"waiting": 57,
|
|
"inactive": 86
|
|
},
|
|
{
|
|
"t": 17.864426674,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 86
|
|
},
|
|
{
|
|
"t": 17.865123721,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 86
|
|
},
|
|
{
|
|
"t": 18.054699703,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 86
|
|
},
|
|
{
|
|
"t": 18.091037572,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 86
|
|
},
|
|
{
|
|
"t": 18.113463994,
|
|
"active": 16,
|
|
"waiting": 56,
|
|
"inactive": 86
|
|
},
|
|
{
|
|
"t": 18.126901383,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 86
|
|
},
|
|
{
|
|
"t": 18.127069188,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 86
|
|
},
|
|
{
|
|
"t": 18.255924472,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 85
|
|
},
|
|
{
|
|
"t": 18.256219275,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 85
|
|
},
|
|
{
|
|
"t": 18.302585023,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 85
|
|
},
|
|
{
|
|
"t": 18.302729003,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 85
|
|
},
|
|
{
|
|
"t": 18.328731979,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 84
|
|
},
|
|
{
|
|
"t": 18.34175432,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 84
|
|
},
|
|
{
|
|
"t": 18.356366974,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 84
|
|
},
|
|
{
|
|
"t": 18.356719064,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 84
|
|
},
|
|
{
|
|
"t": 18.514927985,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 83
|
|
},
|
|
{
|
|
"t": 18.556513612,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 83
|
|
},
|
|
{
|
|
"t": 18.556600274,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 83
|
|
},
|
|
{
|
|
"t": 18.608315971,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 83
|
|
},
|
|
{
|
|
"t": 18.681552622,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 83
|
|
},
|
|
{
|
|
"t": 18.684925816,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 83
|
|
},
|
|
{
|
|
"t": 18.81945184,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 82
|
|
},
|
|
{
|
|
"t": 18.85362397,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 82
|
|
},
|
|
{
|
|
"t": 18.855945572,
|
|
"active": 16,
|
|
"waiting": 55,
|
|
"inactive": 81
|
|
},
|
|
{
|
|
"t": 18.859600884,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 81
|
|
},
|
|
{
|
|
"t": 18.862902353,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 81
|
|
},
|
|
{
|
|
"t": 18.884237308,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 81
|
|
},
|
|
{
|
|
"t": 18.884311948,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 81
|
|
},
|
|
{
|
|
"t": 18.944142007,
|
|
"active": 16,
|
|
"waiting": 54,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 18.944862277,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 18.948380973,
|
|
"active": 16,
|
|
"waiting": 53,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 18.954446424,
|
|
"active": 16,
|
|
"waiting": 52,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 18.955465313,
|
|
"active": 16,
|
|
"waiting": 52,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 18.966342314,
|
|
"active": 16,
|
|
"waiting": 51,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 18.971716448,
|
|
"active": 16,
|
|
"waiting": 51,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 19.002633936,
|
|
"active": 16,
|
|
"waiting": 50,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 19.002779289,
|
|
"active": 16,
|
|
"waiting": 50,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 19.129730724,
|
|
"active": 16,
|
|
"waiting": 49,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 19.133057842,
|
|
"active": 16,
|
|
"waiting": 49,
|
|
"inactive": 80
|
|
},
|
|
{
|
|
"t": 19.232040075,
|
|
"active": 16,
|
|
"waiting": 49,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.23534492,
|
|
"active": 16,
|
|
"waiting": 49,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.241039215,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.241166694,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.279189071,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.303065,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.468959568,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.515909862,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.516039646,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.533300503,
|
|
"active": 16,
|
|
"waiting": 46,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.533422782,
|
|
"active": 16,
|
|
"waiting": 46,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.577525318,
|
|
"active": 16,
|
|
"waiting": 46,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 19.86524927,
|
|
"active": 16,
|
|
"waiting": 46,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.01035097,
|
|
"active": 16,
|
|
"waiting": 45,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.017005715,
|
|
"active": 16,
|
|
"waiting": 45,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.040886122,
|
|
"active": 16,
|
|
"waiting": 44,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.053580649,
|
|
"active": 16,
|
|
"waiting": 44,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.055696485,
|
|
"active": 16,
|
|
"waiting": 44,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.071632469,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.071811385,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.306378969,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.311024388,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 79
|
|
},
|
|
{
|
|
"t": 20.33002717,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 78
|
|
},
|
|
{
|
|
"t": 20.356932608,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 78
|
|
},
|
|
{
|
|
"t": 20.357017327,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 78
|
|
},
|
|
{
|
|
"t": 20.429393945,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 77
|
|
},
|
|
{
|
|
"t": 20.454258667,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 77
|
|
},
|
|
{
|
|
"t": 20.458732153,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 77
|
|
},
|
|
{
|
|
"t": 20.47102634,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 77
|
|
},
|
|
{
|
|
"t": 20.611661287,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 76
|
|
},
|
|
{
|
|
"t": 20.614812534,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 76
|
|
},
|
|
{
|
|
"t": 20.665743189,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 76
|
|
},
|
|
{
|
|
"t": 20.741437748,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 75
|
|
},
|
|
{
|
|
"t": 20.848370455,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 74
|
|
},
|
|
{
|
|
"t": 20.851586775,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 74
|
|
},
|
|
{
|
|
"t": 20.951374849,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 74
|
|
},
|
|
{
|
|
"t": 20.956755656,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 74
|
|
},
|
|
{
|
|
"t": 20.979476409,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 74
|
|
},
|
|
{
|
|
"t": 20.984167373,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 73
|
|
},
|
|
{
|
|
"t": 20.990945589,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 73
|
|
},
|
|
{
|
|
"t": 21.073304491,
|
|
"active": 16,
|
|
"waiting": 41,
|
|
"inactive": 73
|
|
},
|
|
{
|
|
"t": 21.073521888,
|
|
"active": 16,
|
|
"waiting": 41,
|
|
"inactive": 73
|
|
},
|
|
{
|
|
"t": 21.102695418,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 72
|
|
},
|
|
{
|
|
"t": 21.120663911,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 71
|
|
},
|
|
{
|
|
"t": 21.124592686,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 71
|
|
},
|
|
{
|
|
"t": 21.135288958,
|
|
"active": 16,
|
|
"waiting": 49,
|
|
"inactive": 64
|
|
},
|
|
{
|
|
"t": 21.245306989,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 64
|
|
},
|
|
{
|
|
"t": 21.252032898,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 64
|
|
},
|
|
{
|
|
"t": 21.272396562,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 64
|
|
},
|
|
{
|
|
"t": 21.28094125,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 64
|
|
},
|
|
{
|
|
"t": 21.281586069,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 64
|
|
},
|
|
{
|
|
"t": 21.417970397,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 64
|
|
},
|
|
{
|
|
"t": 21.503101545,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 63
|
|
},
|
|
{
|
|
"t": 21.616422228,
|
|
"active": 16,
|
|
"waiting": 49,
|
|
"inactive": 62
|
|
},
|
|
{
|
|
"t": 21.709438057,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 62
|
|
},
|
|
{
|
|
"t": 21.709562631,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 62
|
|
},
|
|
{
|
|
"t": 21.7860043,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 61
|
|
},
|
|
{
|
|
"t": 21.787998288,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 61
|
|
},
|
|
{
|
|
"t": 21.914888218,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 61
|
|
},
|
|
{
|
|
"t": 21.915657269,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 61
|
|
},
|
|
{
|
|
"t": 21.984494242,
|
|
"active": 16,
|
|
"waiting": 51,
|
|
"inactive": 57
|
|
},
|
|
{
|
|
"t": 22.272327018,
|
|
"active": 16,
|
|
"waiting": 52,
|
|
"inactive": 56
|
|
},
|
|
{
|
|
"t": 22.329954919,
|
|
"active": 16,
|
|
"waiting": 51,
|
|
"inactive": 56
|
|
},
|
|
{
|
|
"t": 22.330282994,
|
|
"active": 16,
|
|
"waiting": 51,
|
|
"inactive": 56
|
|
},
|
|
{
|
|
"t": 22.394074769,
|
|
"active": 16,
|
|
"waiting": 52,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.486431122,
|
|
"active": 16,
|
|
"waiting": 51,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.489659714,
|
|
"active": 16,
|
|
"waiting": 51,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.490902504,
|
|
"active": 16,
|
|
"waiting": 50,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.496361648,
|
|
"active": 16,
|
|
"waiting": 50,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.761647387,
|
|
"active": 16,
|
|
"waiting": 50,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.77741239,
|
|
"active": 16,
|
|
"waiting": 50,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.833838447,
|
|
"active": 16,
|
|
"waiting": 49,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.834011963000002,
|
|
"active": 16,
|
|
"waiting": 49,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.942563856,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 22.945907444,
|
|
"active": 16,
|
|
"waiting": 48,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 23.002104612,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 23.008074303,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 23.047417356,
|
|
"active": 16,
|
|
"waiting": 46,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 23.050576218,
|
|
"active": 16,
|
|
"waiting": 46,
|
|
"inactive": 55
|
|
},
|
|
{
|
|
"t": 23.085959107,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 54
|
|
},
|
|
{
|
|
"t": 23.18797104,
|
|
"active": 16,
|
|
"waiting": 47,
|
|
"inactive": 54
|
|
},
|
|
{
|
|
"t": 23.209555373,
|
|
"active": 16,
|
|
"waiting": 46,
|
|
"inactive": 54
|
|
},
|
|
{
|
|
"t": 23.211072827,
|
|
"active": 16,
|
|
"waiting": 46,
|
|
"inactive": 54
|
|
},
|
|
{
|
|
"t": 23.306511328,
|
|
"active": 16,
|
|
"waiting": 45,
|
|
"inactive": 54
|
|
},
|
|
{
|
|
"t": 23.309005964,
|
|
"active": 16,
|
|
"waiting": 45,
|
|
"inactive": 54
|
|
},
|
|
{
|
|
"t": 23.545820211,
|
|
"active": 16,
|
|
"waiting": 45,
|
|
"inactive": 54
|
|
},
|
|
{
|
|
"t": 23.993871765,
|
|
"active": 16,
|
|
"waiting": 45,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 23.999490929,
|
|
"active": 16,
|
|
"waiting": 45,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.360987687,
|
|
"active": 16,
|
|
"waiting": 45,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.568638953,
|
|
"active": 16,
|
|
"waiting": 44,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.568870507,
|
|
"active": 16,
|
|
"waiting": 44,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.582416671,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.591942369,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.726790998,
|
|
"active": 16,
|
|
"waiting": 43,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.770049962,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.770268291,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.774803122,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.801508024,
|
|
"active": 16,
|
|
"waiting": 42,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.807938859,
|
|
"active": 16,
|
|
"waiting": 41,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 24.808021143,
|
|
"active": 16,
|
|
"waiting": 41,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 25.176751171,
|
|
"active": 16,
|
|
"waiting": 41,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 25.232853381,
|
|
"active": 16,
|
|
"waiting": 41,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 25.385789167,
|
|
"active": 16,
|
|
"waiting": 40,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 25.389865068,
|
|
"active": 16,
|
|
"waiting": 40,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 25.406545117,
|
|
"active": 16,
|
|
"waiting": 39,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 25.407982802,
|
|
"active": 16,
|
|
"waiting": 39,
|
|
"inactive": 53
|
|
},
|
|
{
|
|
"t": 25.408192244,
|
|
"active": 16,
|
|
"waiting": 39,
|
|
"inactive": 52
|
|
},
|
|
{
|
|
"t": 25.416890099,
|
|
"active": 16,
|
|
"waiting": 39,
|
|
"inactive": 52
|
|
},
|
|
{
|
|
"t": 25.521856692,
|
|
"active": 16,
|
|
"waiting": 39,
|
|
"inactive": 52
|
|
},
|
|
{
|
|
"t": 25.52943084,
|
|
"active": 16,
|
|
"waiting": 39,
|
|
"inactive": 52
|
|
},
|
|
{
|
|
"t": 25.55054453,
|
|
"active": 16,
|
|
"waiting": 38,
|
|
"inactive": 52
|
|
},
|
|
{
|
|
"t": 25.563971941,
|
|
"active": 16,
|
|
"waiting": 38,
|
|
"inactive": 52
|
|
},
|
|
{
|
|
"t": 25.570416683,
|
|
"active": 16,
|
|
"waiting": 37,
|
|
"inactive": 52
|
|
},
|
|
{
|
|
"t": 25.570531899,
|
|
"active": 16,
|
|
"waiting": 37,
|
|
"inactive": 52
|
|
},
|
|
{
|
|
"t": 25.608956941,
|
|
"active": 16,
|
|
"waiting": 38,
|
|
"inactive": 51
|
|
},
|
|
{
|
|
"t": 25.627596293,
|
|
"active": 16,
|
|
"waiting": 37,
|
|
"inactive": 51
|
|
},
|
|
{
|
|
"t": 25.630978623,
|
|
"active": 16,
|
|
"waiting": 37,
|
|
"inactive": 51
|
|
},
|
|
{
|
|
"t": 25.727508229,
|
|
"active": 16,
|
|
"waiting": 36,
|
|
"inactive": 51
|
|
},
|
|
{
|
|
"t": 25.727637662,
|
|
"active": 16,
|
|
"waiting": 36,
|
|
"inactive": 51
|
|
},
|
|
{
|
|
"t": 25.80455903,
|
|
"active": 16,
|
|
"waiting": 35,
|
|
"inactive": 51
|
|
},
|
|
{
|
|
"t": 25.804831611,
|
|
"active": 16,
|
|
"waiting": 35,
|
|
"inactive": 51
|
|
},
|
|
{
|
|
"t": 25.969254842,
|
|
"active": 16,
|
|
"waiting": 34,
|
|
"inactive": 51
|
|
},
|
|
{
|
|
"t": 25.972751236,
|
|
"active": 16,
|
|
"waiting": 34,
|
|
"inactive": 51
|
|
},
|
|
{
|
|
"t": 26.004459567,
|
|
"active": 16,
|
|
"waiting": 34,
|
|
"inactive": 50
|
|
},
|
|
{
|
|
"t": 26.004573651,
|
|
"active": 16,
|
|
"waiting": 34,
|
|
"inactive": 50
|
|
},
|
|
{
|
|
"t": 26.055719359,
|
|
"active": 16,
|
|
"waiting": 34,
|
|
"inactive": 50
|
|
},
|
|
{
|
|
"t": 26.081790353,
|
|
"active": 16,
|
|
"waiting": 33,
|
|
"inactive": 50
|
|
},
|
|
{
|
|
"t": 26.082084614,
|
|
"active": 16,
|
|
"waiting": 33,
|
|
"inactive": 50
|
|
},
|
|
{
|
|
"t": 26.237617839,
|
|
"active": 16,
|
|
"waiting": 33,
|
|
"inactive": 49
|
|
},
|
|
{
|
|
"t": 26.251025914,
|
|
"active": 16,
|
|
"waiting": 33,
|
|
"inactive": 49
|
|
},
|
|
{
|
|
"t": 26.278968286,
|
|
"active": 16,
|
|
"waiting": 33,
|
|
"inactive": 49
|
|
},
|
|
{
|
|
"t": 26.338100616,
|
|
"active": 16,
|
|
"waiting": 33,
|
|
"inactive": 49
|
|
},
|
|
{
|
|
"t": 26.353210902,
|
|
"active": 16,
|
|
"waiting": 32,
|
|
"inactive": 49
|
|
},
|
|
{
|
|
"t": 26.362260527,
|
|
"active": 16,
|
|
"waiting": 32,
|
|
"inactive": 49
|
|
},
|
|
{
|
|
"t": 26.369047991,
|
|
"active": 16,
|
|
"waiting": 31,
|
|
"inactive": 49
|
|
},
|
|
{
|
|
"t": 26.372100212,
|
|
"active": 16,
|
|
"waiting": 31,
|
|
"inactive": 49
|
|
},
|
|
{
|
|
"t": 26.387127142,
|
|
"active": 16,
|
|
"waiting": 32,
|
|
"inactive": 48
|
|
},
|
|
{
|
|
"t": 26.410567253,
|
|
"active": 16,
|
|
"waiting": 32,
|
|
"inactive": 47
|
|
},
|
|
{
|
|
"t": 26.412031107,
|
|
"active": 16,
|
|
"waiting": 32,
|
|
"inactive": 47
|
|
},
|
|
{
|
|
"t": 26.69162043,
|
|
"active": 16,
|
|
"waiting": 32,
|
|
"inactive": 46
|
|
},
|
|
{
|
|
"t": 26.691998319,
|
|
"active": 16,
|
|
"waiting": 32,
|
|
"inactive": 46
|
|
},
|
|
{
|
|
"t": 26.783586942,
|
|
"active": 16,
|
|
"waiting": 32,
|
|
"inactive": 46
|
|
},
|
|
{
|
|
"t": 26.817623898,
|
|
"active": 16,
|
|
"waiting": 31,
|
|
"inactive": 46
|
|
},
|
|
{
|
|
"t": 26.817942075,
|
|
"active": 16,
|
|
"waiting": 31,
|
|
"inactive": 46
|
|
},
|
|
{
|
|
"t": 26.821356195,
|
|
"active": 16,
|
|
"waiting": 31,
|
|
"inactive": 46
|
|
},
|
|
{
|
|
"t": 26.861567516,
|
|
"active": 16,
|
|
"waiting": 32,
|
|
"inactive": 45
|
|
},
|
|
{
|
|
"t": 26.944481969,
|
|
"active": 16,
|
|
"waiting": 31,
|
|
"inactive": 45
|
|
},
|
|
{
|
|
"t": 26.945128431,
|
|
"active": 16,
|
|
"waiting": 31,
|
|
"inactive": 45
|
|
},
|
|
{
|
|
"t": 27.128700157,
|
|
"active": 16,
|
|
"waiting": 30,
|
|
"inactive": 45
|
|
},
|
|
{
|
|
"t": 27.132072229,
|
|
"active": 16,
|
|
"waiting": 30,
|
|
"inactive": 45
|
|
},
|
|
{
|
|
"t": 27.168538348,
|
|
"active": 16,
|
|
"waiting": 30,
|
|
"inactive": 45
|
|
},
|
|
{
|
|
"t": 27.177554831,
|
|
"active": 16,
|
|
"waiting": 30,
|
|
"inactive": 44
|
|
},
|
|
{
|
|
"t": 27.180603867,
|
|
"active": 16,
|
|
"waiting": 30,
|
|
"inactive": 44
|
|
},
|
|
{
|
|
"t": 27.242750969,
|
|
"active": 16,
|
|
"waiting": 31,
|
|
"inactive": 43
|
|
},
|
|
{
|
|
"t": 27.250502159,
|
|
"active": 16,
|
|
"waiting": 31,
|
|
"inactive": 43
|
|
},
|
|
{
|
|
"t": 27.258742857,
|
|
"active": 16,
|
|
"waiting": 30,
|
|
"inactive": 43
|
|
},
|
|
{
|
|
"t": 27.259751018,
|
|
"active": 16,
|
|
"waiting": 30,
|
|
"inactive": 43
|
|
},
|
|
{
|
|
"t": 27.286494451,
|
|
"active": 16,
|
|
"waiting": 29,
|
|
"inactive": 43
|
|
},
|
|
{
|
|
"t": 27.290014129,
|
|
"active": 16,
|
|
"waiting": 29,
|
|
"inactive": 43
|
|
},
|
|
{
|
|
"t": 27.403030221,
|
|
"active": 16,
|
|
"waiting": 29,
|
|
"inactive": 43
|
|
},
|
|
{
|
|
"t": 27.488098440999998,
|
|
"active": 16,
|
|
"waiting": 30,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 27.552207261,
|
|
"active": 16,
|
|
"waiting": 30,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 27.587305887,
|
|
"active": 16,
|
|
"waiting": 29,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 27.587443515,
|
|
"active": 16,
|
|
"waiting": 29,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 27.782218053,
|
|
"active": 16,
|
|
"waiting": 28,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 27.79031943,
|
|
"active": 16,
|
|
"waiting": 28,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 27.876926094,
|
|
"active": 16,
|
|
"waiting": 28,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 27.919753108,
|
|
"active": 16,
|
|
"waiting": 27,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 27.923390137,
|
|
"active": 16,
|
|
"waiting": 27,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 27.977272766,
|
|
"active": 16,
|
|
"waiting": 27,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 28.007740251,
|
|
"active": 16,
|
|
"waiting": 26,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 28.007849265,
|
|
"active": 16,
|
|
"waiting": 26,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 28.507917501,
|
|
"active": 16,
|
|
"waiting": 26,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 28.523418149,
|
|
"active": 16,
|
|
"waiting": 25,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 28.523825032,
|
|
"active": 16,
|
|
"waiting": 25,
|
|
"inactive": 42
|
|
},
|
|
{
|
|
"t": 28.588234164,
|
|
"active": 16,
|
|
"waiting": 25,
|
|
"inactive": 41
|
|
},
|
|
{
|
|
"t": 28.589991148,
|
|
"active": 16,
|
|
"waiting": 25,
|
|
"inactive": 41
|
|
},
|
|
{
|
|
"t": 28.71827448,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 41
|
|
},
|
|
{
|
|
"t": 28.72103236,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 41
|
|
},
|
|
{
|
|
"t": 28.786696324,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 41
|
|
},
|
|
{
|
|
"t": 28.842343081,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 41
|
|
},
|
|
{
|
|
"t": 29.069726948,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 41
|
|
},
|
|
{
|
|
"t": 29.351267048,
|
|
"active": 16,
|
|
"waiting": 23,
|
|
"inactive": 41
|
|
},
|
|
{
|
|
"t": 29.35476206,
|
|
"active": 16,
|
|
"waiting": 23,
|
|
"inactive": 41
|
|
},
|
|
{
|
|
"t": 29.419782328,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 40
|
|
},
|
|
{
|
|
"t": 29.589969384,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 40
|
|
},
|
|
{
|
|
"t": 29.636866909,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 39
|
|
},
|
|
{
|
|
"t": 29.637025546,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 39
|
|
},
|
|
{
|
|
"t": 29.912325638,
|
|
"active": 16,
|
|
"waiting": 25,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 29.987057411,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 29.987231438,
|
|
"active": 16,
|
|
"waiting": 24,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.059363668,
|
|
"active": 16,
|
|
"waiting": 23,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.07302635,
|
|
"active": 16,
|
|
"waiting": 23,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.073789972,
|
|
"active": 16,
|
|
"waiting": 22,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.076009793,
|
|
"active": 16,
|
|
"waiting": 22,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.209756276,
|
|
"active": 16,
|
|
"waiting": 22,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.29302354,
|
|
"active": 16,
|
|
"waiting": 22,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.303816894,
|
|
"active": 16,
|
|
"waiting": 21,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.309908654,
|
|
"active": 16,
|
|
"waiting": 21,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.33619465,
|
|
"active": 16,
|
|
"waiting": 20,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.34348667,
|
|
"active": 16,
|
|
"waiting": 20,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.386099683,
|
|
"active": 16,
|
|
"waiting": 20,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.412457443,
|
|
"active": 16,
|
|
"waiting": 19,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.415808615,
|
|
"active": 16,
|
|
"waiting": 19,
|
|
"inactive": 38
|
|
},
|
|
{
|
|
"t": 30.417984484,
|
|
"active": 16,
|
|
"waiting": 20,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.450797767,
|
|
"active": 16,
|
|
"waiting": 19,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.451214668,
|
|
"active": 16,
|
|
"waiting": 19,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.481955886,
|
|
"active": 16,
|
|
"waiting": 19,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.489153098,
|
|
"active": 16,
|
|
"waiting": 19,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.492340844,
|
|
"active": 16,
|
|
"waiting": 18,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.492425864,
|
|
"active": 16,
|
|
"waiting": 18,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.49958306,
|
|
"active": 16,
|
|
"waiting": 17,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.499688288,
|
|
"active": 16,
|
|
"waiting": 17,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.513427824,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.523075911,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.761520763,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.766153838,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.820079138,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 30.820562744,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 31.065480912,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 37
|
|
},
|
|
{
|
|
"t": 31.209464175,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 36
|
|
},
|
|
{
|
|
"t": 31.515178783,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 36
|
|
},
|
|
{
|
|
"t": 31.515418593,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 36
|
|
},
|
|
{
|
|
"t": 31.593019344,
|
|
"active": 16,
|
|
"waiting": 18,
|
|
"inactive": 33
|
|
},
|
|
{
|
|
"t": 31.642583318,
|
|
"active": 16,
|
|
"waiting": 19,
|
|
"inactive": 32
|
|
},
|
|
{
|
|
"t": 31.719949249,
|
|
"active": 16,
|
|
"waiting": 18,
|
|
"inactive": 32
|
|
},
|
|
{
|
|
"t": 31.724361691,
|
|
"active": 16,
|
|
"waiting": 18,
|
|
"inactive": 32
|
|
},
|
|
{
|
|
"t": 31.891639432,
|
|
"active": 16,
|
|
"waiting": 19,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 31.911427187,
|
|
"active": 16,
|
|
"waiting": 18,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 31.914719859,
|
|
"active": 16,
|
|
"waiting": 18,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 32.414846064,
|
|
"active": 16,
|
|
"waiting": 18,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 32.422972148,
|
|
"active": 16,
|
|
"waiting": 17,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 32.423281568,
|
|
"active": 16,
|
|
"waiting": 17,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 32.870165734,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 32.873622895,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 32.892112045,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 32.892405325,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 31
|
|
},
|
|
{
|
|
"t": 32.998223834,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 30
|
|
},
|
|
{
|
|
"t": 33.142323566,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 30
|
|
},
|
|
{
|
|
"t": 33.146237873,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 30
|
|
},
|
|
{
|
|
"t": 33.646438338,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 30
|
|
},
|
|
{
|
|
"t": 34.095942095,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 29
|
|
},
|
|
{
|
|
"t": 34.197815048,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 29
|
|
},
|
|
{
|
|
"t": 34.201485478,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 29
|
|
},
|
|
{
|
|
"t": 34.234092424,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 28
|
|
},
|
|
{
|
|
"t": 34.430274089,
|
|
"active": 16,
|
|
"waiting": 17,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 34.443784215,
|
|
"active": 16,
|
|
"waiting": 17,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 34.463488423,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 34.463621402,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 34.805249013,
|
|
"active": 16,
|
|
"waiting": 16,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 34.909533106,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 34.909774769,
|
|
"active": 16,
|
|
"waiting": 15,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 35.364052806,
|
|
"active": 16,
|
|
"waiting": 14,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 35.370993597,
|
|
"active": 16,
|
|
"waiting": 14,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 35.58329438,
|
|
"active": 16,
|
|
"waiting": 14,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 35.622899575,
|
|
"active": 16,
|
|
"waiting": 13,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 35.62611396,
|
|
"active": 16,
|
|
"waiting": 13,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 36.014527597,
|
|
"active": 16,
|
|
"waiting": 13,
|
|
"inactive": 27
|
|
},
|
|
{
|
|
"t": 36.119082547,
|
|
"active": 16,
|
|
"waiting": 14,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.375706679,
|
|
"active": 16,
|
|
"waiting": 13,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.380552333,
|
|
"active": 16,
|
|
"waiting": 13,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.449955247,
|
|
"active": 16,
|
|
"waiting": 12,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.45302453,
|
|
"active": 16,
|
|
"waiting": 12,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.614853588,
|
|
"active": 16,
|
|
"waiting": 11,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.615235674,
|
|
"active": 16,
|
|
"waiting": 11,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.635838817,
|
|
"active": 16,
|
|
"waiting": 11,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.670538736,
|
|
"active": 16,
|
|
"waiting": 11,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.703350355,
|
|
"active": 16,
|
|
"waiting": 11,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.755898483,
|
|
"active": 16,
|
|
"waiting": 10,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.756114378,
|
|
"active": 16,
|
|
"waiting": 10,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.930817138,
|
|
"active": 16,
|
|
"waiting": 9,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 36.933855754,
|
|
"active": 16,
|
|
"waiting": 9,
|
|
"inactive": 26
|
|
},
|
|
{
|
|
"t": 37.002480349,
|
|
"active": 16,
|
|
"waiting": 10,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.099114862,
|
|
"active": 16,
|
|
"waiting": 9,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.102030888,
|
|
"active": 16,
|
|
"waiting": 9,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.144032325,
|
|
"active": 16,
|
|
"waiting": 9,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.163356079,
|
|
"active": 16,
|
|
"waiting": 8,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.163443924,
|
|
"active": 16,
|
|
"waiting": 8,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.317338668,
|
|
"active": 16,
|
|
"waiting": 8,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.390145352,
|
|
"active": 16,
|
|
"waiting": 7,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.3902669,
|
|
"active": 16,
|
|
"waiting": 7,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.395288684,
|
|
"active": 16,
|
|
"waiting": 6,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.397042602,
|
|
"active": 16,
|
|
"waiting": 6,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.491319144,
|
|
"active": 16,
|
|
"waiting": 5,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.49763255,
|
|
"active": 16,
|
|
"waiting": 5,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.618347203,
|
|
"active": 16,
|
|
"waiting": 4,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.618637608,
|
|
"active": 16,
|
|
"waiting": 4,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.751984792,
|
|
"active": 16,
|
|
"waiting": 4,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.979932737,
|
|
"active": 16,
|
|
"waiting": 3,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 37.985767876,
|
|
"active": 16,
|
|
"waiting": 3,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 38.203863101,
|
|
"active": 16,
|
|
"waiting": 2,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 38.211605445000004,
|
|
"active": 16,
|
|
"waiting": 2,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 38.258253803,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 38.263980037,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 38.267773088,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 25
|
|
},
|
|
{
|
|
"t": 38.341146495,
|
|
"active": 16,
|
|
"waiting": 2,
|
|
"inactive": 24
|
|
},
|
|
{
|
|
"t": 38.445683111,
|
|
"active": 16,
|
|
"waiting": 2,
|
|
"inactive": 23
|
|
},
|
|
{
|
|
"t": 38.451671216,
|
|
"active": 16,
|
|
"waiting": 2,
|
|
"inactive": 23
|
|
},
|
|
{
|
|
"t": 38.951835442,
|
|
"active": 16,
|
|
"waiting": 2,
|
|
"inactive": 23
|
|
},
|
|
{
|
|
"t": 39.369094202,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 23
|
|
},
|
|
{
|
|
"t": 39.372359624,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 23
|
|
},
|
|
{
|
|
"t": 39.379170802,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 22
|
|
},
|
|
{
|
|
"t": 39.379284004,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 22
|
|
},
|
|
{
|
|
"t": 39.391380651,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 22
|
|
},
|
|
{
|
|
"t": 39.423092408,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 22
|
|
},
|
|
{
|
|
"t": 39.445420124,
|
|
"active": 16,
|
|
"waiting": 0,
|
|
"inactive": 22
|
|
},
|
|
{
|
|
"t": 39.445549597,
|
|
"active": 16,
|
|
"waiting": 0,
|
|
"inactive": 22
|
|
},
|
|
{
|
|
"t": 39.517790871,
|
|
"active": 16,
|
|
"waiting": 1,
|
|
"inactive": 21
|
|
},
|
|
{
|
|
"t": 39.668019052,
|
|
"active": 16,
|
|
"waiting": 0,
|
|
"inactive": 21
|
|
},
|
|
{
|
|
"t": 39.671233538,
|
|
"active": 16,
|
|
"waiting": 0,
|
|
"inactive": 21
|
|
},
|
|
{
|
|
"t": 39.983007905,
|
|
"active": 15,
|
|
"waiting": 0,
|
|
"inactive": 21
|
|
},
|
|
{
|
|
"t": 39.983520476,
|
|
"active": 15,
|
|
"waiting": 0,
|
|
"inactive": 21
|
|
},
|
|
{
|
|
"t": 40.485024654,
|
|
"active": 15,
|
|
"waiting": 0,
|
|
"inactive": 21
|
|
},
|
|
{
|
|
"t": 40.883831443,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 21
|
|
},
|
|
{
|
|
"t": 41.384106327,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 21
|
|
},
|
|
{
|
|
"t": 41.626650534,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 21
|
|
},
|
|
{
|
|
"t": 41.943687928,
|
|
"active": 14,
|
|
"waiting": 1,
|
|
"inactive": 20
|
|
},
|
|
{
|
|
"t": 41.968522894,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 20
|
|
},
|
|
{
|
|
"t": 41.968641626,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 20
|
|
},
|
|
{
|
|
"t": 42.468738997,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 20
|
|
},
|
|
{
|
|
"t": 42.509520787,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 20
|
|
},
|
|
{
|
|
"t": 43.009627996,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 20
|
|
},
|
|
{
|
|
"t": 43.509908971,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 20
|
|
},
|
|
{
|
|
"t": 43.863921258,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 43.868958732,
|
|
"active": 14,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 44.02002882,
|
|
"active": 13,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 44.520428608,
|
|
"active": 13,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 44.756009782,
|
|
"active": 12,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 44.848161932,
|
|
"active": 12,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 45.351972864,
|
|
"active": 12,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 45.55759695,
|
|
"active": 11,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 45.641262371,
|
|
"active": 10,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 46.141441144,
|
|
"active": 10,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 46.519755729,
|
|
"active": 10,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 47.019985207,
|
|
"active": 10,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 47.520386347,
|
|
"active": 10,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 47.547983681,
|
|
"active": 10,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 47.789786268,
|
|
"active": 9,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 48.291902453,
|
|
"active": 9,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 48.792170764,
|
|
"active": 9,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 49.156046081,
|
|
"active": 8,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 49.369562101,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 49.690736119,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 50.191101202,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 50.241870334,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 50.242351717,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 50.662275753,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 51.162508978,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 51.50531603,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 51.67194777,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 51.672117829,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 51.675907854,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 51.677749106,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 51.910746496,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.022748537,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.041953469,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.047356497,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057012198,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057111715,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057148574,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057182718,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057233222,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057267226,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057298835,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057330695,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057362064,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057414512,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057448245,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057480776,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057512296,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057543795,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057574753,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057605931,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057635557,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057667497,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057698525,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057730154,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057751634,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057762795,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057773786,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057788543,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057799584,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057810044,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057820413,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057831093,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057841493,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057852173,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057863063,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057873413,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057890966,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057902327,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057913388,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057924368,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057935299,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057946239,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057956769,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057967349,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057977918,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057988869,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.057999188,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058009878,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05802121,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05803222,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058043121,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058054201,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058064902,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058076373,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058087634,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058098474,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058109425,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058120616,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058131486,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058142487,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058153107,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058163907,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058174537,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058185397,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058195937,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058206357,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058217397,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058228148,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058239028,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058249267,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058260148,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058329077,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058348172,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058362149,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058376355,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058385853,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058397806,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058409578,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058418985,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058431839,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058441227,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058452508,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058464521,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058473948,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058486602,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058495759,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058507321,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058518953,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05852834,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058541204,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058554048,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058563366,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058574877,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058586189,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058595566,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05860846,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058621435,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058631213,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058642664,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058653765,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058663003,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058675997,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058688771,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058697998,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058709089,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05872047,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058729708,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058742652,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.0587524,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058763972,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058775263,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058784601,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058797415,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058810419,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058819797,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058831148,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05884296,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058852157,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058864621,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058873678,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058892593,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058902061,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058915286,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058928069,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058940793,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058953788,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058963446,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058975158,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058986549,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.058995887,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059008731,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059017938,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059029419,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059040821,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059050008,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059062522,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059071879,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059083681,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059094922,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.0591043,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059117324,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059130158,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059139806,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059151729,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05916311,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059172909,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059185672,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059199148,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059207864,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059217512,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059227972,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059237399,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059250344,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059263468,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059276653,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059294617,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059303914,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059315265,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059326867,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059336625,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05934972,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059362514,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059372202,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059384034,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059395937,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059405424,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059418349,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059427656,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059439188,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059450349,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059459636,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059473192,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059485975,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059495163,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059506895,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059518837,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059528305,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059540678,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059553743,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059563571,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059575503,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059586985,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059596573,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059610088,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059619406,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059631238,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.0596432,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059652678,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059665743,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059679007,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059688625,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059699927,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059711508,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059720726,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05973373,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059747265,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059756573,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059768054,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059779776,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059788974,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059801417,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.05981387,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059822436,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059832906,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059843766,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059853064,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059865537,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059882559,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059896465,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059905221,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059917955,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059929798,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059942141,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059954664,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059966707,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059975774,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059986855,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.059998015,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060006882,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060019506,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060028543,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060039503,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060050474,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060059711,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060072044,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060084968,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060097322,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060106278,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060117269,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06012825,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060137317,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06014962,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060162213,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06017131,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060182581,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060193372,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060202409,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060215082,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06022443,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060235861,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060247503,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06025654,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060265847,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060277169,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06028868,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060298108,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060311092,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060320059,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06033144,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060342712,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060352039,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060364943,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060377046,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060386313,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060397865,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060409056,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060418323,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060431227,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060444452,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06045409,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060465562,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060477013,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06048571,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060498834,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060511538,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060520645,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060531706,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060542817,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060551964,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060564658,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060577261,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060585777,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060597028,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06060841,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060617877,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06063021,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060639077,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060650549,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06066216,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060671688,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060684863,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06069408,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06070487,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060720209,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060729236,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060738964,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060748442,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060759873,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060770473,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060780051,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060792565,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060804707,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060813905,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060825116,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060835926,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060845253,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060857046,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060869709,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06088626,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060898644,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060909784,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060918671,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060927828,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06093951,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060950681,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06096074,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060973975,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060986458,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.060999573,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06100865,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061020542,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061032464,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061042343,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061059395,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061068582,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061081496,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06109426,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061107064,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061120079,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061129476,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061140537,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061153041,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061162418,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061171475,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061182696,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061194468,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061204397,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061217201,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061227159,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061239322,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061251826,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061260923,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061270681,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061282954,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061293975,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061303843,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061316938,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061330583,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06133963,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061351052,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061362123,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06137161,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061384024,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061393882,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061405504,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061416434,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061425962,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061438406,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061448545,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061459475,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061471077,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061480324,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061492908,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061505411,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061514819,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06152599,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061537531,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061547049,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061560024,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.06156901,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061580542,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061591673,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061601131,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061610037,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.061621529,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.09467974,
|
|
"active": 4,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.217839117,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.351266872,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 52.851511459,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 53.351687176,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 19
|
|
},
|
|
{
|
|
"t": 53.358717976,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 17
|
|
},
|
|
{
|
|
"t": 53.358747131,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 17
|
|
},
|
|
{
|
|
"t": 53.358777638,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 17
|
|
},
|
|
{
|
|
"t": 53.364036036,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 17
|
|
},
|
|
{
|
|
"t": 53.40288879,
|
|
"active": 2,
|
|
"waiting": 1,
|
|
"inactive": 16
|
|
},
|
|
{
|
|
"t": 53.403014535,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 16
|
|
},
|
|
{
|
|
"t": 53.403124482,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 16
|
|
},
|
|
{
|
|
"t": 53.433047436,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 16
|
|
},
|
|
{
|
|
"t": 53.484493126,
|
|
"active": 2,
|
|
"waiting": 1,
|
|
"inactive": 15
|
|
},
|
|
{
|
|
"t": 53.484794982,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 15
|
|
},
|
|
{
|
|
"t": 53.484884099,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 15
|
|
},
|
|
{
|
|
"t": 53.536929665,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 15
|
|
},
|
|
{
|
|
"t": 53.612736413,
|
|
"active": 2,
|
|
"waiting": 1,
|
|
"inactive": 14
|
|
},
|
|
{
|
|
"t": 53.612953691,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 14
|
|
},
|
|
{
|
|
"t": 53.613061843,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 14
|
|
},
|
|
{
|
|
"t": 53.686942912,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 14
|
|
},
|
|
{
|
|
"t": 54.187061673,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 14
|
|
},
|
|
{
|
|
"t": 54.687345022,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 14
|
|
},
|
|
{
|
|
"t": 54.993051414,
|
|
"active": 2,
|
|
"waiting": 1,
|
|
"inactive": 13
|
|
},
|
|
{
|
|
"t": 54.993233655,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 13
|
|
},
|
|
{
|
|
"t": 54.993378527,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 13
|
|
},
|
|
{
|
|
"t": 55.493462282,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 13
|
|
},
|
|
{
|
|
"t": 55.994904353,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 13
|
|
},
|
|
{
|
|
"t": 56.495134432,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 13
|
|
},
|
|
{
|
|
"t": 56.995344885,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 13
|
|
},
|
|
{
|
|
"t": 57.060787855,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 13
|
|
},
|
|
{
|
|
"t": 57.12457959,
|
|
"active": 2,
|
|
"waiting": 5,
|
|
"inactive": 8
|
|
},
|
|
{
|
|
"t": 57.124886345,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 8
|
|
},
|
|
{
|
|
"t": 57.12493171,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 8
|
|
},
|
|
{
|
|
"t": 57.124950295,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 8
|
|
},
|
|
{
|
|
"t": 57.188941925,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 8
|
|
},
|
|
{
|
|
"t": 57.201201036,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 8
|
|
},
|
|
{
|
|
"t": 57.25032803,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 8
|
|
},
|
|
{
|
|
"t": 57.312748504,
|
|
"active": 6,
|
|
"waiting": 1,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 57.31285836,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 57.317858955,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 57.346981448,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 57.441222714,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 57.941480916,
|
|
"active": 7,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 57.99530734,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 57.998551782,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 58.101017987,
|
|
"active": 4,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 58.101718049,
|
|
"active": 4,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 58.12759025,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 58.628940379,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 58.811022873,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 59.311295422,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 59.362140457,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 59.862248998,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 60.362450504,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 7
|
|
},
|
|
{
|
|
"t": 60.828153959,
|
|
"active": 1,
|
|
"waiting": 1,
|
|
"inactive": 6
|
|
},
|
|
{
|
|
"t": 60.828302257,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 6
|
|
},
|
|
{
|
|
"t": 60.828402304,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 6
|
|
},
|
|
{
|
|
"t": 61.328478795,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 6
|
|
},
|
|
{
|
|
"t": 61.828696181,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 6
|
|
},
|
|
{
|
|
"t": 62.328906383,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 6
|
|
},
|
|
{
|
|
"t": 62.829120321,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 6
|
|
},
|
|
{
|
|
"t": 63.059514812,
|
|
"active": 2,
|
|
"waiting": 1,
|
|
"inactive": 5
|
|
},
|
|
{
|
|
"t": 63.059726519,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 5
|
|
},
|
|
{
|
|
"t": 63.059833019,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 5
|
|
},
|
|
{
|
|
"t": 63.562915175,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 5
|
|
},
|
|
{
|
|
"t": 64.001358037,
|
|
"active": 3,
|
|
"waiting": 1,
|
|
"inactive": 4
|
|
},
|
|
{
|
|
"t": 64.319689205,
|
|
"active": 4,
|
|
"waiting": 0,
|
|
"inactive": 4
|
|
},
|
|
{
|
|
"t": 64.32109505,
|
|
"active": 4,
|
|
"waiting": 0,
|
|
"inactive": 4
|
|
},
|
|
{
|
|
"t": 64.752993845,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 4
|
|
},
|
|
{
|
|
"t": 64.88609593,
|
|
"active": 3,
|
|
"waiting": 3,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 65.386350635,
|
|
"active": 3,
|
|
"waiting": 3,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 65.475931645,
|
|
"active": 4,
|
|
"waiting": 2,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 65.478024799,
|
|
"active": 4,
|
|
"waiting": 2,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 65.693286371,
|
|
"active": 5,
|
|
"waiting": 1,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 65.696594924,
|
|
"active": 5,
|
|
"waiting": 1,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 65.802367857,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 65.806021887,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 66.157055901,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 66.223915507,
|
|
"active": 6,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 66.400266537,
|
|
"active": 5,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 66.409517349,
|
|
"active": 4,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 66.710534491,
|
|
"active": 3,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 67.105674556,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 67.60585896,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 68.106103947,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 68.606314639,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 69.106518669,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 69.606718702,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 70.106933623,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 70.607153733,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 71.107766269,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 71.608005224,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 72.108242407,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 72.60990459,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 73.110133136,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 73.610369417,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 74.110611358,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 74.610837951,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 75.11108405,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 75.611295133,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 76.111498371,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 76.611703083,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 77.111907583,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 77.612097778,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 78.11230277,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 78.612517279,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 79.112713725,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 79.612918556,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 80.113134038,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 80.613348487,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 81.113566403,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 81.613774952,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 82.113971809,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 82.614183092,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 83.114395327,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 83.61460622,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 84.114814839,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 84.61504093,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 85.115256802,
|
|
"active": 2,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 85.500229278,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 86.000461671,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 86.500680298,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 87.000934502,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 87.50114263,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 88.001366026,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 88.501589112,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 89.001796858,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 89.502003193,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 90.002208585,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 90.502405852,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 91.002611936,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 91.502802531,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 92.003052537,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 92.503241639,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 93.003432534,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 93.503699782,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 94.003903982,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 94.504095739,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 95.004286313,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 95.504476187,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 96.004664657,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 96.504851264,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 97.0050583,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 97.505247061,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 98.005438798,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 98.505634163,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 99.005800241,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 99.505985887,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 100.006173215,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 100.506357177,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 101.006538474,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 101.506728187,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 102.006982761,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 102.507182884,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 103.007376954,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 103.507586775,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 104.007800763,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 104.50806178,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 105.00823393,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 105.508448843,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 106.008661458,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 106.50889347,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 107.00915101,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 107.50934974,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 108.009561233,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 108.50977445,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 109.009995221,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 109.510195283,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 110.010410704,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 110.51062841,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 111.010848579,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 111.511073268,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 112.011283869,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 112.51148835,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 113.011703039,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 113.511909263,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 114.012123832,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 114.512322962,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 115.012535147,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 115.512741842,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 116.012956271,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 116.51315508,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 117.013360472,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 117.513553912,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 118.013742282,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 118.513911847,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 119.014119393,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 119.514318062,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 120.014583407,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 120.514770674,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 121.014981436,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 121.515192519,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 122.015407419,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 122.515619523,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 123.015836096,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 123.516100148,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 124.016303476,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 124.516521953,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 125.016739758,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 125.516959747,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 126.017177141,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 126.517381271,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 127.017598285,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 127.517810129,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 128.018032202,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 128.518237022,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 129.01845586,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 129.518683984,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 130.01890742,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 130.519123862,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 131.019329164,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 131.519531199,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 132.019748123,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 132.519958484,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 133.020173193,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 133.520384636,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 134.020599546,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 134.520820186,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 135.021095078,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 135.521307694,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 136.021520048,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 136.521721753,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 137.02191915,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 137.522128209,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 138.022342287,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 138.522566924,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 139.022791061,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 139.523071684,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 140.023292675,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 140.523507184,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 141.023726712,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 141.523941361,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 142.024153896,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 142.524363595,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 143.024573957,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 143.524794677,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 144.025035575,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 144.525255624,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 145.02547927,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 145.525693158,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 146.02590959,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 146.5261194,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 147.026330332,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 147.526539581,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 148.02674919,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 148.526967075,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 149.027186393,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 149.527412032,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 150.027629587,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 150.527845348,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 151.028140367,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 151.528357691,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 152.028566269,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 152.528775878,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 153.029005024,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 153.529230533,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 154.029455011,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 154.52966966,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 155.029898595,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 155.530106832,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 156.030319197,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 156.530529287,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 157.030736271,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 157.530915123,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 158.031136154,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 158.531360511,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 159.031583195,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 159.531800168,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 160.032030265,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 160.532243942,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 161.032455906,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 161.532666157,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 162.032873692,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 162.533118958,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 163.033353464,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 163.533576429,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 164.033794794,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 164.53401872,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 165.034236665,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 165.534447998,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 166.034663708,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 166.534893606,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 167.035143571,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 167.535368549,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 168.035593657,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 168.5358159,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 169.036088938,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 169.536338492,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 170.036553611,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 170.536767018,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 171.036981336,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 171.537188541,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 172.037395836,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 172.537619802,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 173.037843006,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 173.538074035,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 174.038290908,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 174.538505677,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 175.038716929,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 175.538926258,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 176.039137991,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 176.53935303,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 177.039577056,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 177.539801043,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 178.040038664,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 178.540236752,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 179.04040333,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 179.540617788,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 180.040832948,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 180.541058757,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 181.041265611,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 181.54149128,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 182.041766723,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 182.542002221,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 183.042227759,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 183.542449651,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 184.042660533,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 184.542868539,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 185.043093346,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 185.543296143,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 186.043508547,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 186.543734076,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 187.043972178,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 187.544194691,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 188.044411504,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 188.544630741,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 189.044852252,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 189.545078352,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 190.045286598,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 190.545495245,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 191.045708932,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 191.545936484,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 192.046163506,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 192.546387943,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 193.046609434,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 193.546828581,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 194.047057155,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 194.547270862,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 195.047487514,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 195.547694107,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 196.047908505,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 196.548136819,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 197.048359643,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 197.548566867,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 198.048769663,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 198.549009008,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 199.049218727,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 199.549430419,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 200.049639647,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 200.549846451,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 201.050062512,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 201.550288602,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 202.050514481,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 202.550737866,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 203.050958926,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 203.551167653,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 204.051376481,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 204.551585999,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 205.05179133,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 205.55203354,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 206.05225976,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 206.55248094,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 207.052702762,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 207.552925515,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 208.05314363,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 208.553356094,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 209.053569891,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 209.553777205,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 210.053972517,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 210.554196973,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 211.054421119,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 211.554650295,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 212.054869211,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 212.555096392,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 213.055294229,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 213.555507645,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 214.05570446,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 214.555917976,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 215.056128796,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 215.556345158,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 216.056548044,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 216.556763984,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 217.056994632,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 217.557212026,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 218.057422987,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 218.557631493,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 219.057822607,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 219.558036103,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 220.058261652,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 220.558490005,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 221.058715754,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 221.558917117,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 222.059133428,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 222.559346363,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 223.059559619,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 223.559775209,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 224.060000136,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 224.560216287,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 225.060451263,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 225.560678594,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 226.06090249,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 226.561121606,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 227.061335984,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 227.561553347,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 228.061771882,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 228.56200293,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 229.062213431,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 229.562438428,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 230.062658947,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 230.562902719,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 231.063127156,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 231.563347805,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 232.063561531,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 232.563775377,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 233.064001928,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 233.564212258,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 234.064420283,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 234.564639078,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 235.064870398,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 235.565115232,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 236.065338486,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 236.565555769,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 237.065770156,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 237.565986618,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 238.066237263,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 238.566450117,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 239.066679443,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 239.566909259,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 240.067138504,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 240.567371206,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 241.067595652,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 241.567814578,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 242.068044795,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 242.568256317,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 243.068471405,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 243.568678068,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 244.068892666,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 244.569108987,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 245.069332772,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 245.569552469,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 246.069777145,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 246.57005926,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 247.070271613,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 247.570484798,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 248.070694326,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 248.570909324,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 249.071123742,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 249.571351334,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 250.071580068,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 250.571806728,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 251.072036765,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 251.57226064,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 252.072480377,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 252.572699944,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 253.07291366,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 253.573126955,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 254.073347724,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 254.573567481,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 255.073785595,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 255.573999251,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 256.074209751,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 256.574404491,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 257.07460875,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 257.574803961,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 258.075013539,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 258.575201386,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 259.07541393,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 259.575611405,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 260.075817577,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 260.576017968,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 261.076197219,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 261.576383363,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 262.076558857,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 262.576743519,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 263.076930304,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 263.57713854,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 264.077327369,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 264.577544621,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 265.077760371,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 265.577986049,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 266.07819177,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 266.578405433,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 267.078619007,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 267.578828886,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 268.079109708,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 268.579335165,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 269.079562657,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 269.579785209,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 270.080014223,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 270.580223912,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 271.08043351,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 271.580646875,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 272.080854058,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 272.581056262,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 273.0812871,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 273.581514582,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 274.081736874,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 274.5819512,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 275.08216148,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 275.58237253,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 276.082585074,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 276.582789141,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 277.083011093,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 277.583240878,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 278.083445457,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 278.583634606,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 279.083854534,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 279.58408979,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 280.084294078,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 280.584501792,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 281.084708725,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 281.584917622,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 282.085142829,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 282.585361394,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 283.08558089,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 283.585812489,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 284.086023901,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 284.586230383,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 285.08644524,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 285.586654257,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 286.086866019,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 286.587085976,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 287.087296476,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 287.587494322,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 288.087705533,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 288.587915,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 289.08812039,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 289.588319829,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 290.088521362,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 290.588727173,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 291.088927693,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 291.589133835,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 292.089343483,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 292.589557238,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 293.089771865,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 293.589996031,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 294.090203845,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 294.590412541,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 295.090619544,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 295.590820977,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 296.091032718,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 296.591259839,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 297.091474446,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 297.591678854,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 298.091881799,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 298.592102488,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 299.092303309,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 299.592508118,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 300.092720631,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 300.592916604,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 301.093137673,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 301.593351418,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 302.093557219,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 302.593759303,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 303.093992524,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 303.594222821,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 304.094456424,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 304.594682622,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 305.094900295,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 305.595119661,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 306.095345249,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 306.595573572,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 307.095800762,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 307.596041488,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 308.096259722,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 308.596480821,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 309.096709364,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 309.596932848,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 310.097151683,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 310.597370929,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 311.097606014,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 311.597827264,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 312.098110068,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 312.598330516,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 313.098561133,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 313.598780469,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 314.099008291,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 314.599220564,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 315.099433508,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 315.599655258,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 316.099895814,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 316.60011575,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 317.100326981,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 317.600520118,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 318.100746677,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 318.600957146,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 319.101171513,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 319.601382383,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 320.101596949,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 320.601818549,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 321.102063173,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 321.602296004,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 322.102523324,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 322.602751457,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 323.102987364,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 323.603209905,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 324.10342316,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 324.603639229,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 325.103860198,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 325.60410399,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 326.104329126,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 326.604544965,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 327.104766295,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 327.605000128,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 328.105218161,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 328.60543399,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 329.10565017,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 329.60586669,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 330.106109721,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 330.606335488,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 331.106555505,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 331.6067851,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 332.107021297,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 332.607247125,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 333.107474476,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 333.607692279,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 334.107915722,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 334.608184701,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 335.108413734,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 335.608628812,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 336.10885451,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 336.609175456,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 337.109402636,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 337.609639314,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 338.109870212,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 338.610110837,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 339.11032355,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 339.610541764,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 340.110780135,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 340.611069702,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 341.111286403,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 341.611505909,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 342.11172822,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 342.611955751,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 343.112172532,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 343.612397137,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 344.112617935,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 344.612847821,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 345.113092865,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 345.613322099,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 346.113552455,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 346.6137769,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 347.114064474,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 347.614282777,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 348.114503806,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 348.614720617,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 349.114925345,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 349.61515,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 350.115365909,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 350.615591927,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 351.115822985,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 351.616058601,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 352.116271244,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 352.616493525,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 353.116713992,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 353.616916366,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 354.117116706,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 354.617341632,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 355.117565456,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 355.617788839,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 356.118022671,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 356.618245664,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 357.118476821,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 357.618704993,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 358.118913148,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 358.619123757,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 359.119350847,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 359.61957934,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 360.11980666,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 360.62004465,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 361.120270638,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 361.620494041,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 362.120706945,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 362.620933353,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 363.121143862,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 363.621367005,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 364.121560441,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 364.62178147,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 365.122014952,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 365.622224549,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 366.122456187,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 366.622674341,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 367.122892123,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 367.623114604,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 368.12332906,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 368.623570878,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 369.123791586,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 369.62406916,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 370.124295309,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 370.624524913,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 371.124748907,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 371.624986597,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 372.125203618,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 372.625424626,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 373.125641006,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 373.625866363,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 374.126142825,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 374.626357201,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 375.12662135,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 375.626849061,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 376.12708622,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 376.627303121,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 377.127521394,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 377.627742673,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 378.12798955,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 378.62822187,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 379.128447366,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 379.628674706,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 380.128895735,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 380.629122183,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 381.129341519,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 381.629564281,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 382.129778687,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 382.630001889,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 383.130221164,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 383.63044071,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 384.130663261,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 384.630902924,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 385.131128972,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 385.631345282,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 386.131571179,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 386.631791366,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 387.132024557,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 387.632244924,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 388.132463678,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 388.632688464,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 389.132910985,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 389.633136101,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 390.133362719,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 390.633601691,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 391.133822189,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 391.634109541,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 392.134322294,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 392.634539355,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 393.134763349,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 393.634998203,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 394.135221385,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 394.635442524,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 395.13565716,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 395.635874111,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 396.136109086,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 396.636319253,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 397.136535282,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 397.636751241,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 398.136986316,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 398.637203377,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 399.137425136,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 399.637642147,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 400.137861151,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 400.638095304,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 401.138306053,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 401.638520419,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 402.138729625,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 402.63889566,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 403.139111368,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 403.639317719,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 404.139522517,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 404.639727204,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 405.139938144,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 405.640142451,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 406.140343201,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 406.64054884,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 407.140760431,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 407.640911718,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 408.141115113,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 408.641317857,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 409.141521092,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 409.641750546,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 410.141957849,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 410.64215958,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 411.14236026,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 411.642574596,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 412.142785575,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 412.643007906,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 413.143221059,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 413.643493093,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 414.143711506,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 414.643928086,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 415.144136721,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 415.644377466,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 416.144578877,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 416.644797961,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 417.145025732,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 417.645245648,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 418.145467628,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 418.645693375,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 419.145913271,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 419.646151852,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 420.146425228,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 420.646645034,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 421.146858598,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 421.647130963,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 422.147409939,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 422.647630346,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 423.14781706,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 423.648008222,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 424.148238468,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 424.648446421,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 425.148660626,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 425.64889516,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 426.14914945,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 426.649370608,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 427.149589535,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 427.649812526,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 428.150051917,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 428.650279938,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 429.150501457,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 429.650722936,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 430.150914178,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 430.651124846,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 431.151344933,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 431.651536405,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 432.151753776,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 432.65200428,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 433.152205751,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 433.652420237,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 434.152630354,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 434.652864046,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 435.153116643,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 435.653328815,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 436.153541116,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 436.653752235,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 437.153987761,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 437.654207807,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 438.15442095,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 438.654625838,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 439.15484391,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 439.655072542,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 440.155280656,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 440.6555049,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 441.155718324,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 441.655929764,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 442.156124042,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 442.656332736,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 443.156542453,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 443.656754965,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 444.156917924,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 444.657143881,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 445.157360641,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 445.657588772,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 446.157807436,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 446.658040766,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 447.158263858,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 447.658478675,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 448.15869297,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 448.658912996,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 449.159124877,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 449.659351405,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 450.159575188,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 450.659802047,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 451.160039125,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 451.660262918,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 452.160485208,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 452.660721614,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 453.160945758,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 453.661161627,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 454.161360332,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 454.66158142,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 455.161805123,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 455.662040879,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 456.162259252,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 456.662482664,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 457.162706066,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 457.662931552,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 458.163157259,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 458.663377916,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 459.163596038,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 459.663815673,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 460.164060927,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 460.664284349,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 461.164506188,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 461.664731033,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 462.164961709,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 462.665188177,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 463.165408714,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 463.665630173,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 464.165853585,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 464.66606271,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 465.166283267,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 465.66650164,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 466.166719041,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 466.66694617,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 467.167167849,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 467.66739047,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 468.167609874,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 468.667823949,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 469.168045448,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 469.668274581,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 470.168492513,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 470.668717387,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 471.168935179,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 471.669154213,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 472.169372726,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 472.669592451,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 473.169807338,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 473.670026512,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 474.170242129,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 474.670463518,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 475.170690106,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 475.670902838,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 476.171124838,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 476.671335325,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 477.171562655,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 477.671779545,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 478.172011713,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 478.672229415,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 479.172450763,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 479.672670729,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 480.172896966,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 480.673114687,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 481.173331447,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 481.673556352,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 482.173770527,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 482.673999249,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 483.174216219,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 483.674439621,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 484.174667471,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 484.674905972,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 485.175134434,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 485.675364368,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 486.175585716,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 486.675807205,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 487.176041176,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 487.676250452,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 488.17647189,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 488.676700001,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 489.176923593,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 489.677144541,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 490.177367903,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 490.677589191,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 491.177815879,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 491.678051704,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 492.178273243,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 492.678489732,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 493.178680493,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 493.678910457,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 494.179133208,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 494.679352612,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 495.179568601,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 495.679792744,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 496.180037887,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 496.680268813,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 497.180484541,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 497.680703945,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 498.180921566,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 498.681136222,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 499.181356217,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 499.681578577,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 500.181800246,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 500.682026914,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 501.182243814,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 501.682462457,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 502.182681661,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 502.682902348,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 503.183097437,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 503.683336127,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 504.183556474,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 504.683778914,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 505.184022704,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 505.684249943,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 506.184455451,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 506.68465068,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 507.184869955,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 507.685096503,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 508.185313533,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 508.685526755,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 509.185745979,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 509.685957008,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 510.186179688,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 510.68639229,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 511.186605393,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 511.686823394,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 512.187042909,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 512.687258426,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 513.18748297,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 513.687703938,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 514.187925175,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 514.688157584,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 515.188377179,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 515.68859986,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 516.188809506,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 516.689030302,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 517.189251881,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 517.68947933,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 518.189702913,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 518.689931554,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 519.190152742,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 519.690364532,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 520.190594256,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 520.690811616,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 521.191059244,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 521.691281744,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 522.191473116,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 522.691670729,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 523.191863854,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 523.692063692,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 524.192246688,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 524.692424294,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 525.19261835,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 525.692799974,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 526.193055566,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 526.69327487,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 527.193485468,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 527.693704031,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 528.193917263,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 528.694130877,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 529.194349109,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 529.694573623,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 530.194792286,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 530.695023041,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 531.195227538,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 531.695447393,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 532.195671185,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 532.695895138,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 533.196115795,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 533.69635697,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 534.196570202,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 534.69676471,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 535.196993421,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 535.697176147,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 536.197360586,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 536.697561946,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 537.197779808,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 537.69799288,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 538.198211282,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 538.698403626,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 539.198618271,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 539.698830341,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 540.199096754,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 540.699282385,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 541.199494515,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 541.699707267,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 542.19993129,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 542.700137469,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 543.200351473,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 543.70055606,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 544.200780213,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 544.701009265,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 545.201217649,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 545.701431973,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 546.201643853,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 546.701851526,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 547.202123238,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 547.702345888,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 548.20256918,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 548.70279698,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 549.203028767,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 549.70324778,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 550.203467465,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 550.703697088,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 551.203921051,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 551.704141397,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 552.204364528,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 552.704590995,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 553.204807784,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 553.705071271,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 554.205285406,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 554.705496324,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 555.205718573,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 555.705939721,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 556.206159896,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 556.706377347,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 557.206581492,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 557.70680315,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 558.207086234,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 558.707341245,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 559.207561851,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 559.70778355,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 560.208007893,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 560.708249689,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 561.208478561,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 561.708698095,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 562.208916177,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 562.709143185,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 563.209366176,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 563.709595108,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 564.209812128,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 564.710039917,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 565.210267647,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 565.710505355,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 566.210728947,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 566.710950015,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 567.211168747,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 567.711393261,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 568.211615861,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 568.711836036,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 569.212065599,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 569.712295193,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 570.212510539,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 570.712748488,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 571.212991065,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 571.713219797,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 572.213442517,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 572.713664486,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 573.21388422,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 573.714105758,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 574.214316226,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 574.714538696,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 575.214761746,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 575.714995427,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 576.215225872,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 576.715444314,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 577.21567032,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 577.71589296,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 578.216118877,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 578.716342398,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 579.216559799,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 579.716789071,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 580.217068277,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 580.717298151,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 581.217523726,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 581.717737229,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 582.217940743,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 582.718166509,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 583.218384441,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 583.718637678,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 584.218850279,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 584.719086304,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 585.219310828,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 585.719535422,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 586.219755376,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 586.720003454,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 587.220226164,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 587.720445248,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 588.220658191,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 588.720867628,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 589.2210916,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 589.72130804,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 590.221529117,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 590.721751506,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 591.221991128,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 591.722211354,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 592.222440606,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 592.722671251,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 593.222890374,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 593.723083058,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 594.223299436,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 594.723520974,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 595.223741841,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 595.723962597,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 596.224184276,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 596.724406615,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 597.224626349,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 597.724842447,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 598.225060889,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 598.725285202,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 599.225512441,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 599.725744578,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 600.225990222,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 600.726212992,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 601.226431364,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 601.726656087,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 602.22686958,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 602.727101137,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 603.227294171,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 603.727493357,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 604.227714875,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 604.727942234,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 605.228162048,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 605.728384829,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 606.228601958,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 606.728826502,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 607.229063879,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 607.729284625,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 608.229506003,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 608.729739784,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 609.229956022,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 609.730171398,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 610.230397174,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 610.730615095,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 611.230841241,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 611.731161224,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 612.231398721,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 612.731609349,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 613.23181118,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 613.732047775,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 614.232264965,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 614.732487775,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 615.232701338,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 615.732912667,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 616.233127191,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 616.733341506,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 617.233538768,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 617.733750588,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 618.233965022,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 618.734188784,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 619.23441997,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 619.734644453,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 620.234870188,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 620.735089833,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 621.235310559,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 621.735530414,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 622.23574551,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 622.735978068,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 623.23620225,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 623.736425171,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 624.236654263,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 624.736890618,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 625.237123377,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 625.737346748,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 626.237561653,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 626.737784353,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 627.238008807,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 627.738246925,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 628.238481497,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 628.738708185,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 629.238929312,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 629.739149146,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 630.239374,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 630.739599616,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 631.239821294,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 631.740053732,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 632.240273696,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 632.740497979,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 633.240725228,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 633.740952356,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 634.241174124,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 634.741399739,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 635.241620295,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 635.741845961,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 636.242083959,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 636.742303793,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 637.24251927,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 637.742738653,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 638.24295988,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 638.74318223,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 639.243407715,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 639.743635785,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 640.24385617,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 640.744095872,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 641.244313091,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 641.74453512,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 642.244761948,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 642.744990248,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 643.245214731,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 643.745443492,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 644.245671813,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 644.745900824,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 645.246124947,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 645.746349059,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 646.246568423,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 646.746784099,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 647.247016417,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 647.747236512,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 648.247454693,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 648.747677523,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 649.247898209,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 649.748119607,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 650.248338069,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 650.74855602,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 651.248769883,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 651.749009084,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 652.249235841,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 652.749461737,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 653.249657917,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 653.749859076,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 654.250100922,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 654.750327379,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 655.250552543,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 655.750772688,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 656.251009534,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 656.751236161,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 657.251460534,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 657.751683384,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 658.251931943,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 658.752156806,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 659.252369487,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 659.752597948,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 660.252810999,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 660.75304505,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 661.253268151,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 661.753489087,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 662.253703762,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 662.753921863,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 663.254140716,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 663.754372132,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 664.254593198,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 664.754798395,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 665.255022678,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 665.755231271,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 666.255456025,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 666.755674957,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 667.255893028,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 667.756115788,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 668.256341223,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 668.756566678,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 669.256791121,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 669.757015554,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 670.257240347,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 670.75745375,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 671.257667072,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 671.757891435,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 672.258115687,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 672.758337545,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 673.258559073,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 673.758763448,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 674.258995175,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 674.759211432,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 675.259430084,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 675.759649558,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 676.25984151,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 676.760115686,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 677.260339838,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 677.760554273,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 678.260772915,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 678.761001856,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 679.261217342,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 679.761437958,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 680.261660237,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 680.76189007,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 681.26215066,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 681.762377237,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 682.262594978,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 682.762817547,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 683.263038824,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 683.76325963,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 684.263483812,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 684.763700551,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 685.263919844,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 685.764137013,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 686.264389799,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 686.764605606,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 687.264830149,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 687.765059882,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 688.265282912,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 688.76551033,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 689.265733862,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 689.765947955,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 690.266174502,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 690.766407631,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 691.266631122,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 691.766851778,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 692.267090247,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 692.767316864,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 693.267532991,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 693.767747676,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 694.267911535,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 694.768132201,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 695.268341255,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 695.768558705,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 696.268776765,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 696.7690126,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 697.269228597,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 697.769450965,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 698.269668666,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 698.769887899,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 699.270104717,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 699.770325664,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 700.27055743,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 700.770781452,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 701.271019801,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 701.771244755,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 702.271468126,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 702.771689593,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 703.271910669,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 703.772119172,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 704.272326724,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 704.772524586,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 705.272746565,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 705.772965477,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 706.273188287,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 706.773406177,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 707.273592378,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 707.773797785,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 708.274015024,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 708.774211545,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 709.274412454,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 709.774587824,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 710.274783914,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 710.774993198,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 711.275184399,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 711.7753761,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 712.275568202,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 712.775764282,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 713.275971923,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 713.776165598,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 714.276361818,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 714.776568968,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 715.27677147,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 715.777056166,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 716.277278926,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 716.777503158,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 717.27772194,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 717.77793958,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 718.278149405,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 718.77837504,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 719.27859275,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 719.77881568,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 720.279106588,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 720.779334326,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 721.279561945,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 721.779748326,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 722.279906465,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 722.780149282,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 723.280321247,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 723.780521253,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 724.280724857,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 724.780935244,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 725.281138597,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 725.781325048,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 726.281523492,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 726.781728138,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 727.281896616,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 727.782159931,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 728.282350109,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 728.78255764,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 729.282790439,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 729.783061449,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 730.28325835,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 730.783461533,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 731.283745186,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 731.783949922,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 732.284139069,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 732.784324538,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 733.284508986,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 733.78470213,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 734.28501594,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 734.785218933,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 735.285428187,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 735.785634275,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 736.285857195,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 736.786068693,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 737.286333892,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 737.786532967,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 738.28677891,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 738.786959531,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 739.28742218,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 739.787631995,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 740.287842071,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 740.78805947,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 741.288256171,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 741.788448443,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 742.288631228,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 742.788846413,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 743.289086506,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 743.78928004,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 744.289463426,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 744.789672239,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 745.289864251,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 745.790072844,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 746.290272229,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 746.790451778,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 747.290658177,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 747.790897117,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 748.291168918,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 748.791393841,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 749.291620418,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 749.791853186,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 750.292136179,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 750.792363216,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 751.292582322,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 751.792799371,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 752.293016299,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 752.793238187,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 753.293455436,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 753.793682734,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 754.293906976,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 754.79413746,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 755.294375358,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 755.7946047,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 756.294812511,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 756.795082088,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 757.29531151,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 757.795537816,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 758.295753693,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 758.795989657,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 759.296217386,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 759.796440015,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 760.296666752,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 760.796903658,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 761.297169187,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 761.797386587,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 762.297620797,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 762.797846352,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 763.298082486,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 763.798304665,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 764.298523858,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 764.798745124,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 765.298975908,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 765.799193107,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 766.299403464,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 766.799628237,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 767.299856366,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 767.800093072,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 768.300311763,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 768.800528922,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 769.300747985,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 769.800934767,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 770.301158378,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 770.80136667,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 771.301582967,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 771.801807821,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 772.30208942,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 772.802316688,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 773.302537684,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 773.802765463,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 774.303004292,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 774.803229416,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 775.303443639,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 775.803669475,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 776.303901731,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 776.804139669,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 777.30435797,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 777.804578826,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 778.304806134,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 778.805047989,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 779.305270818,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 779.805491835,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 780.305699135,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 780.805901186,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 781.306129054,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 781.806354088,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 782.30657856,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 782.806802933,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 783.307009842,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 783.807233694,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 784.307453898,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 784.807676628,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 785.307893145,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 785.808099514,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 786.308332993,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 786.808561473,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 787.308784493,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 787.809023092,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 788.309249799,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 788.809477006,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 789.309701349,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 789.809918046,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 790.310134574,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 790.810360158,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 791.310588148,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 791.810813482,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 792.311100011,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 792.81131773,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 793.311544537,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 793.811766595,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 794.311996007,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 794.812225298,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 795.312417611,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 795.812645069,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 796.312869141,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 796.813101308,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 797.313327313,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 797.813540734,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 798.313754357,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 798.813980633,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 799.314196098,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 799.814414008,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 800.314630616,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 800.814846653,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 801.315113354,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 801.815334951,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 802.315550948,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 802.815761985,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 803.315978032,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 803.816197555,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 804.316410937,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 804.816627765,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 805.316846446,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 805.817122205,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 806.317334605,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 806.817558496,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 807.317783499,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 807.818067393,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 808.318298769,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 808.818520616,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 809.318739338,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 809.818966145,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 810.319188503,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 810.819458391,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 811.3196916,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 811.819919007,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 812.320151315,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 812.820370367,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 813.320591363,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 813.820803813,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 814.321074431,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 814.82129684,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 815.321524218,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 815.821755242,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 816.321986618,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 816.822218344,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 817.322440582,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 817.822666487,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 818.322890819,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 818.823109591,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 819.323328232,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 819.823547214,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 820.323769022,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 820.824035613,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 821.324256819,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 821.824564458,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 822.324786586,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 822.825064719,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 823.325295673,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 823.825517741,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 824.325734018,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 824.825957729,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 825.326190407,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 825.82641534,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 826.326643419,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 826.826867711,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 827.327111269,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 827.827327626,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 828.32754766,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 828.827758317,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 829.327965227,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 829.828183537,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 830.328407008,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 830.82863169,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 831.328858768,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 831.829095864,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 832.329323652,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 832.829539298,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 833.329759472,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 833.829989285,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 834.330209519,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 834.830434412,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 835.3306673,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 835.830902242,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 836.331228526,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 836.831481331,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 837.331701896,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 837.831926238,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 838.33213975,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 838.832337442,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 839.332569709,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 839.832792548,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 840.333031998,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 840.833248155,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 841.333470353,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 841.833699374,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 842.333918436,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 842.834130776,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 843.334341222,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 843.834566415,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 844.334792601,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 844.835025499,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 845.335233721,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 845.835457111,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 846.33568486,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 846.835912007,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 847.336127442,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 847.836343469,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 848.336559946,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 848.836776453,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 849.337019611,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 849.837248592,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 850.337473825,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 850.837700862,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 851.337921307,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 851.838121614,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 852.338317743,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 852.838527708,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 853.338746169,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 853.838986301,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 854.339237523,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 854.839459861,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 855.339684124,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 855.839912333,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 856.340133078,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 856.840357861,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 857.340578696,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 857.840795694,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 858.341020988,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 858.841242805,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 859.341465124,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 859.841698883,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 860.341925389,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 860.842150453,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 861.342372871,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 861.842596702,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 862.342816877,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 862.843085892,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 863.343316626,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 863.843539856,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 864.343768236,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 864.844006885,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 865.344232849,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 865.844451501,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 866.344668649,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 866.844895867,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 867.345114608,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 867.845341154,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 868.345575645,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 868.84580697,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 869.346098308,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 869.84632277,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 870.346522276,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 870.846754883,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 871.346990837,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 871.847212734,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 872.34743385,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 872.847665616,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 873.34790184,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 873.848175925,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 874.348403914,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 874.848642032,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 875.348870592,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 875.849137424,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 876.349354592,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 876.849563695,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 877.349775273,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 877.850009013,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 878.350232633,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 878.850449882,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 879.350667842,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 879.850895621,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 880.351128158,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 880.85136883,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 881.35158667,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 881.851805241,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 882.352043559,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 882.852254687,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 883.352485671,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 883.852707568,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 884.352934405,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 884.85315538,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 885.353377458,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 885.853594977,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 886.35381987,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 886.85403225,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 887.354258565,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 887.85447886,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 888.354692261,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 888.854926412,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 889.35514337,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 889.855366098,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 890.355591612,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 890.85581343,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 891.356087375,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 891.856303491,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 892.356524056,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 892.856750221,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 893.35698351,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 893.857207441,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 894.357423467,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 894.857638532,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 895.35785548,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 895.85809469,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 896.358316286,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 896.85854179,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 897.358776502,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 897.859016483,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 898.359243239,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 898.859468603,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 899.359696261,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 899.85992421,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 900.360149684,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 900.860372222,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 901.360591445,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 901.860814013,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 902.36106239,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 902.86129119,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 903.361511134,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 903.8617323,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 904.361956111,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 904.86217901,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 905.36240247,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 905.862622865,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 906.362849541,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 906.863090484,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 907.363309275,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 907.863527927,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 908.363746117,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 908.863960289,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 909.364176146,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 909.864383686,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 910.364595344,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 910.86479537,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 911.365013168,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 911.865220398,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 912.365425243,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 912.865635599,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 913.365850282,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 913.866071999,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 914.366277937,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 914.866484726,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 915.36668917,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 915.86690707,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 916.367124729,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 916.867339994,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 917.367546312,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 917.867757118,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 918.367971752,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 918.868172299,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 918.869140915,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 919.369229021,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 919.869417155,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 920.369611521,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 920.869817849,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 921.370030569,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 921.870233471,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 922.370438646,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 922.870648952,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 923.370845001,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 923.871108516,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 924.371313321,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 924.871521052,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 925.371724054,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 925.871935171,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 926.37214217,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 926.872340453,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 927.372543174,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 927.872750364,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 928.372974555,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 928.873180843,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 929.373388544,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 929.873597848,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 930.373807372,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 930.874034148,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 931.374238512,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 931.874446113,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 932.374650768,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 932.874855462,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 933.375074074,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 933.875271886,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 934.375475018,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 934.875678711,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 935.375890128,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 935.876097618,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 936.376306722,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 936.876511467,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 937.376716302,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 937.876923081,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 938.377129699,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 938.877341858,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 939.377542836,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 939.877748303,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 940.377955202,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 940.878161249,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 941.378359682,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 941.878556993,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 942.378773771,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 942.881900834,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 943.382124455,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 943.88235601,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 944.382596993,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 944.882816345,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 945.383056076,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 945.883267594,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 946.383479903,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 946.883716397,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 947.383921553,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 947.884129925,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 948.3843349,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 948.884542881,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 949.384750762,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 949.884959074,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 950.385167335,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 950.885370407,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 951.385581384,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 951.885793142,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 952.386050586,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 952.886266502,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 953.3864731,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 953.886686181,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 954.386894442,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 954.887102183,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 955.387280208,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 955.887458584,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 956.387638181,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 956.887832667,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 957.388065234,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 957.888274087,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 958.388455117,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 958.888637931,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 959.388883503,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 959.889086895,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 960.389297631,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 960.889499531,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 961.389663469,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 961.889859278,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 962.390078229,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 962.890294225,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 963.390484794,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 963.89066337,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 964.390870179,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 964.89111032,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 965.391295087,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 965.891467492,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 966.391674731,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 966.891857615,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 967.392055638,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 967.892258279,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 968.392440922,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 968.892636821,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 969.392821237,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 969.893034899,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 970.393233983,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 970.893421796,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 971.393617474,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 971.893826006,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 972.394092647,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 972.894302011,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 973.394484404,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 973.894686895,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 974.394911767,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 974.895142661,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 975.395307401,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 975.895497579,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 976.39570552,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 976.895887161,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 977.396071769,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 977.896295529,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 978.396500805,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 978.896686544,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 979.396900296,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 979.897105742,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 980.397310457,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 980.897554446,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 981.397795228,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 981.897983382,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 982.398182106,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 982.898382983,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 983.398582769,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 983.898794256,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 984.399017666,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 984.899225878,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 985.399436273,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 985.899669792,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 986.399871471,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 986.900086335,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 987.400289206,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 987.900496306,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 988.400704958,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 988.900954136,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 989.401139414,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 989.901341294,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 990.401526913,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 990.901735595,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 991.401942154,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 991.902149674,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 992.402366371,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 992.902593929,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 993.402774178,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 993.902955779,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 994.403164602,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 994.903369036,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 995.403556459,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 995.903759761,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 996.403949768,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 996.904177035,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 997.405025707,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 997.905266269,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 998.40549545,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 998.90572462,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 999.405925959,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 999.906157313,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1000.406441547,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1000.906683061,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1001.406864723,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1001.907079196,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1002.407264184,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1002.907486191,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1003.407691286,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1003.907907162,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1004.408084656,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1004.908265526,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1005.408439704,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1005.908625844,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1006.408802155,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1006.908983486,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1007.409167242,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1007.909368259,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1008.409577503,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1008.909784702,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1009.409997442,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1009.910192759,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1010.41037397,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1010.910588653,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1011.410796203,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1011.911018261,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1012.411225129,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1012.911438831,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1013.411643927,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1013.911846858,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1014.412088732,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1014.912298066,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1015.412508011,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1015.912718276,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1016.412927539,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1016.913132494,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1017.413340926,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1017.913555419,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1018.413764853,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1018.913987251,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1019.414191985,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1019.914403503,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1020.414613217,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1020.914819815,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1021.415031703,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1021.915238522,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1022.41544474,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1022.915654734,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1023.415863136,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1023.916128484,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1024.416332708,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1024.916539477,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1025.416739693,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1025.916909733,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1026.417113055,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1026.917314704,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1027.417526171,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1027.917739242,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1028.417947123,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1028.918155955,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1029.418362363,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1029.91857382,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1030.418776331,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1030.918986115,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1031.419168398,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1031.919375797,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1032.419588638,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1032.919795456,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1033.420012194,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1033.920211308,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1034.420411814,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1034.920599628,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1035.420798572,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1035.920976466,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1036.421177784,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1036.921366589,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1037.421539394,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1037.921746554,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1038.421954885,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1038.922171592,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 1
|
|
},
|
|
{
|
|
"t": 1039.244419078,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1039.244533913,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1039.744628181,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1040.244864405,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1040.745080881,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1041.245292138,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1041.745500801,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1042.245716997,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1042.745940397,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1043.246156783,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1043.746356378,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1044.246547167,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1044.746741933,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1045.247895556,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1045.748105791,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1046.248334671,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1046.748572037,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1047.248808481,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1047.749032662,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1048.25190069,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1048.752110264,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1049.252286315,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1049.752475741,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1050.25267225,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1050.752857769,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1051.253166358,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1051.75338002,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1052.253570728,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1052.75376862,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1053.253990006,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1053.754197967,
|
|
"active": 1,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
},
|
|
{
|
|
"t": 1054.096077756,
|
|
"active": 0,
|
|
"waiting": 0,
|
|
"inactive": 0
|
|
}
|
|
];
|
|
const CPU_USAGE = [
|
|
[
|
|
0.436285919,
|
|
64.16184971098266
|
|
],
|
|
[
|
|
0.539413684,
|
|
98.15950920245399
|
|
],
|
|
[
|
|
0.639967103,
|
|
98.76543209876543
|
|
],
|
|
[
|
|
0.748579901,
|
|
98.83720930232558
|
|
],
|
|
[
|
|
0.879672479,
|
|
99.52380952380952
|
|
],
|
|
[
|
|
0.990597512,
|
|
100.0
|
|
],
|
|
[
|
|
1.103332657,
|
|
100.0
|
|
],
|
|
[
|
|
1.209226878,
|
|
99.41176470588235
|
|
],
|
|
[
|
|
1.343830088,
|
|
99.53488372093024
|
|
],
|
|
[
|
|
1.444766765,
|
|
99.38271604938272
|
|
],
|
|
[
|
|
1.579953849,
|
|
98.61111111111111
|
|
],
|
|
[
|
|
1.7177642309999999,
|
|
99.54337899543378
|
|
],
|
|
[
|
|
1.818281252,
|
|
98.76543209876543
|
|
],
|
|
[
|
|
1.922862131,
|
|
99.4047619047619
|
|
],
|
|
[
|
|
2.048162842,
|
|
98.49246231155779
|
|
],
|
|
[
|
|
2.158383724,
|
|
99.43181818181819
|
|
],
|
|
[
|
|
2.2604876,
|
|
99.39024390243902
|
|
],
|
|
[
|
|
2.372029558,
|
|
99.44134078212291
|
|
],
|
|
[
|
|
2.477282978,
|
|
99.40119760479043
|
|
],
|
|
[
|
|
2.602934797,
|
|
99.5049504950495
|
|
],
|
|
[
|
|
2.737548066,
|
|
100.0
|
|
],
|
|
[
|
|
2.941291557,
|
|
99.38837920489297
|
|
],
|
|
[
|
|
3.049678661,
|
|
99.4186046511628
|
|
],
|
|
[
|
|
3.178291932,
|
|
99.03381642512078
|
|
],
|
|
[
|
|
3.2935434040000002,
|
|
99.4535519125683
|
|
],
|
|
[
|
|
3.396790062,
|
|
99.39393939393939
|
|
],
|
|
[
|
|
3.522449967,
|
|
99.5049504950495
|
|
],
|
|
[
|
|
3.631589121,
|
|
98.85714285714286
|
|
],
|
|
[
|
|
3.738128261,
|
|
100.0
|
|
],
|
|
[
|
|
3.844542928,
|
|
100.0
|
|
],
|
|
[
|
|
3.9715836700000002,
|
|
99.00990099009901
|
|
],
|
|
[
|
|
4.113428816,
|
|
99.12280701754386
|
|
],
|
|
[
|
|
4.315542041,
|
|
100.0
|
|
],
|
|
[
|
|
4.442226646,
|
|
99.50738916256158
|
|
],
|
|
[
|
|
4.559397947,
|
|
99.46808510638297
|
|
],
|
|
[
|
|
4.663366549,
|
|
100.0
|
|
],
|
|
[
|
|
4.778005072,
|
|
98.91304347826087
|
|
],
|
|
[
|
|
4.919423217,
|
|
99.55555555555556
|
|
],
|
|
[
|
|
5.090531089,
|
|
99.63503649635037
|
|
],
|
|
[
|
|
5.242329904,
|
|
98.7603305785124
|
|
],
|
|
[
|
|
5.379962753,
|
|
99.09502262443439
|
|
],
|
|
[
|
|
5.494655397,
|
|
99.45054945054945
|
|
],
|
|
[
|
|
5.618150503,
|
|
99.4949494949495
|
|
],
|
|
[
|
|
5.727361081,
|
|
99.42528735632185
|
|
],
|
|
[
|
|
5.857798903,
|
|
99.52153110047847
|
|
],
|
|
[
|
|
6.02207652,
|
|
99.23954372623574
|
|
],
|
|
[
|
|
6.148023482,
|
|
97.01492537313433
|
|
],
|
|
[
|
|
6.280822099,
|
|
98.11320754716981
|
|
],
|
|
[
|
|
6.381066058,
|
|
97.51552795031056
|
|
],
|
|
[
|
|
6.50551382,
|
|
98.49246231155779
|
|
],
|
|
[
|
|
6.726477873,
|
|
98.01699716713881
|
|
],
|
|
[
|
|
6.864270041,
|
|
95.9090909090909
|
|
],
|
|
[
|
|
7.002808928,
|
|
91.8552036199095
|
|
],
|
|
[
|
|
7.121137399,
|
|
98.41269841269842
|
|
],
|
|
[
|
|
7.295610219,
|
|
99.6415770609319
|
|
],
|
|
[
|
|
7.60414863,
|
|
99.18864097363083
|
|
],
|
|
[
|
|
7.7080256,
|
|
98.79518072289157
|
|
],
|
|
[
|
|
7.947399474,
|
|
97.12793733681463
|
|
],
|
|
[
|
|
8.070530027,
|
|
99.48979591836735
|
|
],
|
|
[
|
|
8.322675313,
|
|
97.52475247524752
|
|
],
|
|
[
|
|
8.77943389,
|
|
93.16005471956224
|
|
],
|
|
[
|
|
9.096161764,
|
|
99.0138067061144
|
|
],
|
|
[
|
|
9.283085835,
|
|
100.0
|
|
],
|
|
[
|
|
9.516845435,
|
|
99.19571045576407
|
|
],
|
|
[
|
|
9.701735583,
|
|
99.66216216216216
|
|
],
|
|
[
|
|
9.862405838,
|
|
99.61089494163424
|
|
],
|
|
[
|
|
10.026209147,
|
|
98.47328244274809
|
|
],
|
|
[
|
|
10.229396746,
|
|
98.76923076923077
|
|
],
|
|
[
|
|
10.678505022,
|
|
96.65271966527197
|
|
],
|
|
[
|
|
10.790656223,
|
|
97.76536312849161
|
|
],
|
|
[
|
|
10.908634276,
|
|
98.41269841269842
|
|
],
|
|
[
|
|
11.020331686,
|
|
100.0
|
|
],
|
|
[
|
|
11.121149,
|
|
100.0
|
|
],
|
|
[
|
|
11.23496935,
|
|
98.9010989010989
|
|
],
|
|
[
|
|
11.387871593,
|
|
99.18367346938776
|
|
],
|
|
[
|
|
11.768916186,
|
|
96.54605263157895
|
|
],
|
|
[
|
|
11.918193523,
|
|
97.47899159663865
|
|
],
|
|
[
|
|
12.069926444,
|
|
98.77049180327869
|
|
],
|
|
[
|
|
12.178094508,
|
|
98.25581395348837
|
|
],
|
|
[
|
|
12.333292054,
|
|
98.78542510121457
|
|
],
|
|
[
|
|
12.491312803,
|
|
99.2094861660079
|
|
],
|
|
[
|
|
12.677590953,
|
|
99.32885906040268
|
|
],
|
|
[
|
|
12.811073832,
|
|
99.06103286384976
|
|
],
|
|
[
|
|
12.980793762,
|
|
99.63235294117646
|
|
],
|
|
[
|
|
13.081782037,
|
|
100.0
|
|
],
|
|
[
|
|
13.219037167,
|
|
100.0
|
|
],
|
|
[
|
|
13.330479669,
|
|
99.43820224719101
|
|
],
|
|
[
|
|
13.484595608,
|
|
99.59514170040485
|
|
],
|
|
[
|
|
13.587096227,
|
|
99.39024390243902
|
|
],
|
|
[
|
|
13.800152195999999,
|
|
99.12023460410558
|
|
],
|
|
[
|
|
13.935048034,
|
|
99.53488372093024
|
|
],
|
|
[
|
|
14.05786557,
|
|
98.98989898989899
|
|
],
|
|
[
|
|
14.197112634,
|
|
99.54954954954955
|
|
],
|
|
[
|
|
14.331001375,
|
|
99.53271028037383
|
|
],
|
|
[
|
|
14.520157049,
|
|
99.66887417218543
|
|
],
|
|
[
|
|
14.624570494,
|
|
100.0
|
|
],
|
|
[
|
|
14.729960029,
|
|
99.41176470588235
|
|
],
|
|
[
|
|
14.852106597,
|
|
98.46153846153847
|
|
],
|
|
[
|
|
15.077833158,
|
|
99.44289693593315
|
|
],
|
|
[
|
|
15.342377848,
|
|
98.11320754716981
|
|
],
|
|
[
|
|
15.522304071,
|
|
98.26388888888889
|
|
],
|
|
[
|
|
15.663890451,
|
|
98.24561403508773
|
|
],
|
|
[
|
|
15.898753389,
|
|
97.04301075268818
|
|
],
|
|
[
|
|
16.012068442,
|
|
98.36065573770492
|
|
],
|
|
[
|
|
16.228257584,
|
|
99.13544668587896
|
|
],
|
|
[
|
|
16.593330766,
|
|
97.07401032702238
|
|
],
|
|
[
|
|
16.706045773,
|
|
98.35164835164835
|
|
],
|
|
[
|
|
16.888248223,
|
|
99.3103448275862
|
|
],
|
|
[
|
|
17.172620763,
|
|
97.58241758241758
|
|
],
|
|
[
|
|
17.448582646,
|
|
97.50566893424036
|
|
],
|
|
[
|
|
17.620165017,
|
|
99.27272727272727
|
|
],
|
|
[
|
|
17.722698788,
|
|
99.39024390243902
|
|
],
|
|
[
|
|
17.842673435000002,
|
|
99.47643979057591
|
|
],
|
|
[
|
|
18.054702208,
|
|
99.41176470588235
|
|
],
|
|
[
|
|
18.255926115,
|
|
96.59442724458205
|
|
],
|
|
[
|
|
18.356367414,
|
|
98.75
|
|
],
|
|
[
|
|
18.514928997,
|
|
99.21259842519684
|
|
],
|
|
[
|
|
18.681552892,
|
|
99.62264150943396
|
|
],
|
|
[
|
|
18.819452151,
|
|
99.5475113122172
|
|
],
|
|
[
|
|
18.944143429,
|
|
99.0
|
|
],
|
|
[
|
|
19.129732067,
|
|
98.30508474576271
|
|
],
|
|
[
|
|
19.232040366,
|
|
99.39393939393939
|
|
],
|
|
[
|
|
19.468959909,
|
|
99.2084432717678
|
|
],
|
|
[
|
|
19.577527412,
|
|
100.0
|
|
],
|
|
[
|
|
19.865249601,
|
|
98.48484848484848
|
|
],
|
|
[
|
|
20.010351321,
|
|
95.67099567099567
|
|
],
|
|
[
|
|
20.306380151,
|
|
99.57716701902748
|
|
],
|
|
[
|
|
20.429395207,
|
|
99.49238578680203
|
|
],
|
|
[
|
|
20.611661597,
|
|
99.65753424657534
|
|
],
|
|
[
|
|
20.741438048,
|
|
99.02912621359224
|
|
],
|
|
[
|
|
20.848370726,
|
|
97.07602339181287
|
|
],
|
|
[
|
|
20.95137522,
|
|
99.39759036144578
|
|
],
|
|
[
|
|
21.073306084,
|
|
100.0
|
|
],
|
|
[
|
|
21.24530726,
|
|
99.27272727272727
|
|
],
|
|
[
|
|
21.417972722000002,
|
|
98.55072463768116
|
|
],
|
|
[
|
|
21.616422679,
|
|
97.47634069400631
|
|
],
|
|
[
|
|
21.786005803,
|
|
97.41697416974169
|
|
],
|
|
[
|
|
21.914889711,
|
|
98.55072463768116
|
|
],
|
|
[
|
|
22.272327329,
|
|
97.72329246935202
|
|
],
|
|
[
|
|
22.394075861,
|
|
97.93814432989691
|
|
],
|
|
[
|
|
22.496364683,
|
|
98.78048780487805
|
|
],
|
|
[
|
|
22.761647647,
|
|
98.58490566037736
|
|
],
|
|
[
|
|
22.942565098,
|
|
96.875
|
|
],
|
|
[
|
|
23.047417827,
|
|
99.4047619047619
|
|
],
|
|
[
|
|
23.187971311,
|
|
100.0
|
|
],
|
|
[
|
|
23.30651261,
|
|
99.47089947089947
|
|
],
|
|
[
|
|
23.545822244,
|
|
98.43342036553526
|
|
],
|
|
[
|
|
23.993872046,
|
|
98.74476987447699
|
|
],
|
|
[
|
|
24.360988038,
|
|
98.80952380952381
|
|
],
|
|
[
|
|
24.568639234,
|
|
98.18731117824774
|
|
],
|
|
[
|
|
24.726791319,
|
|
99.2094861660079
|
|
],
|
|
[
|
|
25.176753586,
|
|
98.88734353268428
|
|
],
|
|
[
|
|
25.385789458,
|
|
98.20359281437126
|
|
],
|
|
[
|
|
25.521858585,
|
|
99.54337899543378
|
|
],
|
|
[
|
|
25.627596593,
|
|
99.4047619047619
|
|
],
|
|
[
|
|
25.727637712,
|
|
100.0
|
|
],
|
|
[
|
|
25.969256485,
|
|
99.2248062015504
|
|
],
|
|
[
|
|
26.081790683,
|
|
98.88268156424581
|
|
],
|
|
[
|
|
26.237619342,
|
|
100.0
|
|
],
|
|
[
|
|
26.338100877,
|
|
100.0
|
|
],
|
|
[
|
|
26.691621863,
|
|
99.64476021314387
|
|
],
|
|
[
|
|
26.81762451,
|
|
99.5049504950495
|
|
],
|
|
[
|
|
26.944482309,
|
|
100.0
|
|
],
|
|
[
|
|
27.128702091,
|
|
99.32203389830508
|
|
],
|
|
[
|
|
27.24275141,
|
|
100.0
|
|
],
|
|
[
|
|
27.403032565,
|
|
100.0
|
|
],
|
|
[
|
|
27.552207742,
|
|
99.5798319327731
|
|
],
|
|
[
|
|
27.782219646,
|
|
99.45652173913044
|
|
],
|
|
[
|
|
27.919753369,
|
|
99.0909090909091
|
|
],
|
|
[
|
|
28.507919615,
|
|
98.72476089266738
|
|
],
|
|
[
|
|
28.718275762,
|
|
99.4047619047619
|
|
],
|
|
[
|
|
28.842343472,
|
|
99.4949494949495
|
|
],
|
|
[
|
|
29.069727189,
|
|
99.17127071823204
|
|
],
|
|
[
|
|
29.351267399,
|
|
96.6740576496674
|
|
],
|
|
[
|
|
29.589969594,
|
|
97.38903394255874
|
|
],
|
|
[
|
|
29.9123267,
|
|
96.69260700389106
|
|
],
|
|
[
|
|
30.05936492,
|
|
97.87234042553192
|
|
],
|
|
[
|
|
30.209758551,
|
|
99.16666666666667
|
|
],
|
|
[
|
|
30.309911509,
|
|
97.51552795031056
|
|
],
|
|
[
|
|
30.412457694,
|
|
98.78048780487805
|
|
],
|
|
[
|
|
30.5134312,
|
|
99.38650306748467
|
|
],
|
|
[
|
|
30.761521064,
|
|
100.0
|
|
],
|
|
[
|
|
31.065482866,
|
|
98.14814814814815
|
|
],
|
|
[
|
|
31.209464486,
|
|
99.56521739130434
|
|
],
|
|
[
|
|
31.515179134,
|
|
98.15950920245399
|
|
],
|
|
[
|
|
31.642583578,
|
|
99.50738916256158
|
|
],
|
|
[
|
|
31.891639793,
|
|
98.49246231155779
|
|
],
|
|
[
|
|
32.414846525,
|
|
98.9247311827957
|
|
],
|
|
[
|
|
32.870167377,
|
|
98.07692307692308
|
|
],
|
|
[
|
|
32.998224856,
|
|
99.02439024390245
|
|
],
|
|
[
|
|
33.142323886,
|
|
96.08695652173913
|
|
],
|
|
[
|
|
33.646438839,
|
|
96.53035935563817
|
|
],
|
|
[
|
|
34.095942446,
|
|
99.02642559109874
|
|
],
|
|
[
|
|
34.197815508,
|
|
96.91358024691358
|
|
],
|
|
[
|
|
34.43027455,
|
|
99.19354838709677
|
|
],
|
|
[
|
|
34.805250887,
|
|
99.00166389351081
|
|
],
|
|
[
|
|
34.909533487,
|
|
99.39393939393939
|
|
],
|
|
[
|
|
35.364054159,
|
|
98.21673525377228
|
|
],
|
|
[
|
|
35.58329465,
|
|
98.85714285714286
|
|
],
|
|
[
|
|
36.014528058,
|
|
98.69186046511628
|
|
],
|
|
[
|
|
36.119082898,
|
|
97.61904761904762
|
|
],
|
|
[
|
|
36.37570725,
|
|
96.09756097560975
|
|
],
|
|
[
|
|
36.61485483,
|
|
99.21465968586388
|
|
],
|
|
[
|
|
36.755898784,
|
|
98.6842105263158
|
|
],
|
|
[
|
|
36.930818481,
|
|
97.4820143884892
|
|
],
|
|
[
|
|
37.099115333,
|
|
99.25925925925925
|
|
],
|
|
[
|
|
37.317340671,
|
|
99.42528735632185
|
|
],
|
|
[
|
|
37.491320687,
|
|
99.6415770609319
|
|
],
|
|
[
|
|
37.618347504,
|
|
99.0049751243781
|
|
],
|
|
[
|
|
37.751986936,
|
|
99.53703703703704
|
|
],
|
|
[
|
|
37.979933198,
|
|
98.35164835164835
|
|
],
|
|
[
|
|
38.203863492,
|
|
98.32402234636872
|
|
],
|
|
[
|
|
38.341146795,
|
|
100.0
|
|
],
|
|
[
|
|
38.445684283,
|
|
98.20359281437126
|
|
],
|
|
[
|
|
38.951835903,
|
|
99.75247524752476
|
|
],
|
|
[
|
|
39.369094573,
|
|
98.95522388059702
|
|
],
|
|
[
|
|
39.517791913,
|
|
100.0
|
|
],
|
|
[
|
|
39.668019352,
|
|
98.34710743801652
|
|
],
|
|
[
|
|
39.983008196,
|
|
99.8015873015873
|
|
],
|
|
[
|
|
40.485025175,
|
|
98.50374064837905
|
|
],
|
|
[
|
|
40.883831744,
|
|
95.91836734693878
|
|
],
|
|
[
|
|
41.384106788,
|
|
98.875
|
|
],
|
|
[
|
|
41.626650855,
|
|
96.90721649484536
|
|
],
|
|
[
|
|
41.943688168,
|
|
96.44970414201184
|
|
],
|
|
[
|
|
42.468742363,
|
|
99.4047619047619
|
|
],
|
|
[
|
|
43.009628517,
|
|
98.37962962962963
|
|
],
|
|
[
|
|
43.509909452,
|
|
97.63387297633874
|
|
],
|
|
[
|
|
43.863921589,
|
|
95.929203539823
|
|
],
|
|
[
|
|
44.020029121,
|
|
99.59839357429719
|
|
],
|
|
[
|
|
44.520429029,
|
|
98.6232790988736
|
|
],
|
|
[
|
|
44.756010013,
|
|
98.93899204244032
|
|
],
|
|
[
|
|
45.351973445,
|
|
97.79643231899266
|
|
],
|
|
[
|
|
45.557597351,
|
|
99.6951219512195
|
|
],
|
|
[
|
|
46.141441705,
|
|
99.67880085653105
|
|
],
|
|
[
|
|
46.519756149,
|
|
98.01652892561984
|
|
],
|
|
[
|
|
47.019985918,
|
|
99.25093632958801
|
|
],
|
|
[
|
|
47.520386868,
|
|
98.99874843554443
|
|
],
|
|
[
|
|
47.789786549,
|
|
94.88372093023256
|
|
],
|
|
[
|
|
48.291902884,
|
|
97.88819875776397
|
|
],
|
|
[
|
|
48.792171275,
|
|
98.74843554443054
|
|
],
|
|
[
|
|
49.156046411,
|
|
96.55172413793103
|
|
],
|
|
[
|
|
49.369562422,
|
|
97.94721407624634
|
|
],
|
|
[
|
|
49.69073668,
|
|
98.44357976653697
|
|
],
|
|
[
|
|
50.191101643,
|
|
99.00124843945069
|
|
],
|
|
[
|
|
50.662276304,
|
|
100.0
|
|
],
|
|
[
|
|
51.162509399,
|
|
97.62202753441802
|
|
],
|
|
[
|
|
51.505316521,
|
|
99.81785063752277
|
|
],
|
|
[
|
|
51.671948271,
|
|
100.0
|
|
],
|
|
[
|
|
51.910747047,
|
|
99.47368421052632
|
|
],
|
|
[
|
|
52.022749018,
|
|
96.66666666666667
|
|
],
|
|
[
|
|
52.217839357,
|
|
86.81672025723472
|
|
],
|
|
[
|
|
52.351267133,
|
|
38.3177570093458
|
|
],
|
|
[
|
|
52.85151185,
|
|
13.466334164588531
|
|
],
|
|
[
|
|
53.351687617,
|
|
16.375
|
|
],
|
|
[
|
|
53.484493377,
|
|
51.886792452830186
|
|
],
|
|
[
|
|
53.612736684,
|
|
33.170731707317074
|
|
],
|
|
[
|
|
54.187062023,
|
|
18.51851851851852
|
|
],
|
|
[
|
|
54.687345392,
|
|
12.875
|
|
],
|
|
[
|
|
54.993051764,
|
|
13.087934560327199
|
|
],
|
|
[
|
|
55.493464466,
|
|
52.375
|
|
],
|
|
[
|
|
55.994904854,
|
|
65.66791510611736
|
|
],
|
|
[
|
|
56.495134783,
|
|
77.97246558197747
|
|
],
|
|
[
|
|
56.995345275,
|
|
21.151439299123908
|
|
],
|
|
[
|
|
57.124579831,
|
|
24.019607843137265
|
|
],
|
|
[
|
|
57.250328301,
|
|
64.0
|
|
],
|
|
[
|
|
57.441223185,
|
|
89.25081433224756
|
|
],
|
|
[
|
|
57.941481417,
|
|
97.24655819774718
|
|
],
|
|
[
|
|
58.101018387,
|
|
77.95275590551181
|
|
],
|
|
[
|
|
58.628940799,
|
|
79.95255041518386
|
|
],
|
|
[
|
|
58.811023194,
|
|
100.0
|
|
],
|
|
[
|
|
59.311295833,
|
|
68.46057571964957
|
|
],
|
|
[
|
|
59.862249339,
|
|
11.85860889395667
|
|
],
|
|
[
|
|
60.362450895,
|
|
6.875
|
|
],
|
|
[
|
|
60.828154199,
|
|
10.604026845637577
|
|
],
|
|
[
|
|
61.32848106,
|
|
15.691158156911584
|
|
],
|
|
[
|
|
61.828696752,
|
|
18.82793017456359
|
|
],
|
|
[
|
|
62.328906773,
|
|
35.491905354919055
|
|
],
|
|
[
|
|
62.829120963,
|
|
50.50125313283208
|
|
],
|
|
[
|
|
63.059515143,
|
|
54.891304347826086
|
|
],
|
|
[
|
|
63.56291786,
|
|
90.44665012406948
|
|
],
|
|
[
|
|
64.001358347,
|
|
99.42857142857143
|
|
],
|
|
[
|
|
64.319689476,
|
|
100.0
|
|
],
|
|
[
|
|
64.752994806,
|
|
96.3924963924964
|
|
],
|
|
[
|
|
64.88609623,
|
|
100.0
|
|
],
|
|
[
|
|
65.386351086,
|
|
99.5
|
|
],
|
|
[
|
|
65.693287934,
|
|
99.59266802443992
|
|
],
|
|
[
|
|
65.802368218,
|
|
100.0
|
|
],
|
|
[
|
|
66.157058095,
|
|
97.53521126760563
|
|
],
|
|
[
|
|
66.400266868,
|
|
98.97172236503856
|
|
],
|
|
[
|
|
66.710534951,
|
|
95.95141700404858
|
|
],
|
|
[
|
|
67.105674857,
|
|
64.87341772151899
|
|
],
|
|
[
|
|
67.605859351,
|
|
36.82896379525593
|
|
],
|
|
[
|
|
68.106104448,
|
|
24.3107769423559
|
|
],
|
|
[
|
|
68.60631508,
|
|
18.430884184308837
|
|
],
|
|
[
|
|
69.10651908,
|
|
12.7659574468085
|
|
],
|
|
[
|
|
69.606719143,
|
|
13.325031133250306
|
|
],
|
|
[
|
|
70.106934104,
|
|
12.858926342072408
|
|
],
|
|
[
|
|
70.607154114,
|
|
13.432835820895534
|
|
],
|
|
[
|
|
71.10776692,
|
|
23.44139650872819
|
|
],
|
|
[
|
|
71.608005685,
|
|
99.75062344139651
|
|
],
|
|
[
|
|
72.108242838,
|
|
100.0
|
|
],
|
|
[
|
|
72.609905111,
|
|
100.0
|
|
],
|
|
[
|
|
73.110133677,
|
|
100.0
|
|
],
|
|
[
|
|
73.610369888,
|
|
96.5
|
|
],
|
|
[
|
|
74.110611959,
|
|
92.875
|
|
],
|
|
[
|
|
74.610838431,
|
|
82.875
|
|
],
|
|
[
|
|
75.11108451,
|
|
49.625
|
|
],
|
|
[
|
|
75.611295453,
|
|
29.912390488110134
|
|
],
|
|
[
|
|
76.111498742,
|
|
15.605493133583025
|
|
],
|
|
[
|
|
76.611703423,
|
|
12.75
|
|
],
|
|
[
|
|
77.111908044,
|
|
14.25
|
|
],
|
|
[
|
|
77.612098108,
|
|
13.25
|
|
],
|
|
[
|
|
78.112303431,
|
|
12.75
|
|
],
|
|
[
|
|
78.61251761,
|
|
14.96855345911949
|
|
],
|
|
[
|
|
79.112714266,
|
|
12.64080100125156
|
|
],
|
|
[
|
|
79.612919147,
|
|
13.21695760598503
|
|
],
|
|
[
|
|
80.113134429,
|
|
13.20049813200498
|
|
],
|
|
[
|
|
80.613348938,
|
|
12.858926342072408
|
|
],
|
|
[
|
|
81.113566804,
|
|
12.64080100125156
|
|
],
|
|
[
|
|
81.613775373,
|
|
13.325031133250306
|
|
],
|
|
[
|
|
82.113972189,
|
|
14.017521902377979
|
|
],
|
|
[
|
|
82.614183523,
|
|
13.87856257744734
|
|
],
|
|
[
|
|
83.114395778,
|
|
12.75
|
|
],
|
|
[
|
|
83.614606721,
|
|
13.449564134495645
|
|
],
|
|
[
|
|
84.11481544,
|
|
16.5
|
|
],
|
|
[
|
|
84.615041341,
|
|
13.016270337922393
|
|
],
|
|
[
|
|
85.115257173,
|
|
12.75
|
|
],
|
|
[
|
|
85.500229618,
|
|
13.63636363636364
|
|
],
|
|
[
|
|
86.000462122,
|
|
9.136420525657073
|
|
],
|
|
[
|
|
86.500680809,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
87.000934833,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
87.50114299,
|
|
7.884856070087608
|
|
],
|
|
[
|
|
88.001366727,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
88.501589653,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
89.001797199,
|
|
7.904642409033883
|
|
],
|
|
[
|
|
89.502003543,
|
|
6.875
|
|
],
|
|
[
|
|
90.002209026,
|
|
6.75
|
|
],
|
|
[
|
|
90.502406203,
|
|
6.265664160401002
|
|
],
|
|
[
|
|
91.002612377,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
91.502802971,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
92.003052887,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
92.503241989,
|
|
6.5
|
|
],
|
|
[
|
|
93.003432934,
|
|
6.375
|
|
],
|
|
[
|
|
93.503700223,
|
|
6.5
|
|
],
|
|
[
|
|
94.003904323,
|
|
7.116104868913851
|
|
],
|
|
[
|
|
94.50409618,
|
|
6.625
|
|
],
|
|
[
|
|
95.004286654,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
95.504476537,
|
|
6.625
|
|
],
|
|
[
|
|
96.004665008,
|
|
6.375
|
|
],
|
|
[
|
|
96.504851685,
|
|
6.5
|
|
],
|
|
[
|
|
97.00505864,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
97.505247602,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
98.005439209,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
98.505634604,
|
|
12.296110414052691
|
|
],
|
|
[
|
|
99.005800582,
|
|
9.937106918238996
|
|
],
|
|
[
|
|
99.505986217,
|
|
11.586901763224176
|
|
],
|
|
[
|
|
100.006173746,
|
|
8.646616541353382
|
|
],
|
|
[
|
|
100.506357528,
|
|
10.79046424090339
|
|
],
|
|
[
|
|
101.006538955,
|
|
29.020100502512562
|
|
],
|
|
[
|
|
101.506728678,
|
|
20.7286432160804
|
|
],
|
|
[
|
|
102.006983373,
|
|
12.97229219143577
|
|
],
|
|
[
|
|
102.507183295,
|
|
13.459119496855337
|
|
],
|
|
[
|
|
103.007377445,
|
|
6.9008782936009965
|
|
],
|
|
[
|
|
103.507587166,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
104.007801284,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
104.508062291,
|
|
6.625
|
|
],
|
|
[
|
|
105.008234371,
|
|
6.5
|
|
],
|
|
[
|
|
105.508449253,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
106.008661979,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
106.508893821,
|
|
6.5
|
|
],
|
|
[
|
|
107.009151501,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
107.509350121,
|
|
7.098381070983805
|
|
],
|
|
[
|
|
108.009561634,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
108.509774841,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
109.009995682,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
109.510195804,
|
|
10.150375939849624
|
|
],
|
|
[
|
|
110.010411165,
|
|
6.375
|
|
],
|
|
[
|
|
110.51062877,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
111.01084893,
|
|
6.375
|
|
],
|
|
[
|
|
111.511073809,
|
|
6.625
|
|
],
|
|
[
|
|
112.011291273,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
112.51148869,
|
|
9.511889862327905
|
|
],
|
|
[
|
|
113.0117035,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
113.511909614,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
114.012124323,
|
|
6.375
|
|
],
|
|
[
|
|
114.512323463,
|
|
6.857855361596009
|
|
],
|
|
[
|
|
115.012535698,
|
|
6.375
|
|
],
|
|
[
|
|
115.512742333,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
116.012956792,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
116.513155461,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
117.013360813,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
117.513554433,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
118.013742623,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
118.513912217,
|
|
6.875
|
|
],
|
|
[
|
|
119.014119743,
|
|
6.25
|
|
],
|
|
[
|
|
119.514318483,
|
|
7.490636704119851
|
|
],
|
|
[
|
|
120.014583847,
|
|
8.603491271820445
|
|
],
|
|
[
|
|
120.514771065,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
121.014981817,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
121.51519287,
|
|
6.625
|
|
],
|
|
[
|
|
122.0154078,
|
|
6.25
|
|
],
|
|
[
|
|
122.515619864,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
123.015836447,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
123.516100529,
|
|
11.5
|
|
],
|
|
[
|
|
124.016304047,
|
|
10.36204744069913
|
|
],
|
|
[
|
|
124.516522424,
|
|
7.384230287859822
|
|
],
|
|
[
|
|
125.016740129,
|
|
9.875
|
|
],
|
|
[
|
|
125.516960138,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
126.017177502,
|
|
7.0
|
|
],
|
|
[
|
|
126.517381642,
|
|
6.625
|
|
],
|
|
[
|
|
127.017598766,
|
|
6.375
|
|
],
|
|
[
|
|
127.51781073,
|
|
6.875
|
|
],
|
|
[
|
|
128.018032612,
|
|
6.36704119850188
|
|
],
|
|
[
|
|
128.518237363,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
129.01845626,
|
|
6.375
|
|
],
|
|
[
|
|
129.518684335,
|
|
6.5
|
|
],
|
|
[
|
|
130.0189078,
|
|
10.486891385767791
|
|
],
|
|
[
|
|
130.519124503,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
131.019329725,
|
|
6.375
|
|
],
|
|
[
|
|
131.5195316,
|
|
6.75
|
|
],
|
|
[
|
|
132.019748473,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
132.519958864,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
133.020173534,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
133.520385087,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
134.020600147,
|
|
6.375
|
|
],
|
|
[
|
|
134.520820547,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
135.021095579,
|
|
6.375
|
|
],
|
|
[
|
|
135.521308064,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
136.021520559,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
136.521722124,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
137.021919511,
|
|
6.5
|
|
],
|
|
[
|
|
137.522128559,
|
|
6.5
|
|
],
|
|
[
|
|
138.022342677,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
138.522567275,
|
|
6.625
|
|
],
|
|
[
|
|
139.022791442,
|
|
6.375
|
|
],
|
|
[
|
|
139.523072064,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
140.023293256,
|
|
6.375
|
|
],
|
|
[
|
|
140.523507514,
|
|
6.5
|
|
],
|
|
[
|
|
141.023727052,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
141.523941712,
|
|
6.5
|
|
],
|
|
[
|
|
142.024154417,
|
|
6.625
|
|
],
|
|
[
|
|
142.524363976,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
143.024574297,
|
|
6.25
|
|
],
|
|
[
|
|
143.524795048,
|
|
6.625
|
|
],
|
|
[
|
|
144.025036016,
|
|
6.375
|
|
],
|
|
[
|
|
144.525256025,
|
|
6.5
|
|
],
|
|
[
|
|
145.025479681,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
145.525693789,
|
|
6.625
|
|
],
|
|
[
|
|
146.025910091,
|
|
6.375
|
|
],
|
|
[
|
|
146.526119751,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
147.026330713,
|
|
6.5
|
|
],
|
|
[
|
|
147.526540062,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
148.026749571,
|
|
6.5
|
|
],
|
|
[
|
|
148.526967486,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
149.027186734,
|
|
6.375
|
|
],
|
|
[
|
|
149.527412393,
|
|
6.5
|
|
],
|
|
[
|
|
150.027630048,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
150.527845678,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
151.028140718,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
151.528358032,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
152.028566669,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
152.528776229,
|
|
6.75
|
|
],
|
|
[
|
|
153.029005365,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
153.529230994,
|
|
6.883604505632036
|
|
],
|
|
[
|
|
154.029455442,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
154.52967006,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
155.029898956,
|
|
6.5
|
|
],
|
|
[
|
|
155.530107333,
|
|
6.75
|
|
],
|
|
[
|
|
156.030319627,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
156.530529778,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
157.030736822,
|
|
6.375
|
|
],
|
|
[
|
|
157.530915514,
|
|
6.625
|
|
],
|
|
[
|
|
158.031136514,
|
|
6.375
|
|
],
|
|
[
|
|
158.531360871,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
159.031583565,
|
|
6.375
|
|
],
|
|
[
|
|
159.531800669,
|
|
6.5
|
|
],
|
|
[
|
|
160.032030686,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
160.532244413,
|
|
6.733167082294273
|
|
],
|
|
[
|
|
161.032456267,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
161.532666517,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
162.032874103,
|
|
7.509386733416761
|
|
],
|
|
[
|
|
162.533119339,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
163.033353805,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
163.533576869,
|
|
6.5
|
|
],
|
|
[
|
|
164.033795265,
|
|
9.737827715355806
|
|
],
|
|
[
|
|
164.534019101,
|
|
14.93099121706399
|
|
],
|
|
[
|
|
165.034237036,
|
|
6.375
|
|
],
|
|
[
|
|
165.534448459,
|
|
8.375
|
|
],
|
|
[
|
|
166.034664079,
|
|
8.375
|
|
],
|
|
[
|
|
166.534894097,
|
|
6.5
|
|
],
|
|
[
|
|
167.035143931,
|
|
6.857855361596009
|
|
],
|
|
[
|
|
167.535369,
|
|
6.5
|
|
],
|
|
[
|
|
168.035594118,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
168.53581629,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
169.036089279,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
169.536338863,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
170.036554022,
|
|
6.375
|
|
],
|
|
[
|
|
170.536767379,
|
|
6.625
|
|
],
|
|
[
|
|
171.036981677,
|
|
6.375
|
|
],
|
|
[
|
|
171.537189032,
|
|
6.5
|
|
],
|
|
[
|
|
172.037396176,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
172.537620292,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
173.037843377,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
173.538074556,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
174.038291399,
|
|
6.375
|
|
],
|
|
[
|
|
174.538506068,
|
|
6.5
|
|
],
|
|
[
|
|
175.0387175,
|
|
6.5
|
|
],
|
|
[
|
|
175.538926729,
|
|
6.5
|
|
],
|
|
[
|
|
176.039149874,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
176.539353551,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
177.039577427,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
177.539801393,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
178.040039005,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
178.540237122,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
179.040403701,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
179.540618139,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
180.040833288,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
180.541059108,
|
|
6.375
|
|
],
|
|
[
|
|
181.041265972,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
181.541491641,
|
|
6.5
|
|
],
|
|
[
|
|
182.041767124,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
182.542002581,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
183.04222812,
|
|
6.375
|
|
],
|
|
[
|
|
183.542450112,
|
|
7.393483709273184
|
|
],
|
|
[
|
|
184.042660913,
|
|
6.857855361596009
|
|
],
|
|
[
|
|
184.542868879,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
185.043093767,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
185.543296563,
|
|
6.625
|
|
],
|
|
[
|
|
186.043508918,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
186.543734496,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
187.043972669,
|
|
6.75
|
|
],
|
|
[
|
|
187.544195082,
|
|
7.125
|
|
],
|
|
[
|
|
188.044412035,
|
|
6.625
|
|
],
|
|
[
|
|
188.544631101,
|
|
6.625
|
|
],
|
|
[
|
|
189.044852643,
|
|
6.5
|
|
],
|
|
[
|
|
189.545078913,
|
|
6.5
|
|
],
|
|
[
|
|
190.045287049,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
190.545495816,
|
|
6.625
|
|
],
|
|
[
|
|
191.045709473,
|
|
6.5
|
|
],
|
|
[
|
|
191.545936965,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
192.046163987,
|
|
7.740324594257174
|
|
],
|
|
[
|
|
192.546388304,
|
|
6.857855361596009
|
|
],
|
|
[
|
|
193.046609965,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
193.546828922,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
194.047057526,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
194.547271212,
|
|
7.133917396745943
|
|
],
|
|
[
|
|
195.047487895,
|
|
7.0
|
|
],
|
|
[
|
|
195.547694478,
|
|
6.75
|
|
],
|
|
[
|
|
196.047908956,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
196.54813721,
|
|
6.625
|
|
],
|
|
[
|
|
197.048360194,
|
|
6.375
|
|
],
|
|
[
|
|
197.548567398,
|
|
6.75
|
|
],
|
|
[
|
|
198.048770014,
|
|
6.5
|
|
],
|
|
[
|
|
198.549009449,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
199.049219148,
|
|
6.375
|
|
],
|
|
[
|
|
199.54943079,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
200.049640018,
|
|
6.5
|
|
],
|
|
[
|
|
200.549846812,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
201.050062873,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
201.550288953,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
202.050514872,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
202.550738216,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
203.050959287,
|
|
6.375
|
|
],
|
|
[
|
|
203.551168084,
|
|
6.5
|
|
],
|
|
[
|
|
204.051376841,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
204.55158641,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
205.051791871,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
205.552033991,
|
|
6.375
|
|
],
|
|
[
|
|
206.05226014,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
206.552481321,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
207.052703293,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
207.552925986,
|
|
6.5
|
|
],
|
|
[
|
|
208.053144001,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
208.553356434,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
209.053570291,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
209.553777545,
|
|
6.5
|
|
],
|
|
[
|
|
210.053973138,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
210.554197534,
|
|
14.411027568922307
|
|
],
|
|
[
|
|
211.05442151,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
211.554650705,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
212.054869602,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
212.555096723,
|
|
6.625
|
|
],
|
|
[
|
|
213.05529459,
|
|
6.375
|
|
],
|
|
[
|
|
213.555508076,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
214.05570495,
|
|
6.5
|
|
],
|
|
[
|
|
214.555918377,
|
|
7.0
|
|
],
|
|
[
|
|
215.056129197,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
215.556345518,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
216.056548525,
|
|
6.5
|
|
],
|
|
[
|
|
216.556764365,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
217.056995023,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
217.557212416,
|
|
6.625
|
|
],
|
|
[
|
|
218.057423478,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
218.557631994,
|
|
6.625
|
|
],
|
|
[
|
|
219.057822988,
|
|
6.75
|
|
],
|
|
[
|
|
219.558036564,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
220.058262133,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
220.558490426,
|
|
6.625
|
|
],
|
|
[
|
|
221.058716225,
|
|
6.5
|
|
],
|
|
[
|
|
221.558917508,
|
|
6.875
|
|
],
|
|
[
|
|
222.059133769,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
222.559346724,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
223.05956013,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
223.559775659,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
224.060000486,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
224.560216637,
|
|
6.875
|
|
],
|
|
[
|
|
225.060451623,
|
|
6.375
|
|
],
|
|
[
|
|
225.560678955,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
226.060903051,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
226.561122097,
|
|
6.5
|
|
],
|
|
[
|
|
227.061336364,
|
|
6.5
|
|
],
|
|
[
|
|
227.561553797,
|
|
6.375
|
|
],
|
|
[
|
|
228.061772232,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
228.562003341,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
229.062213781,
|
|
6.5
|
|
],
|
|
[
|
|
229.562438779,
|
|
6.5
|
|
],
|
|
[
|
|
230.062659288,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
230.56290312,
|
|
6.875
|
|
],
|
|
[
|
|
231.063127506,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
231.563348166,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
232.063561892,
|
|
6.5
|
|
],
|
|
[
|
|
232.563775958,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
233.064002308,
|
|
6.375
|
|
],
|
|
[
|
|
233.564212638,
|
|
6.5
|
|
],
|
|
[
|
|
234.064420724,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
234.564639419,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
235.064870769,
|
|
6.375
|
|
],
|
|
[
|
|
235.565115663,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
236.065338847,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
236.56555612,
|
|
6.875
|
|
],
|
|
[
|
|
237.065770547,
|
|
6.5
|
|
],
|
|
[
|
|
237.565986988,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
238.066237724,
|
|
6.375
|
|
],
|
|
[
|
|
238.566450638,
|
|
6.5
|
|
],
|
|
[
|
|
239.066679853,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
239.56690982,
|
|
6.5
|
|
],
|
|
[
|
|
240.067151178,
|
|
6.375
|
|
],
|
|
[
|
|
240.567371687,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
241.067596213,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
241.567814959,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
242.068045266,
|
|
6.625
|
|
],
|
|
[
|
|
242.568256787,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
243.068471826,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
243.568678609,
|
|
7.259073842302882
|
|
],
|
|
[
|
|
244.068893217,
|
|
6.625
|
|
],
|
|
[
|
|
244.569109338,
|
|
7.769423558897245
|
|
],
|
|
[
|
|
245.069333162,
|
|
6.375
|
|
],
|
|
[
|
|
245.56955285,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
246.069777556,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
246.5700596,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
247.070272024,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
247.570485269,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
248.070694677,
|
|
6.375
|
|
],
|
|
[
|
|
248.570909735,
|
|
6.5
|
|
],
|
|
[
|
|
249.071124263,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
249.571351855,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
250.071580479,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
250.571807119,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
251.072037246,
|
|
6.375
|
|
],
|
|
[
|
|
251.57226104,
|
|
6.5
|
|
],
|
|
[
|
|
252.072480758,
|
|
6.5
|
|
],
|
|
[
|
|
252.572700405,
|
|
6.5
|
|
],
|
|
[
|
|
253.072914071,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
253.573127496,
|
|
6.5
|
|
],
|
|
[
|
|
254.073348205,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
254.573568112,
|
|
6.883604505632036
|
|
],
|
|
[
|
|
255.073786006,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
255.573999762,
|
|
6.5
|
|
],
|
|
[
|
|
256.074210182,
|
|
6.375
|
|
],
|
|
[
|
|
256.574404932,
|
|
6.625
|
|
],
|
|
[
|
|
257.07460909,
|
|
6.5
|
|
],
|
|
[
|
|
257.574804472,
|
|
6.5
|
|
],
|
|
[
|
|
258.07501411,
|
|
6.5
|
|
],
|
|
[
|
|
258.575201767,
|
|
6.5
|
|
],
|
|
[
|
|
259.075414271,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
259.575611776,
|
|
6.398996235884567
|
|
],
|
|
[
|
|
260.075817908,
|
|
6.375
|
|
],
|
|
[
|
|
260.576018288,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
261.07619756,
|
|
6.375
|
|
],
|
|
[
|
|
261.576383814,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
262.076559208,
|
|
6.5
|
|
],
|
|
[
|
|
262.57674387,
|
|
6.5
|
|
],
|
|
[
|
|
263.076930735,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
263.577138931,
|
|
6.5
|
|
],
|
|
[
|
|
264.07732779,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
264.577544962,
|
|
6.5
|
|
],
|
|
[
|
|
265.077760741,
|
|
6.375
|
|
],
|
|
[
|
|
265.57798642,
|
|
6.5
|
|
],
|
|
[
|
|
266.078192171,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
266.578405823,
|
|
6.625
|
|
],
|
|
[
|
|
267.078619358,
|
|
6.5
|
|
],
|
|
[
|
|
267.578829287,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
268.079110118,
|
|
6.375
|
|
],
|
|
[
|
|
268.579335536,
|
|
6.5
|
|
],
|
|
[
|
|
269.079563048,
|
|
6.75
|
|
],
|
|
[
|
|
269.57978568,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
270.080014574,
|
|
6.5
|
|
],
|
|
[
|
|
270.580224533,
|
|
6.5
|
|
],
|
|
[
|
|
271.08043389,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
271.580647236,
|
|
6.5
|
|
],
|
|
[
|
|
272.080854409,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
272.581056663,
|
|
6.733167082294273
|
|
],
|
|
[
|
|
273.081287461,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
273.581515043,
|
|
6.625
|
|
],
|
|
[
|
|
274.081737274,
|
|
6.375
|
|
],
|
|
[
|
|
274.581951611,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
275.082161951,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
275.582372961,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
276.082585455,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
276.582789512,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
277.083011524,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
277.583241209,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
278.083445918,
|
|
6.5
|
|
],
|
|
[
|
|
278.583635097,
|
|
6.5
|
|
],
|
|
[
|
|
279.083855035,
|
|
6.5
|
|
],
|
|
[
|
|
279.584090221,
|
|
6.5
|
|
],
|
|
[
|
|
280.084294419,
|
|
6.375
|
|
],
|
|
[
|
|
280.584502173,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
281.084709076,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
281.584917962,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
282.08514322,
|
|
6.625
|
|
],
|
|
[
|
|
282.585361885,
|
|
6.5
|
|
],
|
|
[
|
|
283.085581281,
|
|
6.375
|
|
],
|
|
[
|
|
283.58581288,
|
|
6.5
|
|
],
|
|
[
|
|
284.086024251,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
284.586230914,
|
|
6.75
|
|
],
|
|
[
|
|
285.086445781,
|
|
6.5
|
|
],
|
|
[
|
|
285.586654608,
|
|
7.0
|
|
],
|
|
[
|
|
286.08686638,
|
|
6.5
|
|
],
|
|
[
|
|
286.587086447,
|
|
6.72478206724783
|
|
],
|
|
[
|
|
287.087296826,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
287.587494712,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
288.087705873,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
288.587915381,
|
|
6.5
|
|
],
|
|
[
|
|
289.088120721,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
289.58832016,
|
|
6.5
|
|
],
|
|
[
|
|
290.088521702,
|
|
6.375
|
|
],
|
|
[
|
|
290.588727724,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
291.088928164,
|
|
6.375
|
|
],
|
|
[
|
|
291.589134325,
|
|
6.5
|
|
],
|
|
[
|
|
292.089343823,
|
|
6.5
|
|
],
|
|
[
|
|
292.589557589,
|
|
6.5
|
|
],
|
|
[
|
|
293.089772366,
|
|
6.375
|
|
],
|
|
[
|
|
293.589996662,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
294.090204296,
|
|
6.5
|
|
],
|
|
[
|
|
294.590412882,
|
|
6.375
|
|
],
|
|
[
|
|
295.090619885,
|
|
6.5
|
|
],
|
|
[
|
|
295.590821457,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
296.091033099,
|
|
6.375
|
|
],
|
|
[
|
|
296.59126026,
|
|
6.5
|
|
],
|
|
[
|
|
297.091474787,
|
|
6.5
|
|
],
|
|
[
|
|
297.591679195,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
298.091894724,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
298.592102859,
|
|
6.375
|
|
],
|
|
[
|
|
299.09230365,
|
|
6.641604010025063
|
|
],
|
|
[
|
|
299.592508509,
|
|
6.36704119850188
|
|
],
|
|
[
|
|
300.092720962,
|
|
6.5
|
|
],
|
|
[
|
|
300.592917034,
|
|
6.375
|
|
],
|
|
[
|
|
301.093138033,
|
|
6.375
|
|
],
|
|
[
|
|
301.593351759,
|
|
6.5
|
|
],
|
|
[
|
|
302.09355755,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
302.593759743,
|
|
6.5
|
|
],
|
|
[
|
|
303.093992995,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
303.594223282,
|
|
12.531328320802004
|
|
],
|
|
[
|
|
304.094463467,
|
|
9.159347553324977
|
|
],
|
|
[
|
|
304.594683193,
|
|
7.509386733416761
|
|
],
|
|
[
|
|
305.094900726,
|
|
10.012515644555691
|
|
],
|
|
[
|
|
305.595120212,
|
|
6.5
|
|
],
|
|
[
|
|
306.09534568,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
306.595573962,
|
|
6.5
|
|
],
|
|
[
|
|
307.095801123,
|
|
6.5
|
|
],
|
|
[
|
|
307.596042059,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
308.096260113,
|
|
6.5
|
|
],
|
|
[
|
|
308.596481292,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
309.096709795,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
309.596933189,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
310.097152144,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
310.59737134,
|
|
6.625
|
|
],
|
|
[
|
|
311.097606355,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
311.597827825,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
312.098110549,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
312.598331027,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
313.098561544,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
313.59878095,
|
|
6.625
|
|
],
|
|
[
|
|
314.099008652,
|
|
6.5
|
|
],
|
|
[
|
|
314.599220994,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
315.099433918,
|
|
6.5
|
|
],
|
|
[
|
|
315.599655598,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
316.099896154,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
316.600116101,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
317.100327302,
|
|
6.5
|
|
],
|
|
[
|
|
317.600520589,
|
|
10.0
|
|
],
|
|
[
|
|
318.100747178,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
318.600957477,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
319.101171873,
|
|
6.375
|
|
],
|
|
[
|
|
319.601382803,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
320.10159741,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
320.60181891,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
321.102063614,
|
|
6.375
|
|
],
|
|
[
|
|
321.602296404,
|
|
6.5
|
|
],
|
|
[
|
|
322.102523845,
|
|
6.5
|
|
],
|
|
[
|
|
322.602751928,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
323.102987714,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
323.603210286,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
324.10342353,
|
|
6.375
|
|
],
|
|
[
|
|
324.60363977,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
325.103860559,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
325.604104411,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
326.104329487,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
326.604545426,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
327.104766876,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
327.605000589,
|
|
6.375
|
|
],
|
|
[
|
|
328.105218552,
|
|
6.375
|
|
],
|
|
[
|
|
328.605434331,
|
|
6.625
|
|
],
|
|
[
|
|
329.105650761,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
329.605867221,
|
|
6.625
|
|
],
|
|
[
|
|
330.106110101,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
330.606336099,
|
|
6.5
|
|
],
|
|
[
|
|
331.106555976,
|
|
6.375
|
|
],
|
|
[
|
|
331.606785601,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
332.107021838,
|
|
6.625
|
|
],
|
|
[
|
|
332.607247556,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
333.107474987,
|
|
6.375
|
|
],
|
|
[
|
|
333.607692649,
|
|
7.240948813982513
|
|
],
|
|
[
|
|
334.107933325,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
334.608185081,
|
|
6.75
|
|
],
|
|
[
|
|
335.108414065,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
335.608629173,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
336.10885491,
|
|
6.375
|
|
],
|
|
[
|
|
336.609175806,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
337.109403287,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
337.609639865,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
338.109870592,
|
|
6.625
|
|
],
|
|
[
|
|
338.610111468,
|
|
6.75
|
|
],
|
|
[
|
|
339.110323901,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
339.610542175,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
340.110780596,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
340.611070113,
|
|
6.5
|
|
],
|
|
[
|
|
341.111286764,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
341.61150628,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
342.111728671,
|
|
6.5
|
|
],
|
|
[
|
|
342.611956092,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
343.112172923,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
343.612397518,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
344.112618286,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
344.612848392,
|
|
6.625
|
|
],
|
|
[
|
|
345.113093356,
|
|
6.625
|
|
],
|
|
[
|
|
345.61332253,
|
|
6.5
|
|
],
|
|
[
|
|
346.113552816,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
346.613777321,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
347.114064824,
|
|
6.849315068493155
|
|
],
|
|
[
|
|
347.614283118,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
348.114504197,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
348.614721047,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
349.114925716,
|
|
6.375
|
|
],
|
|
[
|
|
349.615150411,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
350.11536632,
|
|
6.5
|
|
],
|
|
[
|
|
350.615592338,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
351.115823456,
|
|
6.5
|
|
],
|
|
[
|
|
351.616059112,
|
|
6.625
|
|
],
|
|
[
|
|
352.116271585,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
352.616493996,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
353.116714403,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
353.616916747,
|
|
6.5
|
|
],
|
|
[
|
|
354.117117057,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
354.617342173,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
355.117565837,
|
|
6.375
|
|
],
|
|
[
|
|
355.6177892,
|
|
6.5
|
|
],
|
|
[
|
|
356.118023032,
|
|
6.5
|
|
],
|
|
[
|
|
356.618246215,
|
|
11.013767209011263
|
|
],
|
|
[
|
|
357.118477222,
|
|
10.486891385767791
|
|
],
|
|
[
|
|
357.618705354,
|
|
6.5
|
|
],
|
|
[
|
|
358.118913539,
|
|
9.786700125470517
|
|
],
|
|
[
|
|
358.619124328,
|
|
6.5
|
|
],
|
|
[
|
|
359.119351248,
|
|
6.375
|
|
],
|
|
[
|
|
359.61957979,
|
|
7.0
|
|
],
|
|
[
|
|
360.119807061,
|
|
6.5
|
|
],
|
|
[
|
|
360.620045081,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
361.120271069,
|
|
6.5
|
|
],
|
|
[
|
|
361.620494392,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
362.120707426,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
362.620933864,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
363.121144303,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
363.621367546,
|
|
8.657465495608534
|
|
],
|
|
[
|
|
364.121561023,
|
|
7.231920199501246
|
|
],
|
|
[
|
|
364.621781911,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
365.122015313,
|
|
6.5
|
|
],
|
|
[
|
|
365.62222507,
|
|
6.5
|
|
],
|
|
[
|
|
366.122456528,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
366.622674801,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
367.122892634,
|
|
6.5
|
|
],
|
|
[
|
|
367.623114995,
|
|
6.733167082294273
|
|
],
|
|
[
|
|
368.12334455,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
368.623571379,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
369.123791937,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
369.624069601,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
370.12429582,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
370.624525454,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
371.124749258,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
371.624987068,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
372.125204099,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
372.625425007,
|
|
6.5
|
|
],
|
|
[
|
|
373.125641637,
|
|
6.75
|
|
],
|
|
[
|
|
373.625866864,
|
|
6.5
|
|
],
|
|
[
|
|
374.126143306,
|
|
6.5
|
|
],
|
|
[
|
|
374.626357652,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
375.126621731,
|
|
6.5
|
|
],
|
|
[
|
|
375.626849452,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
376.127086661,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
376.627303532,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
377.127521795,
|
|
6.5
|
|
],
|
|
[
|
|
377.627743094,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
378.127990031,
|
|
6.625
|
|
],
|
|
[
|
|
378.62822223,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
379.128447777,
|
|
6.5
|
|
],
|
|
[
|
|
379.628675067,
|
|
6.5
|
|
],
|
|
[
|
|
380.128896146,
|
|
6.5
|
|
],
|
|
[
|
|
380.629122674,
|
|
6.5
|
|
],
|
|
[
|
|
381.1293421,
|
|
6.5
|
|
],
|
|
[
|
|
381.629564731,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
382.129779077,
|
|
6.625
|
|
],
|
|
[
|
|
382.63000242,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
383.130221525,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
383.630441131,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
384.130663732,
|
|
6.5
|
|
],
|
|
[
|
|
384.630903305,
|
|
6.5
|
|
],
|
|
[
|
|
385.131129413,
|
|
6.5
|
|
],
|
|
[
|
|
385.631345662,
|
|
6.5
|
|
],
|
|
[
|
|
386.13157166,
|
|
6.5
|
|
],
|
|
[
|
|
386.631791727,
|
|
7.0
|
|
],
|
|
[
|
|
387.132025138,
|
|
6.625
|
|
],
|
|
[
|
|
387.632245335,
|
|
7.0
|
|
],
|
|
[
|
|
388.132464109,
|
|
6.5
|
|
],
|
|
[
|
|
388.632688995,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
389.132911356,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
389.633136491,
|
|
8.760951188986226
|
|
],
|
|
[
|
|
390.13336306,
|
|
6.75
|
|
],
|
|
[
|
|
390.633602092,
|
|
6.5
|
|
],
|
|
[
|
|
391.133822619,
|
|
6.375
|
|
],
|
|
[
|
|
391.634110012,
|
|
6.625
|
|
],
|
|
[
|
|
392.134322705,
|
|
6.5
|
|
],
|
|
[
|
|
392.634539786,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
393.13476385,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
393.634998744,
|
|
7.375
|
|
],
|
|
[
|
|
394.135221947,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
394.635442925,
|
|
7.6154806491885125
|
|
],
|
|
[
|
|
395.135657581,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
395.635874602,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
396.136109436,
|
|
6.5
|
|
],
|
|
[
|
|
396.636319714,
|
|
6.5
|
|
],
|
|
[
|
|
397.136535743,
|
|
6.625
|
|
],
|
|
[
|
|
397.636751702,
|
|
6.75
|
|
],
|
|
[
|
|
398.136986716,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
398.637203777,
|
|
6.5
|
|
],
|
|
[
|
|
399.137425467,
|
|
6.375
|
|
],
|
|
[
|
|
399.637642558,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
400.137861512,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
400.638095645,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
401.138306504,
|
|
6.5
|
|
],
|
|
[
|
|
401.63852079,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
402.138730076,
|
|
6.625
|
|
],
|
|
[
|
|
402.638896101,
|
|
8.793969849246224
|
|
],
|
|
[
|
|
403.139111929,
|
|
9.661229611041406
|
|
],
|
|
[
|
|
403.63931813,
|
|
20.17543859649122
|
|
],
|
|
[
|
|
404.139522878,
|
|
11.041405269761611
|
|
],
|
|
[
|
|
404.639727575,
|
|
10.63829787234043
|
|
],
|
|
[
|
|
405.139938585,
|
|
10.513141426783477
|
|
],
|
|
[
|
|
405.640142861,
|
|
10.625
|
|
],
|
|
[
|
|
406.140343712,
|
|
10.63829787234043
|
|
],
|
|
[
|
|
406.640549421,
|
|
11.207970112079707
|
|
],
|
|
[
|
|
407.140760861,
|
|
11.013767209011263
|
|
],
|
|
[
|
|
407.640912139,
|
|
11.346633416458857
|
|
],
|
|
[
|
|
408.141115594,
|
|
11.25
|
|
],
|
|
[
|
|
408.641318258,
|
|
11.152882205513777
|
|
],
|
|
[
|
|
409.141521423,
|
|
11.610486891385762
|
|
],
|
|
[
|
|
409.641750917,
|
|
11.639549436795988
|
|
],
|
|
[
|
|
410.141958259,
|
|
12.109862671660423
|
|
],
|
|
[
|
|
410.642160111,
|
|
12.015018773466835
|
|
],
|
|
[
|
|
411.142360661,
|
|
12.359550561797747
|
|
],
|
|
[
|
|
411.642574967,
|
|
12.858926342072408
|
|
],
|
|
[
|
|
412.142786006,
|
|
12.421580928481802
|
|
],
|
|
[
|
|
412.643008397,
|
|
11.4856429463171
|
|
],
|
|
[
|
|
413.143221741,
|
|
7.634543178973715
|
|
],
|
|
[
|
|
413.643493514,
|
|
7.5
|
|
],
|
|
[
|
|
414.143712007,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
414.643928496,
|
|
8.260325406758454
|
|
],
|
|
[
|
|
415.144137142,
|
|
12.781954887218049
|
|
],
|
|
[
|
|
415.644377967,
|
|
11.138923654568217
|
|
],
|
|
[
|
|
416.144579328,
|
|
8.229426433915208
|
|
],
|
|
[
|
|
416.644798563,
|
|
6.892230576441108
|
|
],
|
|
[
|
|
417.145026153,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
417.645246179,
|
|
6.625
|
|
],
|
|
[
|
|
418.145468089,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
418.645693776,
|
|
6.625
|
|
],
|
|
[
|
|
419.145913772,
|
|
6.5
|
|
],
|
|
[
|
|
419.646152724,
|
|
7.75
|
|
],
|
|
[
|
|
420.146425729,
|
|
7.04402515723271
|
|
],
|
|
[
|
|
420.646645385,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
421.146859019,
|
|
6.5
|
|
],
|
|
[
|
|
421.647131794,
|
|
9.136420525657073
|
|
],
|
|
[
|
|
422.14741044,
|
|
7.89473684210526
|
|
],
|
|
[
|
|
422.647630767,
|
|
8.281053952321201
|
|
],
|
|
[
|
|
423.147817671,
|
|
17.9874213836478
|
|
],
|
|
[
|
|
423.648008763,
|
|
35.390428211586894
|
|
],
|
|
[
|
|
424.148239109,
|
|
16.416040100250626
|
|
],
|
|
[
|
|
424.648446842,
|
|
7.0
|
|
],
|
|
[
|
|
425.148661107,
|
|
10.77694235588973
|
|
],
|
|
[
|
|
425.648895661,
|
|
6.625
|
|
],
|
|
[
|
|
426.149149991,
|
|
6.625
|
|
],
|
|
[
|
|
426.649370999,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
427.149590066,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
427.649812906,
|
|
6.5
|
|
],
|
|
[
|
|
428.150052458,
|
|
6.625
|
|
],
|
|
[
|
|
428.650280299,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
429.150501788,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
429.650723417,
|
|
9.774436090225564
|
|
],
|
|
[
|
|
430.150914659,
|
|
6.5
|
|
],
|
|
[
|
|
430.651125277,
|
|
6.625
|
|
],
|
|
[
|
|
431.151345334,
|
|
6.375
|
|
],
|
|
[
|
|
431.651536916,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
432.151769796,
|
|
6.875
|
|
],
|
|
[
|
|
432.65200466,
|
|
7.356608478802997
|
|
],
|
|
[
|
|
433.152206152,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
433.652420858,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
434.152630775,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
434.652864547,
|
|
7.0
|
|
],
|
|
[
|
|
435.153117024,
|
|
6.5
|
|
],
|
|
[
|
|
435.653329456,
|
|
6.625
|
|
],
|
|
[
|
|
436.153541617,
|
|
6.5
|
|
],
|
|
[
|
|
436.653752576,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
437.153988151,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
437.654208177,
|
|
6.75
|
|
],
|
|
[
|
|
438.154421331,
|
|
6.625
|
|
],
|
|
[
|
|
438.654626239,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
439.154844371,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
439.655073003,
|
|
6.625
|
|
],
|
|
[
|
|
440.155281177,
|
|
6.5
|
|
],
|
|
[
|
|
440.655505331,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
441.155718714,
|
|
6.5
|
|
],
|
|
[
|
|
441.655930144,
|
|
6.5
|
|
],
|
|
[
|
|
442.156124603,
|
|
6.75
|
|
],
|
|
[
|
|
442.656333137,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
443.156542954,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
443.656755406,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
444.156918696,
|
|
6.5
|
|
],
|
|
[
|
|
444.657144352,
|
|
6.75
|
|
],
|
|
[
|
|
445.157361092,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
445.657589103,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
446.157807807,
|
|
6.375
|
|
],
|
|
[
|
|
446.658041378,
|
|
6.75
|
|
],
|
|
[
|
|
447.158264399,
|
|
6.5
|
|
],
|
|
[
|
|
447.658479326,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
448.158693511,
|
|
6.5
|
|
],
|
|
[
|
|
448.658913447,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
449.159125378,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
449.659351956,
|
|
6.766917293233092
|
|
],
|
|
[
|
|
450.159575729,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
450.659802387,
|
|
6.5
|
|
],
|
|
[
|
|
451.160039666,
|
|
6.5
|
|
],
|
|
[
|
|
451.660263419,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
452.160485619,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
452.660722015,
|
|
6.625
|
|
],
|
|
[
|
|
453.160946259,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
453.661162077,
|
|
7.509386733416761
|
|
],
|
|
[
|
|
454.161360923,
|
|
6.883604505632036
|
|
],
|
|
[
|
|
454.661581881,
|
|
6.857855361596009
|
|
],
|
|
[
|
|
455.161805724,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
455.66204137,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
456.162259592,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
456.662483245,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
457.162706427,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
457.662932193,
|
|
6.625
|
|
],
|
|
[
|
|
458.16315769,
|
|
6.625
|
|
],
|
|
[
|
|
458.663378337,
|
|
9.887359198998752
|
|
],
|
|
[
|
|
459.163596429,
|
|
6.5
|
|
],
|
|
[
|
|
459.663816084,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
460.164061317,
|
|
6.5
|
|
],
|
|
[
|
|
460.66428469,
|
|
6.625
|
|
],
|
|
[
|
|
461.164506669,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
461.664731504,
|
|
6.5
|
|
],
|
|
[
|
|
462.16496229,
|
|
7.634543178973715
|
|
],
|
|
[
|
|
462.665188788,
|
|
6.75
|
|
],
|
|
[
|
|
463.165409075,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
463.665630653,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
464.165854005,
|
|
9.033877038895852
|
|
],
|
|
[
|
|
464.666063271,
|
|
8.1351689612015
|
|
],
|
|
[
|
|
465.166283688,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
465.66650204,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
466.166719512,
|
|
6.75
|
|
],
|
|
[
|
|
466.666946731,
|
|
6.5
|
|
],
|
|
[
|
|
467.1671684,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
467.667391121,
|
|
6.5
|
|
],
|
|
[
|
|
468.167610365,
|
|
6.5
|
|
],
|
|
[
|
|
468.66782432,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
469.168045898,
|
|
6.5
|
|
],
|
|
[
|
|
469.668275041,
|
|
6.625
|
|
],
|
|
[
|
|
470.168492873,
|
|
6.375
|
|
],
|
|
[
|
|
470.668717959,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
471.16893552,
|
|
6.375
|
|
],
|
|
[
|
|
471.669154724,
|
|
6.625
|
|
],
|
|
[
|
|
472.169373187,
|
|
6.625
|
|
],
|
|
[
|
|
472.669592862,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
473.169807849,
|
|
6.375
|
|
],
|
|
[
|
|
473.670027023,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
474.17024249,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
474.670464149,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
475.170690436,
|
|
6.5
|
|
],
|
|
[
|
|
475.670903229,
|
|
6.5
|
|
],
|
|
[
|
|
476.171125188,
|
|
6.5
|
|
],
|
|
[
|
|
476.671335776,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
477.171563026,
|
|
6.625
|
|
],
|
|
[
|
|
477.671780086,
|
|
6.625
|
|
],
|
|
[
|
|
478.172012074,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
478.672229906,
|
|
6.625
|
|
],
|
|
[
|
|
479.172451164,
|
|
6.375
|
|
],
|
|
[
|
|
479.67267115,
|
|
6.625
|
|
],
|
|
[
|
|
480.172897427,
|
|
6.875
|
|
],
|
|
[
|
|
480.673115028,
|
|
6.625
|
|
],
|
|
[
|
|
481.173332018,
|
|
6.5
|
|
],
|
|
[
|
|
481.673556743,
|
|
6.5
|
|
],
|
|
[
|
|
482.173771028,
|
|
6.625
|
|
],
|
|
[
|
|
482.67399967,
|
|
6.5
|
|
],
|
|
[
|
|
483.17421663,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
483.674439982,
|
|
7.5
|
|
],
|
|
[
|
|
484.174667962,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
484.674906342,
|
|
6.75
|
|
],
|
|
[
|
|
485.175134824,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
485.675365029,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
486.175586177,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
486.675807705,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
487.176041527,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
487.676250883,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
488.176472331,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
488.676700392,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
489.176923934,
|
|
6.625
|
|
],
|
|
[
|
|
489.677145082,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
490.177368274,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
490.677589542,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
491.17781635,
|
|
6.75
|
|
],
|
|
[
|
|
491.678052145,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
492.178273774,
|
|
7.40276035131744
|
|
],
|
|
[
|
|
492.678490073,
|
|
6.5
|
|
],
|
|
[
|
|
493.178680934,
|
|
6.5
|
|
],
|
|
[
|
|
493.678910868,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
494.179133549,
|
|
6.883604505632036
|
|
],
|
|
[
|
|
494.679353033,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
495.179568951,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
495.679793105,
|
|
6.75
|
|
],
|
|
[
|
|
496.180053486,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
496.680269244,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
497.180484911,
|
|
6.5
|
|
],
|
|
[
|
|
497.680704406,
|
|
6.625
|
|
],
|
|
[
|
|
498.180921917,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
498.681136673,
|
|
6.5
|
|
],
|
|
[
|
|
499.181356588,
|
|
6.375
|
|
],
|
|
[
|
|
499.681578938,
|
|
6.625
|
|
],
|
|
[
|
|
500.181800667,
|
|
6.375
|
|
],
|
|
[
|
|
500.682027295,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
501.182244295,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
501.682462918,
|
|
6.625
|
|
],
|
|
[
|
|
502.182682102,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
502.682902749,
|
|
6.625
|
|
],
|
|
[
|
|
503.183097827,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
503.683336528,
|
|
6.5
|
|
],
|
|
[
|
|
504.183556824,
|
|
6.375
|
|
],
|
|
[
|
|
504.683779535,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
505.184023075,
|
|
6.5
|
|
],
|
|
[
|
|
505.684250434,
|
|
6.5
|
|
],
|
|
[
|
|
506.184455852,
|
|
6.5
|
|
],
|
|
[
|
|
506.684651051,
|
|
6.625
|
|
],
|
|
[
|
|
507.184870436,
|
|
6.625
|
|
],
|
|
[
|
|
507.685096983,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
508.185313953,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
508.685527256,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
509.18574643,
|
|
6.5
|
|
],
|
|
[
|
|
509.685957379,
|
|
6.5
|
|
],
|
|
[
|
|
510.186180069,
|
|
6.875
|
|
],
|
|
[
|
|
510.686392831,
|
|
6.5
|
|
],
|
|
[
|
|
511.186605834,
|
|
6.375
|
|
],
|
|
[
|
|
511.686823815,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
512.18704326,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
512.687258817,
|
|
6.625
|
|
],
|
|
[
|
|
513.187483361,
|
|
6.5
|
|
],
|
|
[
|
|
513.687704268,
|
|
6.625
|
|
],
|
|
[
|
|
514.187925616,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
514.688158145,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
515.18837756,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
515.68860032,
|
|
6.625
|
|
],
|
|
[
|
|
516.188809997,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
516.689030803,
|
|
6.5
|
|
],
|
|
[
|
|
517.189252302,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
517.689479891,
|
|
6.625
|
|
],
|
|
[
|
|
518.189703363,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
518.689932005,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
519.190153233,
|
|
7.0
|
|
],
|
|
[
|
|
519.690364953,
|
|
6.625
|
|
],
|
|
[
|
|
520.190594717,
|
|
6.5
|
|
],
|
|
[
|
|
520.690812077,
|
|
6.625
|
|
],
|
|
[
|
|
521.191060215,
|
|
6.5
|
|
],
|
|
[
|
|
521.691282094,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
522.191473456,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
522.6916712,
|
|
6.625
|
|
],
|
|
[
|
|
523.191864345,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
523.692064113,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
524.192247098,
|
|
6.5
|
|
],
|
|
[
|
|
524.692424784,
|
|
6.625
|
|
],
|
|
[
|
|
525.192618731,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
525.692800345,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
526.193055947,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
526.693275261,
|
|
6.5
|
|
],
|
|
[
|
|
527.193485859,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
527.693704602,
|
|
6.5
|
|
],
|
|
[
|
|
528.193917854,
|
|
6.5
|
|
],
|
|
[
|
|
528.694131238,
|
|
6.5
|
|
],
|
|
[
|
|
529.1943495,
|
|
6.625
|
|
],
|
|
[
|
|
529.694574194,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
530.194792656,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
530.695023472,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
531.195227938,
|
|
6.625
|
|
],
|
|
[
|
|
531.695447924,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
532.195671616,
|
|
6.5
|
|
],
|
|
[
|
|
532.695895519,
|
|
6.9825436408977595
|
|
],
|
|
[
|
|
533.196116225,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
533.69635733,
|
|
6.5
|
|
],
|
|
[
|
|
534.196570573,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
534.696765141,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
535.196993852,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
535.697176548,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
536.197361057,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
536.697562347,
|
|
6.625
|
|
],
|
|
[
|
|
537.197780299,
|
|
6.625
|
|
],
|
|
[
|
|
537.697993371,
|
|
6.5
|
|
],
|
|
[
|
|
538.198211793,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
538.698403976,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
539.198618622,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
539.698830822,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
540.199097225,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
540.699282816,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
541.199494956,
|
|
6.5
|
|
],
|
|
[
|
|
541.699707708,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
542.199931921,
|
|
6.5
|
|
],
|
|
[
|
|
542.70013785,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
543.200352135,
|
|
7.0
|
|
],
|
|
[
|
|
543.700556541,
|
|
7.884856070087608
|
|
],
|
|
[
|
|
544.200780664,
|
|
7.393483709273184
|
|
],
|
|
[
|
|
544.701009696,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
545.20121803,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
545.701432384,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
546.201644244,
|
|
6.5
|
|
],
|
|
[
|
|
546.701851916,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
547.202123649,
|
|
6.625
|
|
],
|
|
[
|
|
547.702346329,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
548.20256953,
|
|
6.5
|
|
],
|
|
[
|
|
548.70279749,
|
|
6.625
|
|
],
|
|
[
|
|
549.203029107,
|
|
6.5
|
|
],
|
|
[
|
|
549.703248261,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
550.203467876,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
550.703697439,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
551.203921502,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
551.704141788,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
552.204364949,
|
|
6.625
|
|
],
|
|
[
|
|
552.704591336,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
553.204808315,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
553.705071642,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
554.205285786,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
554.705496735,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
555.205718964,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
555.705940232,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
556.206160297,
|
|
6.625
|
|
],
|
|
[
|
|
556.706377738,
|
|
6.5
|
|
],
|
|
[
|
|
557.206582053,
|
|
7.017543859649123
|
|
],
|
|
[
|
|
557.706803531,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
558.207086665,
|
|
6.625
|
|
],
|
|
[
|
|
558.707341726,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
559.207562422,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
559.707784001,
|
|
6.5
|
|
],
|
|
[
|
|
560.208023983,
|
|
6.5
|
|
],
|
|
[
|
|
560.70825019,
|
|
6.375
|
|
],
|
|
[
|
|
561.208479062,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
561.708698436,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
562.208916708,
|
|
6.5
|
|
],
|
|
[
|
|
562.709143566,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
563.209366617,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
563.709595479,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
564.209812518,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
564.710040388,
|
|
6.375
|
|
],
|
|
[
|
|
565.210268038,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
565.710505806,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
566.210729478,
|
|
6.625
|
|
],
|
|
[
|
|
566.710950365,
|
|
6.625
|
|
],
|
|
[
|
|
567.211169128,
|
|
6.625
|
|
],
|
|
[
|
|
567.711393852,
|
|
6.5
|
|
],
|
|
[
|
|
568.211616242,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
568.711836557,
|
|
6.5
|
|
],
|
|
[
|
|
569.21206601,
|
|
6.625
|
|
],
|
|
[
|
|
569.712295563,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
570.21251108,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
570.712748869,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
571.212991496,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
571.713220187,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
572.213442988,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
572.713664826,
|
|
6.5
|
|
],
|
|
[
|
|
573.213884591,
|
|
6.625
|
|
],
|
|
[
|
|
573.714106239,
|
|
6.5
|
|
],
|
|
[
|
|
574.214316626,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
574.714539106,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
575.214762107,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
575.714995818,
|
|
6.5
|
|
],
|
|
[
|
|
576.215226363,
|
|
6.5
|
|
],
|
|
[
|
|
576.715444835,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
577.215670811,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
577.715893361,
|
|
6.625
|
|
],
|
|
[
|
|
578.216119348,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
578.716342819,
|
|
6.625
|
|
],
|
|
[
|
|
579.216560169,
|
|
6.625
|
|
],
|
|
[
|
|
579.716789452,
|
|
6.625
|
|
],
|
|
[
|
|
580.217068788,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
580.717298602,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
581.217524337,
|
|
6.75
|
|
],
|
|
[
|
|
581.71773768,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
582.217941224,
|
|
6.5
|
|
],
|
|
[
|
|
582.71816695,
|
|
6.5
|
|
],
|
|
[
|
|
583.218384791,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
583.718638069,
|
|
6.375
|
|
],
|
|
[
|
|
584.21885068,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
584.719086705,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
585.219311299,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
585.719535983,
|
|
6.5
|
|
],
|
|
[
|
|
586.219755797,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
586.720003845,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
587.220226535,
|
|
6.5
|
|
],
|
|
[
|
|
587.720445698,
|
|
6.5
|
|
],
|
|
[
|
|
588.220658722,
|
|
6.625
|
|
],
|
|
[
|
|
588.720867968,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
589.221091991,
|
|
6.5
|
|
],
|
|
[
|
|
589.72130837,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
590.221529498,
|
|
6.5
|
|
],
|
|
[
|
|
590.721751987,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
591.221991549,
|
|
6.625
|
|
],
|
|
[
|
|
591.722211744,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
592.222441077,
|
|
6.625
|
|
],
|
|
[
|
|
592.722671712,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
593.222890825,
|
|
6.625
|
|
],
|
|
[
|
|
593.723083389,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
594.223299767,
|
|
6.625
|
|
],
|
|
[
|
|
594.723521315,
|
|
6.625
|
|
],
|
|
[
|
|
595.223742202,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
595.723962958,
|
|
6.375
|
|
],
|
|
[
|
|
596.224184787,
|
|
6.625
|
|
],
|
|
[
|
|
596.724407146,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
597.22462668,
|
|
6.5
|
|
],
|
|
[
|
|
597.724842808,
|
|
6.625
|
|
],
|
|
[
|
|
598.22506138,
|
|
6.5
|
|
],
|
|
[
|
|
598.725285623,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
599.225512872,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
599.725744969,
|
|
9.637046307884859
|
|
],
|
|
[
|
|
600.225990602,
|
|
6.875
|
|
],
|
|
[
|
|
600.726213423,
|
|
6.375
|
|
],
|
|
[
|
|
601.226431825,
|
|
6.625
|
|
],
|
|
[
|
|
601.726656478,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
602.226869971,
|
|
6.5
|
|
],
|
|
[
|
|
602.727101518,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
603.227294582,
|
|
7.142857142857139
|
|
],
|
|
[
|
|
603.727493688,
|
|
14.125
|
|
],
|
|
[
|
|
604.227715236,
|
|
8.260325406758454
|
|
],
|
|
[
|
|
604.727942644,
|
|
6.375
|
|
],
|
|
[
|
|
605.228162539,
|
|
10.275689223057654
|
|
],
|
|
[
|
|
605.72838529,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
606.228602349,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
606.728826882,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
607.22906451,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
607.729285207,
|
|
6.5
|
|
],
|
|
[
|
|
608.229506424,
|
|
6.5
|
|
],
|
|
[
|
|
608.729740305,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
609.229956483,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
609.730171809,
|
|
6.5
|
|
],
|
|
[
|
|
610.230397504,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
610.730615526,
|
|
6.5
|
|
],
|
|
[
|
|
611.230841722,
|
|
6.5
|
|
],
|
|
[
|
|
611.731161685,
|
|
6.375
|
|
],
|
|
[
|
|
612.231399353,
|
|
6.5
|
|
],
|
|
[
|
|
612.731609689,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
613.23181157,
|
|
6.625
|
|
],
|
|
[
|
|
613.732048206,
|
|
6.5
|
|
],
|
|
[
|
|
614.232265336,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
614.732488216,
|
|
6.625
|
|
],
|
|
[
|
|
615.232701909,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
615.732913148,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
616.233127632,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
616.733341876,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
617.233539299,
|
|
6.625
|
|
],
|
|
[
|
|
617.733750968,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
618.233965403,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
618.734189165,
|
|
6.5
|
|
],
|
|
[
|
|
619.234420411,
|
|
6.375
|
|
],
|
|
[
|
|
619.734644804,
|
|
6.5
|
|
],
|
|
[
|
|
620.234870539,
|
|
6.5
|
|
],
|
|
[
|
|
620.735090234,
|
|
6.5
|
|
],
|
|
[
|
|
621.23531099,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
621.735530915,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
622.235746071,
|
|
6.5
|
|
],
|
|
[
|
|
622.735978408,
|
|
6.5
|
|
],
|
|
[
|
|
623.236202781,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
623.736425622,
|
|
6.375
|
|
],
|
|
[
|
|
624.236669842,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
624.736890959,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
625.237123818,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
625.737347259,
|
|
6.375
|
|
],
|
|
[
|
|
626.237562044,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
626.737784864,
|
|
6.5
|
|
],
|
|
[
|
|
627.238009217,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
627.738247336,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
628.238481898,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
628.738708556,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
629.238929683,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
629.739149617,
|
|
6.375
|
|
],
|
|
[
|
|
630.239374451,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
630.739600036,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
631.239821775,
|
|
6.625
|
|
],
|
|
[
|
|
631.740054163,
|
|
6.5
|
|
],
|
|
[
|
|
632.240274057,
|
|
6.625
|
|
],
|
|
[
|
|
632.74049844,
|
|
6.5
|
|
],
|
|
[
|
|
633.240725729,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
633.740952877,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
634.241174595,
|
|
7.116104868913851
|
|
],
|
|
[
|
|
634.7414002,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
635.241620676,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
635.741846381,
|
|
6.5
|
|
],
|
|
[
|
|
636.24208434,
|
|
6.875
|
|
],
|
|
[
|
|
636.742304144,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
637.242519641,
|
|
6.5
|
|
],
|
|
[
|
|
637.742739024,
|
|
6.5
|
|
],
|
|
[
|
|
638.242960401,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
638.743182611,
|
|
6.5
|
|
],
|
|
[
|
|
639.243408126,
|
|
6.625
|
|
],
|
|
[
|
|
639.743636255,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
640.243856691,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
640.744096253,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
641.244313462,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
641.744535701,
|
|
6.375
|
|
],
|
|
[
|
|
642.244762499,
|
|
6.733167082294273
|
|
],
|
|
[
|
|
642.744990649,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
643.245215252,
|
|
6.5
|
|
],
|
|
[
|
|
643.745443903,
|
|
6.5
|
|
],
|
|
[
|
|
644.245672263,
|
|
6.5
|
|
],
|
|
[
|
|
644.745901205,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
645.246125408,
|
|
6.625
|
|
],
|
|
[
|
|
645.74634941,
|
|
6.5
|
|
],
|
|
[
|
|
646.246569024,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
646.74678466,
|
|
6.733167082294273
|
|
],
|
|
[
|
|
647.247016928,
|
|
6.5
|
|
],
|
|
[
|
|
647.747236923,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
648.247455104,
|
|
6.5
|
|
],
|
|
[
|
|
648.747677954,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
649.24789872,
|
|
6.5
|
|
],
|
|
[
|
|
649.748119968,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
650.24833852,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
650.748556511,
|
|
6.5
|
|
],
|
|
[
|
|
651.248770294,
|
|
6.625
|
|
],
|
|
[
|
|
651.749009474,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
652.249236181,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
652.749462157,
|
|
6.5
|
|
],
|
|
[
|
|
653.249658438,
|
|
6.883604505632036
|
|
],
|
|
[
|
|
653.749859467,
|
|
14.786967418546368
|
|
],
|
|
[
|
|
654.250101373,
|
|
9.125
|
|
],
|
|
[
|
|
654.750327809,
|
|
6.5
|
|
],
|
|
[
|
|
655.250552944,
|
|
10.36204744069913
|
|
],
|
|
[
|
|
655.750773159,
|
|
6.5
|
|
],
|
|
[
|
|
656.251010095,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
656.751236562,
|
|
6.5
|
|
],
|
|
[
|
|
657.251460885,
|
|
6.5
|
|
],
|
|
[
|
|
657.751683725,
|
|
6.625
|
|
],
|
|
[
|
|
658.251932454,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
658.752157257,
|
|
6.5
|
|
],
|
|
[
|
|
659.252370078,
|
|
6.5
|
|
],
|
|
[
|
|
659.752598579,
|
|
6.375
|
|
],
|
|
[
|
|
660.25281144,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
660.753045461,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
661.253268682,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
661.753489428,
|
|
6.5
|
|
],
|
|
[
|
|
662.253704353,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
662.753922204,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
663.254141126,
|
|
7.904642409033883
|
|
],
|
|
[
|
|
663.754372703,
|
|
9.01126408010012
|
|
],
|
|
[
|
|
664.254593679,
|
|
7.740324594257174
|
|
],
|
|
[
|
|
664.754798806,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
665.255023089,
|
|
6.625
|
|
],
|
|
[
|
|
665.755231622,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
666.255456376,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
666.755675398,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
667.255893429,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
667.756116209,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
668.256341654,
|
|
6.5
|
|
],
|
|
[
|
|
668.756567048,
|
|
6.375
|
|
],
|
|
[
|
|
669.256791511,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
669.757016045,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
670.257240718,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
670.75745418,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
671.257667442,
|
|
6.5
|
|
],
|
|
[
|
|
671.757891815,
|
|
6.5
|
|
],
|
|
[
|
|
672.258116078,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
672.758337986,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
673.258559544,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
673.758763869,
|
|
6.5
|
|
],
|
|
[
|
|
674.258995575,
|
|
6.75
|
|
],
|
|
[
|
|
674.759211863,
|
|
6.641604010025063
|
|
],
|
|
[
|
|
675.259430495,
|
|
6.625
|
|
],
|
|
[
|
|
675.759649999,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
676.259841961,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
676.760116257,
|
|
6.625
|
|
],
|
|
[
|
|
677.260340299,
|
|
6.883604505632036
|
|
],
|
|
[
|
|
677.760554814,
|
|
6.5
|
|
],
|
|
[
|
|
678.260773506,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
678.761002267,
|
|
6.5
|
|
],
|
|
[
|
|
679.261217893,
|
|
6.625
|
|
],
|
|
[
|
|
679.761438469,
|
|
6.375
|
|
],
|
|
[
|
|
680.261660708,
|
|
6.625
|
|
],
|
|
[
|
|
680.76189054,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
681.262150991,
|
|
6.375
|
|
],
|
|
[
|
|
681.762377698,
|
|
6.5
|
|
],
|
|
[
|
|
682.262595408,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
682.762818038,
|
|
6.5
|
|
],
|
|
[
|
|
683.263039365,
|
|
6.5
|
|
],
|
|
[
|
|
683.763260151,
|
|
7.259073842302882
|
|
],
|
|
[
|
|
684.263484193,
|
|
6.883604505632036
|
|
],
|
|
[
|
|
684.763701012,
|
|
6.5
|
|
],
|
|
[
|
|
685.263920295,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
685.764137454,
|
|
6.5
|
|
],
|
|
[
|
|
686.264390511,
|
|
6.5
|
|
],
|
|
[
|
|
686.764606087,
|
|
6.375
|
|
],
|
|
[
|
|
687.26483055,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
687.765060233,
|
|
6.5
|
|
],
|
|
[
|
|
688.265297169,
|
|
6.5
|
|
],
|
|
[
|
|
688.765510811,
|
|
6.375
|
|
],
|
|
[
|
|
689.265734393,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
689.765948436,
|
|
6.5
|
|
],
|
|
[
|
|
690.266175053,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
690.766407962,
|
|
6.75
|
|
],
|
|
[
|
|
691.266631523,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
691.766852189,
|
|
6.5
|
|
],
|
|
[
|
|
692.267090888,
|
|
6.5
|
|
],
|
|
[
|
|
692.767317255,
|
|
6.625
|
|
],
|
|
[
|
|
693.267533542,
|
|
6.5
|
|
],
|
|
[
|
|
693.767748077,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
694.267912046,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
694.768132652,
|
|
6.5
|
|
],
|
|
[
|
|
695.268341706,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
695.768559196,
|
|
6.5
|
|
],
|
|
[
|
|
696.268777156,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
696.769013041,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
697.269229017,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
697.769451306,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
698.269668996,
|
|
6.5
|
|
],
|
|
[
|
|
698.76988827,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
699.270105158,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
699.770326225,
|
|
6.5
|
|
],
|
|
[
|
|
700.270557831,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
700.770781923,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
701.271020222,
|
|
6.625
|
|
],
|
|
[
|
|
701.771245145,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
702.271468576,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
702.771690034,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
703.271911,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
703.772119613,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
704.272327094,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
704.772525047,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
705.272747086,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
705.772966038,
|
|
6.5
|
|
],
|
|
[
|
|
706.273188647,
|
|
6.625
|
|
],
|
|
[
|
|
706.773406568,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
707.273592909,
|
|
9.887359198998752
|
|
],
|
|
[
|
|
707.773798226,
|
|
11.4856429463171
|
|
],
|
|
[
|
|
708.274015415,
|
|
6.5
|
|
],
|
|
[
|
|
708.774211966,
|
|
10.237203495630467
|
|
],
|
|
[
|
|
709.274412834,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
709.774588185,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
710.274784335,
|
|
6.5
|
|
],
|
|
[
|
|
710.774993539,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
711.27518488,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
711.775376461,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
712.275568643,
|
|
6.625
|
|
],
|
|
[
|
|
712.775764673,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
713.275972254,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
713.776166049,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
714.276362249,
|
|
6.625
|
|
],
|
|
[
|
|
714.776569359,
|
|
6.5
|
|
],
|
|
[
|
|
715.276771861,
|
|
6.625
|
|
],
|
|
[
|
|
715.777056526,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
716.277279336,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
716.777503489,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
717.277722521,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
717.77793993,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
718.278149946,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
718.778375531,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
719.278593211,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
719.778816051,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
720.279106968,
|
|
6.5
|
|
],
|
|
[
|
|
720.779334697,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
721.279562306,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
721.779748777,
|
|
8.1351689612015
|
|
],
|
|
[
|
|
722.279906926,
|
|
9.774436090225564
|
|
],
|
|
[
|
|
722.780149783,
|
|
10.77694235588973
|
|
],
|
|
[
|
|
723.280321707,
|
|
11.904761904761912
|
|
],
|
|
[
|
|
723.780521584,
|
|
11.138923654568217
|
|
],
|
|
[
|
|
724.280725448,
|
|
12.109862671660423
|
|
],
|
|
[
|
|
724.780935624,
|
|
10.75
|
|
],
|
|
[
|
|
725.281139158,
|
|
10.625
|
|
],
|
|
[
|
|
725.781325589,
|
|
10.888610763454324
|
|
],
|
|
[
|
|
726.281524043,
|
|
10.986267166042452
|
|
],
|
|
[
|
|
726.781728699,
|
|
10.678391959799
|
|
],
|
|
[
|
|
727.281897457,
|
|
6.641604010025063
|
|
],
|
|
[
|
|
727.782160382,
|
|
11.77215189873418
|
|
],
|
|
[
|
|
728.28235055,
|
|
11.083123425692705
|
|
],
|
|
[
|
|
728.782558101,
|
|
7.556675062972289
|
|
],
|
|
[
|
|
729.282791471,
|
|
7.151819322459218
|
|
],
|
|
[
|
|
729.783062,
|
|
6.625
|
|
],
|
|
[
|
|
730.283258741,
|
|
8.010012515644561
|
|
],
|
|
[
|
|
730.783462384,
|
|
8.510638297872347
|
|
],
|
|
[
|
|
731.283745778,
|
|
7.304785894206546
|
|
],
|
|
[
|
|
731.783950333,
|
|
7.884856070087608
|
|
],
|
|
[
|
|
732.284139479,
|
|
9.559748427672957
|
|
],
|
|
[
|
|
732.784325229,
|
|
32.44949494949495
|
|
],
|
|
[
|
|
733.284509407,
|
|
16.07594936708861
|
|
],
|
|
[
|
|
733.78470253,
|
|
14.64646464646465
|
|
],
|
|
[
|
|
734.285016391,
|
|
10.552763819095475
|
|
],
|
|
[
|
|
734.785219363,
|
|
24.303797468354432
|
|
],
|
|
[
|
|
735.285428748,
|
|
9.2964824120603
|
|
],
|
|
[
|
|
735.785634826,
|
|
13.065326633165824
|
|
],
|
|
[
|
|
736.285857566,
|
|
10.175879396984925
|
|
],
|
|
[
|
|
736.786069595,
|
|
8.942065491183882
|
|
],
|
|
[
|
|
737.286334323,
|
|
7.4120603015075375
|
|
],
|
|
[
|
|
737.786533999,
|
|
8.312342569269532
|
|
],
|
|
[
|
|
738.286779311,
|
|
10.175879396984925
|
|
],
|
|
[
|
|
738.786960152,
|
|
9.056603773584897
|
|
],
|
|
[
|
|
739.287422771,
|
|
63.751584283903675
|
|
],
|
|
[
|
|
739.787632506,
|
|
70.99236641221374
|
|
],
|
|
[
|
|
740.287842822,
|
|
64.07643312101911
|
|
],
|
|
[
|
|
740.788060131,
|
|
59.07928388746803
|
|
],
|
|
[
|
|
741.288256923,
|
|
46.36015325670498
|
|
],
|
|
[
|
|
741.788448914,
|
|
35.832274459974585
|
|
],
|
|
[
|
|
742.288631729,
|
|
36.16751269035533
|
|
],
|
|
[
|
|
742.788846754,
|
|
12.155388471177943
|
|
],
|
|
[
|
|
743.289087047,
|
|
12.125
|
|
],
|
|
[
|
|
743.789280451,
|
|
10.9159347553325
|
|
],
|
|
[
|
|
744.289463847,
|
|
14.267676767676761
|
|
],
|
|
[
|
|
744.78967285,
|
|
13.25
|
|
],
|
|
[
|
|
745.289864672,
|
|
15.716096324461347
|
|
],
|
|
[
|
|
745.790073355,
|
|
13.727959697732999
|
|
],
|
|
[
|
|
746.290272831,
|
|
10.24020227560051
|
|
],
|
|
[
|
|
746.790452279,
|
|
9.535759096612296
|
|
],
|
|
[
|
|
747.290658608,
|
|
7.384230287859822
|
|
],
|
|
[
|
|
747.790897527,
|
|
6.5
|
|
],
|
|
[
|
|
748.291169349,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
748.791394272,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
749.291620919,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
749.791853687,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
750.29213655,
|
|
6.883604505632036
|
|
],
|
|
[
|
|
750.792363948,
|
|
7.240948813982513
|
|
],
|
|
[
|
|
751.292582693,
|
|
7.277289836888329
|
|
],
|
|
[
|
|
751.792799802,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
752.293024665,
|
|
10.262828535669584
|
|
],
|
|
[
|
|
752.793238688,
|
|
14.463840399002493
|
|
],
|
|
[
|
|
753.293455837,
|
|
10.150375939849624
|
|
],
|
|
[
|
|
753.793683075,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
754.293907527,
|
|
7.0
|
|
],
|
|
[
|
|
754.794137901,
|
|
8.1351689612015
|
|
],
|
|
[
|
|
755.294375769,
|
|
8.625
|
|
],
|
|
[
|
|
755.794605241,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
756.294812872,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
756.795082459,
|
|
6.5
|
|
],
|
|
[
|
|
757.295311981,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
757.795538227,
|
|
6.5
|
|
],
|
|
[
|
|
758.295754033,
|
|
6.75
|
|
],
|
|
[
|
|
758.795990058,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
759.296217877,
|
|
6.5
|
|
],
|
|
[
|
|
759.796440476,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
760.296667323,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
760.796904289,
|
|
7.0
|
|
],
|
|
[
|
|
761.297169598,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
761.797386997,
|
|
6.375
|
|
],
|
|
[
|
|
762.297621168,
|
|
7.759699624530654
|
|
],
|
|
[
|
|
762.797846713,
|
|
6.625
|
|
],
|
|
[
|
|
763.298082917,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
763.798305036,
|
|
6.5
|
|
],
|
|
[
|
|
764.298524339,
|
|
10.150375939849624
|
|
],
|
|
[
|
|
764.798745575,
|
|
7.990012484394498
|
|
],
|
|
[
|
|
765.298976329,
|
|
10.513141426783477
|
|
],
|
|
[
|
|
765.799193538,
|
|
6.375
|
|
],
|
|
[
|
|
766.299403804,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
766.799628828,
|
|
6.5
|
|
],
|
|
[
|
|
767.299856727,
|
|
6.5
|
|
],
|
|
[
|
|
767.800093573,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
768.300312114,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
768.800529283,
|
|
6.5
|
|
],
|
|
[
|
|
769.300748436,
|
|
14.786967418546368
|
|
],
|
|
[
|
|
769.800935428,
|
|
9.159347553324977
|
|
],
|
|
[
|
|
770.301158749,
|
|
13.550815558343785
|
|
],
|
|
[
|
|
770.801367141,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
771.301583388,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
771.801808191,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
772.302089901,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
772.802317439,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
773.302538065,
|
|
6.766917293233092
|
|
],
|
|
[
|
|
773.802765904,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
774.303004703,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
774.803229907,
|
|
6.5
|
|
],
|
|
[
|
|
775.30344406,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
775.803669855,
|
|
6.5
|
|
],
|
|
[
|
|
776.303902222,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
776.80414003,
|
|
6.375
|
|
],
|
|
[
|
|
777.304358441,
|
|
6.625
|
|
],
|
|
[
|
|
777.804579237,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
778.304806545,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
778.80504844,
|
|
6.375
|
|
],
|
|
[
|
|
779.305271189,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
779.805492346,
|
|
6.265664160401002
|
|
],
|
|
[
|
|
780.305699506,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
780.805901566,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
781.306129515,
|
|
6.75
|
|
],
|
|
[
|
|
781.806354619,
|
|
6.5
|
|
],
|
|
[
|
|
782.306579081,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
782.806803383,
|
|
6.766917293233092
|
|
],
|
|
[
|
|
783.307010193,
|
|
7.634543178973715
|
|
],
|
|
[
|
|
783.807234054,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
784.307454359,
|
|
6.75
|
|
],
|
|
[
|
|
784.807677068,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
785.307893626,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
785.808100005,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
786.308333594,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
786.808561874,
|
|
6.5
|
|
],
|
|
[
|
|
787.308784904,
|
|
6.625
|
|
],
|
|
[
|
|
787.809023473,
|
|
6.375
|
|
],
|
|
[
|
|
788.309250269,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
788.809477477,
|
|
6.265664160401002
|
|
],
|
|
[
|
|
789.309701839,
|
|
6.625
|
|
],
|
|
[
|
|
789.809918397,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
790.310135095,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
790.81036075,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
791.310588508,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
791.810813863,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
792.311100432,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
792.811318342,
|
|
6.625
|
|
],
|
|
[
|
|
793.311544968,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
793.811766956,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
794.311996418,
|
|
7.25
|
|
],
|
|
[
|
|
794.812225799,
|
|
6.625
|
|
],
|
|
[
|
|
795.312418042,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
795.812645449,
|
|
6.5
|
|
],
|
|
[
|
|
796.312869732,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
796.813101688,
|
|
6.375
|
|
],
|
|
[
|
|
797.313327693,
|
|
6.75
|
|
],
|
|
[
|
|
797.813541175,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
798.313754757,
|
|
6.75
|
|
],
|
|
[
|
|
798.813981103,
|
|
6.375
|
|
],
|
|
[
|
|
799.314196719,
|
|
6.875
|
|
],
|
|
[
|
|
799.814414459,
|
|
6.375
|
|
],
|
|
[
|
|
800.314630987,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
800.814847214,
|
|
6.5
|
|
],
|
|
[
|
|
801.315113935,
|
|
7.133917396745943
|
|
],
|
|
[
|
|
801.815335372,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
802.315551439,
|
|
6.875
|
|
],
|
|
[
|
|
802.815762376,
|
|
6.375
|
|
],
|
|
[
|
|
803.315978583,
|
|
7.0
|
|
],
|
|
[
|
|
803.816198106,
|
|
6.5
|
|
],
|
|
[
|
|
804.316411317,
|
|
8.364544319600498
|
|
],
|
|
[
|
|
804.816628336,
|
|
8.625
|
|
],
|
|
[
|
|
805.316846907,
|
|
7.644110275689215
|
|
],
|
|
[
|
|
805.817122656,
|
|
6.5
|
|
],
|
|
[
|
|
806.317334955,
|
|
6.5
|
|
],
|
|
[
|
|
806.817558847,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
807.317784,
|
|
6.625
|
|
],
|
|
[
|
|
807.818067774,
|
|
6.375
|
|
],
|
|
[
|
|
808.318299139,
|
|
6.625
|
|
],
|
|
[
|
|
808.818520957,
|
|
6.625
|
|
],
|
|
[
|
|
809.318739799,
|
|
7.634543178973715
|
|
],
|
|
[
|
|
809.818966736,
|
|
6.733167082294273
|
|
],
|
|
[
|
|
810.319189034,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
810.819458922,
|
|
6.625
|
|
],
|
|
[
|
|
811.31969205,
|
|
7.133917396745943
|
|
],
|
|
[
|
|
811.819919378,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
812.320151795,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
812.820370747,
|
|
6.5
|
|
],
|
|
[
|
|
813.320591763,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
813.820804303,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
814.321075022,
|
|
6.5
|
|
],
|
|
[
|
|
814.821297181,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
815.321524629,
|
|
6.625
|
|
],
|
|
[
|
|
815.821755653,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
816.321999963,
|
|
6.625
|
|
],
|
|
[
|
|
816.822218785,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
817.322440983,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
817.822666968,
|
|
6.265664160401002
|
|
],
|
|
[
|
|
818.32289133,
|
|
6.75
|
|
],
|
|
[
|
|
818.823109962,
|
|
6.375
|
|
],
|
|
[
|
|
819.323328753,
|
|
7.25
|
|
],
|
|
[
|
|
819.823547595,
|
|
6.375
|
|
],
|
|
[
|
|
820.323769383,
|
|
6.5
|
|
],
|
|
[
|
|
820.824036084,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
821.324257601,
|
|
7.5
|
|
],
|
|
[
|
|
821.824565019,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
822.324786936,
|
|
6.5
|
|
],
|
|
[
|
|
822.82506524,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
823.325296174,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
823.825518112,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
824.325734409,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
824.82595814,
|
|
15.26908635794743
|
|
],
|
|
[
|
|
825.326190918,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
825.826415851,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
826.32664389,
|
|
6.5
|
|
],
|
|
[
|
|
826.826868212,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
827.32711171,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
827.827327957,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
828.327548001,
|
|
6.5
|
|
],
|
|
[
|
|
828.827758718,
|
|
6.375
|
|
],
|
|
[
|
|
829.327965788,
|
|
7.5
|
|
],
|
|
[
|
|
829.828184048,
|
|
6.5
|
|
],
|
|
[
|
|
830.328407439,
|
|
6.625
|
|
],
|
|
[
|
|
830.828632061,
|
|
6.625
|
|
],
|
|
[
|
|
831.328859189,
|
|
6.625
|
|
],
|
|
[
|
|
831.829096224,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
832.329324023,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
832.829539769,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
833.329760023,
|
|
7.384230287859822
|
|
],
|
|
[
|
|
833.829989665,
|
|
6.5
|
|
],
|
|
[
|
|
834.33020989,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
834.830434923,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
835.330667681,
|
|
6.5
|
|
],
|
|
[
|
|
835.830902713,
|
|
6.5
|
|
],
|
|
[
|
|
836.331229527,
|
|
10.150375939849624
|
|
],
|
|
[
|
|
836.831481862,
|
|
6.857855361596009
|
|
],
|
|
[
|
|
837.331702317,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
837.831926719,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
838.3321402,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
838.832338033,
|
|
6.375
|
|
],
|
|
[
|
|
839.33257009,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
839.832793039,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
840.333032369,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
840.833248496,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
841.333470854,
|
|
6.883604505632036
|
|
],
|
|
[
|
|
841.833699765,
|
|
6.5
|
|
],
|
|
[
|
|
842.333918787,
|
|
6.5
|
|
],
|
|
[
|
|
842.834131297,
|
|
6.375
|
|
],
|
|
[
|
|
843.334341673,
|
|
7.990012484394498
|
|
],
|
|
[
|
|
843.834566826,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
844.334792942,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
844.83502585,
|
|
6.265664160401002
|
|
],
|
|
[
|
|
845.335234082,
|
|
6.875
|
|
],
|
|
[
|
|
845.835457492,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
846.33568531,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
846.835912358,
|
|
6.375
|
|
],
|
|
[
|
|
847.336127953,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
847.8363439,
|
|
6.375
|
|
],
|
|
[
|
|
848.336560497,
|
|
6.75
|
|
],
|
|
[
|
|
848.836776864,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
849.337020071,
|
|
6.75
|
|
],
|
|
[
|
|
849.837249052,
|
|
6.375
|
|
],
|
|
[
|
|
850.337474476,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
850.837701263,
|
|
6.5
|
|
],
|
|
[
|
|
851.337921658,
|
|
6.5
|
|
],
|
|
[
|
|
851.838122145,
|
|
6.375
|
|
],
|
|
[
|
|
852.338318134,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
852.838528159,
|
|
7.769423558897245
|
|
],
|
|
[
|
|
853.33874652,
|
|
6.5
|
|
],
|
|
[
|
|
853.838986671,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
854.339238064,
|
|
6.625
|
|
],
|
|
[
|
|
854.839460432,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
855.339684604,
|
|
6.875
|
|
],
|
|
[
|
|
855.839912854,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
856.340133459,
|
|
6.5
|
|
],
|
|
[
|
|
856.840358312,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
857.340579187,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
857.840796065,
|
|
6.5
|
|
],
|
|
[
|
|
858.341021419,
|
|
6.625
|
|
],
|
|
[
|
|
858.841243136,
|
|
6.375
|
|
],
|
|
[
|
|
859.341465474,
|
|
6.5
|
|
],
|
|
[
|
|
859.841699354,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
860.34192588,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
860.842150854,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
861.342373312,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
861.842597133,
|
|
6.375
|
|
],
|
|
[
|
|
862.342817277,
|
|
7.0
|
|
],
|
|
[
|
|
862.843086283,
|
|
7.125
|
|
],
|
|
[
|
|
863.343317207,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
863.843540357,
|
|
6.5
|
|
],
|
|
[
|
|
864.343768627,
|
|
10.0
|
|
],
|
|
[
|
|
864.844007426,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
865.3442333,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
865.844451992,
|
|
6.375
|
|
],
|
|
[
|
|
866.34466923,
|
|
6.75
|
|
],
|
|
[
|
|
866.844896257,
|
|
6.375
|
|
],
|
|
[
|
|
867.345115189,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
867.845341715,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
868.345575996,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
868.845807361,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
869.346098749,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
869.846323121,
|
|
6.375
|
|
],
|
|
[
|
|
870.346522797,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
870.846755234,
|
|
6.5
|
|
],
|
|
[
|
|
871.346991318,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
871.847213125,
|
|
6.375
|
|
],
|
|
[
|
|
872.347434201,
|
|
6.5
|
|
],
|
|
[
|
|
872.847666057,
|
|
6.5
|
|
],
|
|
[
|
|
873.347902351,
|
|
6.8664169787765275
|
|
],
|
|
[
|
|
873.848176376,
|
|
6.375
|
|
],
|
|
[
|
|
874.348404365,
|
|
6.625
|
|
],
|
|
[
|
|
874.848642573,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
875.348871063,
|
|
6.5
|
|
],
|
|
[
|
|
875.849137864,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
876.349355153,
|
|
6.5
|
|
],
|
|
[
|
|
876.849564046,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
877.349775704,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
877.850009364,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
878.350233044,
|
|
6.5
|
|
],
|
|
[
|
|
878.850450233,
|
|
6.5
|
|
],
|
|
[
|
|
879.350668303,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
879.850896011,
|
|
6.375
|
|
],
|
|
[
|
|
880.351143346,
|
|
6.625
|
|
],
|
|
[
|
|
880.851369331,
|
|
6.5
|
|
],
|
|
[
|
|
881.351587291,
|
|
6.625
|
|
],
|
|
[
|
|
881.851805632,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
882.35204395,
|
|
6.625
|
|
],
|
|
[
|
|
882.852255118,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
883.352486052,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
883.852707989,
|
|
6.375
|
|
],
|
|
[
|
|
884.352934906,
|
|
6.5
|
|
],
|
|
[
|
|
884.853155841,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
885.353377949,
|
|
6.5
|
|
],
|
|
[
|
|
885.853595458,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
886.353820201,
|
|
7.0
|
|
],
|
|
[
|
|
886.854032771,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
887.354258946,
|
|
10.539523212045168
|
|
],
|
|
[
|
|
887.85447922,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
888.354692782,
|
|
6.733167082294273
|
|
],
|
|
[
|
|
888.854926772,
|
|
6.375
|
|
],
|
|
[
|
|
889.35514376,
|
|
6.5
|
|
],
|
|
[
|
|
889.855366629,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
890.355592003,
|
|
6.5
|
|
],
|
|
[
|
|
890.85581376,
|
|
6.5
|
|
],
|
|
[
|
|
891.356087926,
|
|
6.625
|
|
],
|
|
[
|
|
891.856303882,
|
|
6.375
|
|
],
|
|
[
|
|
892.356524477,
|
|
6.5
|
|
],
|
|
[
|
|
892.856750692,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
893.356983931,
|
|
6.75
|
|
],
|
|
[
|
|
893.857207842,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
894.357423938,
|
|
6.608478802992522
|
|
],
|
|
[
|
|
894.857638963,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
895.357855991,
|
|
6.5
|
|
],
|
|
[
|
|
895.858095301,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
896.358316888,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
896.858542281,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
897.358777043,
|
|
6.5
|
|
],
|
|
[
|
|
897.859016844,
|
|
6.375
|
|
],
|
|
[
|
|
898.35924375,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
898.859469224,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
899.359696722,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
899.859924681,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
900.360150125,
|
|
6.375
|
|
],
|
|
[
|
|
900.860372583,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
901.360591896,
|
|
6.991260923845189
|
|
],
|
|
[
|
|
901.860814504,
|
|
6.5
|
|
],
|
|
[
|
|
902.361063021,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
902.861291571,
|
|
6.375
|
|
],
|
|
[
|
|
903.361511485,
|
|
7.75
|
|
],
|
|
[
|
|
903.861732671,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
904.361956532,
|
|
6.625
|
|
],
|
|
[
|
|
904.862179551,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
905.362402851,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
905.862623255,
|
|
6.5
|
|
],
|
|
[
|
|
906.362850122,
|
|
6.9825436408977595
|
|
],
|
|
[
|
|
906.863090834,
|
|
6.375
|
|
],
|
|
[
|
|
907.363309766,
|
|
6.5
|
|
],
|
|
[
|
|
907.863528277,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
908.363746587,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
908.86396065,
|
|
6.5
|
|
],
|
|
[
|
|
909.364176556,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
909.864384147,
|
|
6.375
|
|
],
|
|
[
|
|
910.364595875,
|
|
6.625
|
|
],
|
|
[
|
|
910.86479572,
|
|
6.375
|
|
],
|
|
[
|
|
911.365013559,
|
|
6.5
|
|
],
|
|
[
|
|
911.865220759,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
912.365425584,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
912.865635969,
|
|
6.375
|
|
],
|
|
[
|
|
913.365850743,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
913.86607247,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
914.366278287,
|
|
6.5
|
|
],
|
|
[
|
|
914.866485146,
|
|
6.375
|
|
],
|
|
[
|
|
915.366689501,
|
|
6.75
|
|
],
|
|
[
|
|
915.866907441,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
916.36712513,
|
|
6.5
|
|
],
|
|
[
|
|
916.867340465,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
917.367546732,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
917.867757549,
|
|
7.0
|
|
],
|
|
[
|
|
918.367972112,
|
|
6.625
|
|
],
|
|
[
|
|
918.86817264,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
919.369229392,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
919.869417536,
|
|
25.311720698254362
|
|
],
|
|
[
|
|
920.369611942,
|
|
63.15789473684211
|
|
],
|
|
[
|
|
920.86981829,
|
|
78.22277847309137
|
|
],
|
|
[
|
|
921.37003114,
|
|
60.95118898623279
|
|
],
|
|
[
|
|
921.870233821,
|
|
39.29912390488111
|
|
],
|
|
[
|
|
922.370438997,
|
|
25.376884422110564
|
|
],
|
|
[
|
|
922.870649353,
|
|
7.0
|
|
],
|
|
[
|
|
923.370845342,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
923.871108957,
|
|
6.375
|
|
],
|
|
[
|
|
924.371313662,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
924.871521393,
|
|
6.5
|
|
],
|
|
[
|
|
925.371724384,
|
|
6.5
|
|
],
|
|
[
|
|
925.871935541,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
926.372142541,
|
|
6.625
|
|
],
|
|
[
|
|
926.872340784,
|
|
6.375
|
|
],
|
|
[
|
|
927.372543515,
|
|
6.625
|
|
],
|
|
[
|
|
927.872750734,
|
|
6.625
|
|
],
|
|
[
|
|
928.372974896,
|
|
6.625
|
|
],
|
|
[
|
|
928.873181184,
|
|
6.375
|
|
],
|
|
[
|
|
929.373388885,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
929.873598218,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
930.373807853,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
930.874034479,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
931.374238933,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
931.874446594,
|
|
6.875
|
|
],
|
|
[
|
|
932.374651259,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
932.874855853,
|
|
6.375
|
|
],
|
|
[
|
|
933.375074474,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
933.875272236,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
934.375475508,
|
|
7.5187969924811995
|
|
],
|
|
[
|
|
934.875679062,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
935.375890479,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
935.87609821,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
936.376307153,
|
|
6.5
|
|
],
|
|
[
|
|
936.876511908,
|
|
6.2578222778473105
|
|
],
|
|
[
|
|
937.376716853,
|
|
6.375
|
|
],
|
|
[
|
|
937.876923592,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
938.37713004,
|
|
6.625
|
|
],
|
|
[
|
|
938.877342219,
|
|
6.375
|
|
],
|
|
[
|
|
939.377543177,
|
|
7.0
|
|
],
|
|
[
|
|
939.877749074,
|
|
6.375
|
|
],
|
|
[
|
|
940.377955713,
|
|
6.375
|
|
],
|
|
[
|
|
940.87816168,
|
|
6.375
|
|
],
|
|
[
|
|
941.378360083,
|
|
6.75
|
|
],
|
|
[
|
|
941.878557344,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
942.378774192,
|
|
6.265664160401002
|
|
],
|
|
[
|
|
942.881901305,
|
|
31.67701863354037
|
|
],
|
|
[
|
|
943.382125076,
|
|
99.87515605493134
|
|
],
|
|
[
|
|
943.882363855,
|
|
98.99874843554443
|
|
],
|
|
[
|
|
944.382597514,
|
|
98.75
|
|
],
|
|
[
|
|
944.882816906,
|
|
97.99749687108886
|
|
],
|
|
[
|
|
945.383056607,
|
|
74.52948557089084
|
|
],
|
|
[
|
|
945.883267944,
|
|
12.875
|
|
],
|
|
[
|
|
946.383480253,
|
|
8.385481852315394
|
|
],
|
|
[
|
|
946.883716758,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
947.383921964,
|
|
7.75
|
|
],
|
|
[
|
|
947.884130276,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
948.384335421,
|
|
6.5
|
|
],
|
|
[
|
|
948.884543262,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
949.384751123,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
949.884959454,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
950.385167686,
|
|
11.889862327909881
|
|
],
|
|
[
|
|
950.885370788,
|
|
6.5
|
|
],
|
|
[
|
|
951.385581955,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
951.885793653,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
952.386050947,
|
|
8.98876404494382
|
|
],
|
|
[
|
|
952.886266862,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
953.386473541,
|
|
8.625
|
|
],
|
|
[
|
|
953.886686562,
|
|
6.5
|
|
],
|
|
[
|
|
954.386894923,
|
|
6.5
|
|
],
|
|
[
|
|
954.887102574,
|
|
6.641604010025063
|
|
],
|
|
[
|
|
955.387280519,
|
|
8.03011292346298
|
|
],
|
|
[
|
|
955.887458944,
|
|
9.559748427672957
|
|
],
|
|
[
|
|
956.387638762,
|
|
13.61916771752837
|
|
],
|
|
[
|
|
956.887833128,
|
|
9.147869674185458
|
|
],
|
|
[
|
|
957.388065665,
|
|
9.205548549810842
|
|
],
|
|
[
|
|
957.888274488,
|
|
9.547738693467338
|
|
],
|
|
[
|
|
958.388455458,
|
|
7.277289836888329
|
|
],
|
|
[
|
|
958.888638592,
|
|
7.25
|
|
],
|
|
[
|
|
959.388883924,
|
|
8.291457286432163
|
|
],
|
|
[
|
|
959.889087236,
|
|
6.649937264742789
|
|
],
|
|
[
|
|
960.389297992,
|
|
7.151819322459218
|
|
],
|
|
[
|
|
960.889499882,
|
|
8.406524466750312
|
|
],
|
|
[
|
|
961.38966391,
|
|
7.017543859649123
|
|
],
|
|
[
|
|
961.889859628,
|
|
7.151819322459218
|
|
],
|
|
[
|
|
962.39007858,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
962.890294656,
|
|
11.041405269761611
|
|
],
|
|
[
|
|
963.390485275,
|
|
12.97229219143577
|
|
],
|
|
[
|
|
963.89066376,
|
|
15.113350125944578
|
|
],
|
|
[
|
|
964.390870529,
|
|
12.201257861635213
|
|
],
|
|
[
|
|
964.89111068,
|
|
6.5
|
|
],
|
|
[
|
|
965.391295418,
|
|
7.259073842302882
|
|
],
|
|
[
|
|
965.891467862,
|
|
9.033877038895852
|
|
],
|
|
[
|
|
966.391675092,
|
|
7.924528301886795
|
|
],
|
|
[
|
|
966.891858076,
|
|
13.659147869674186
|
|
],
|
|
[
|
|
967.392055978,
|
|
10.718789407314006
|
|
],
|
|
[
|
|
967.89225876,
|
|
8.186397984886653
|
|
],
|
|
[
|
|
968.392441363,
|
|
7.421383647798734
|
|
],
|
|
[
|
|
968.892637231,
|
|
8.050314465408803
|
|
],
|
|
[
|
|
969.392821918,
|
|
7.547169811320757
|
|
],
|
|
[
|
|
969.89303532,
|
|
7.924528301886795
|
|
],
|
|
[
|
|
970.393234494,
|
|
12.781954887218049
|
|
],
|
|
[
|
|
970.893422337,
|
|
12.610340479192942
|
|
],
|
|
[
|
|
971.393617815,
|
|
13.081761006289298
|
|
],
|
|
[
|
|
971.893826387,
|
|
6.265664160401002
|
|
],
|
|
[
|
|
972.394093058,
|
|
6.75
|
|
],
|
|
[
|
|
972.894302502,
|
|
6.5
|
|
],
|
|
[
|
|
973.394484775,
|
|
7.798742138364773
|
|
],
|
|
[
|
|
973.894687355,
|
|
7.6154806491885125
|
|
],
|
|
[
|
|
974.394912489,
|
|
8.060453400503775
|
|
],
|
|
[
|
|
974.895142992,
|
|
12.406015037593988
|
|
],
|
|
[
|
|
975.395307902,
|
|
13.888888888888886
|
|
],
|
|
[
|
|
975.89549808,
|
|
11.027568922305761
|
|
],
|
|
[
|
|
976.39570586,
|
|
6.633291614518143
|
|
],
|
|
[
|
|
976.895887502,
|
|
8.010012515644561
|
|
],
|
|
[
|
|
977.396072219,
|
|
9.962168978562431
|
|
],
|
|
[
|
|
977.89629587,
|
|
9.159347553324977
|
|
],
|
|
[
|
|
978.396501276,
|
|
7.169811320754718
|
|
],
|
|
[
|
|
978.896686975,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
979.396901047,
|
|
8.040201005025125
|
|
],
|
|
[
|
|
979.897106093,
|
|
6.641604010025063
|
|
],
|
|
[
|
|
980.397311048,
|
|
8.417085427135675
|
|
],
|
|
[
|
|
980.897555247,
|
|
7.914572864321613
|
|
],
|
|
[
|
|
981.397795629,
|
|
7.304785894206546
|
|
],
|
|
[
|
|
981.897983732,
|
|
8.385481852315394
|
|
],
|
|
[
|
|
982.398182476,
|
|
14.411027568922307
|
|
],
|
|
[
|
|
982.898383324,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
983.39858327,
|
|
6.892230576441108
|
|
],
|
|
[
|
|
983.898794647,
|
|
6.491885143570542
|
|
],
|
|
[
|
|
984.399018027,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
984.899226218,
|
|
6.649937264742789
|
|
],
|
|
[
|
|
985.399436684,
|
|
6.532663316582912
|
|
],
|
|
[
|
|
985.899670193,
|
|
6.641604010025063
|
|
],
|
|
[
|
|
986.399871822,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
986.900086666,
|
|
7.178841309823682
|
|
],
|
|
[
|
|
987.400289567,
|
|
8.668341708542712
|
|
],
|
|
[
|
|
987.900496646,
|
|
7.528230865746551
|
|
],
|
|
[
|
|
988.400705609,
|
|
7.788944723618087
|
|
],
|
|
[
|
|
988.900954537,
|
|
6.641604010025063
|
|
],
|
|
[
|
|
989.401139785,
|
|
8.55345911949685
|
|
],
|
|
[
|
|
989.901341745,
|
|
9.398496240601503
|
|
],
|
|
[
|
|
990.401527264,
|
|
7.6537013801756615
|
|
],
|
|
[
|
|
990.901735936,
|
|
7.1608040201005
|
|
],
|
|
[
|
|
991.401942504,
|
|
7.295597484276726
|
|
],
|
|
[
|
|
991.902150195,
|
|
8.281053952321201
|
|
],
|
|
[
|
|
992.402366772,
|
|
11.639549436795988
|
|
],
|
|
[
|
|
992.90259429,
|
|
10.678391959799
|
|
],
|
|
[
|
|
993.402774568,
|
|
7.0087609511889895
|
|
],
|
|
[
|
|
993.90295613,
|
|
7.026348808030107
|
|
],
|
|
[
|
|
994.403165073,
|
|
9.559748427672957
|
|
],
|
|
[
|
|
994.903369377,
|
|
6.766917293233092
|
|
],
|
|
[
|
|
995.403556819,
|
|
7.528230865746551
|
|
],
|
|
[
|
|
995.903760131,
|
|
7.142857142857139
|
|
],
|
|
[
|
|
996.403950178,
|
|
8.291457286432163
|
|
],
|
|
[
|
|
996.904178468,
|
|
7.2681704260651685
|
|
],
|
|
[
|
|
997.405026408,
|
|
8.5427135678392
|
|
],
|
|
[
|
|
997.90526662,
|
|
8.260325406758454
|
|
],
|
|
[
|
|
998.405496261,
|
|
6.649937264742789
|
|
],
|
|
[
|
|
998.905725121,
|
|
7.924528301886795
|
|
],
|
|
[
|
|
999.40592647,
|
|
8.690176322418125
|
|
],
|
|
[
|
|
999.906158075,
|
|
8.679245283018872
|
|
],
|
|
[
|
|
1000.406441948,
|
|
7.634543178973715
|
|
],
|
|
[
|
|
1000.906683412,
|
|
7.151819322459218
|
|
],
|
|
[
|
|
1001.406865074,
|
|
7.151819322459218
|
|
],
|
|
[
|
|
1001.907079657,
|
|
9.022556390977442
|
|
],
|
|
[
|
|
1002.407264625,
|
|
9.547738693467338
|
|
],
|
|
[
|
|
1002.907486652,
|
|
8.176100628930811
|
|
],
|
|
[
|
|
1003.407691647,
|
|
8.782936010037645
|
|
],
|
|
[
|
|
1003.907907523,
|
|
8.782936010037645
|
|
],
|
|
[
|
|
1004.408084997,
|
|
8.531994981179423
|
|
],
|
|
[
|
|
1004.908265957,
|
|
8.281053952321201
|
|
],
|
|
[
|
|
1005.408440054,
|
|
13.366960907944517
|
|
],
|
|
[
|
|
1005.908626194,
|
|
12.704402515723274
|
|
],
|
|
[
|
|
1006.408802496,
|
|
16.708542713567837
|
|
],
|
|
[
|
|
1006.908983907,
|
|
12.878787878787875
|
|
],
|
|
[
|
|
1007.409167682,
|
|
13.602015113350134
|
|
],
|
|
[
|
|
1007.909377366,
|
|
8.176100628930811
|
|
],
|
|
[
|
|
1008.409577863,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
1008.909785103,
|
|
8.040201005025125
|
|
],
|
|
[
|
|
1009.409997833,
|
|
9.159347553324977
|
|
],
|
|
[
|
|
1009.9101931,
|
|
10.539523212045168
|
|
],
|
|
[
|
|
1010.410374371,
|
|
7.365792759051175
|
|
],
|
|
[
|
|
1010.910588984,
|
|
7.026348808030107
|
|
],
|
|
[
|
|
1011.410796544,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
1011.911018772,
|
|
7.017543859649123
|
|
],
|
|
[
|
|
1012.41122562,
|
|
6.625
|
|
],
|
|
[
|
|
1012.911439282,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
1013.411644297,
|
|
6.625
|
|
],
|
|
[
|
|
1013.911847199,
|
|
7.125
|
|
],
|
|
[
|
|
1014.412089073,
|
|
6.625
|
|
],
|
|
[
|
|
1014.912298497,
|
|
6.390977443609032
|
|
],
|
|
[
|
|
1015.412508532,
|
|
6.75
|
|
],
|
|
[
|
|
1015.912718736,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
1016.412927909,
|
|
6.741573033707866
|
|
],
|
|
[
|
|
1016.913132835,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
1017.413341367,
|
|
6.38297872340425
|
|
],
|
|
[
|
|
1017.91355576,
|
|
6.5
|
|
],
|
|
[
|
|
1018.413765274,
|
|
6.641604010025063
|
|
],
|
|
[
|
|
1018.913987732,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
1019.414192396,
|
|
6.4070351758794
|
|
],
|
|
[
|
|
1019.914403984,
|
|
6.9008782936009965
|
|
],
|
|
[
|
|
1020.414613558,
|
|
6.658291457286438
|
|
],
|
|
[
|
|
1020.914820306,
|
|
6.5
|
|
],
|
|
[
|
|
1021.415032044,
|
|
6.5081351689612035
|
|
],
|
|
[
|
|
1021.915238973,
|
|
6.625
|
|
],
|
|
[
|
|
1022.415445081,
|
|
6.616729088639204
|
|
],
|
|
[
|
|
1022.915655155,
|
|
6.398996235884567
|
|
],
|
|
[
|
|
1023.415863617,
|
|
7.779171894604758
|
|
],
|
|
[
|
|
1023.916128945,
|
|
6.398996235884567
|
|
],
|
|
[
|
|
1024.416333049,
|
|
6.9008782936009965
|
|
],
|
|
[
|
|
1024.916539828,
|
|
6.398996235884567
|
|
],
|
|
[
|
|
1025.416740034,
|
|
6.524466750313678
|
|
],
|
|
[
|
|
1025.916910074,
|
|
6.649937264742789
|
|
],
|
|
[
|
|
1026.417113406,
|
|
6.524466750313678
|
|
],
|
|
[
|
|
1026.917315055,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
1027.417526542,
|
|
6.415094339622641
|
|
],
|
|
[
|
|
1027.917739583,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
1028.417947493,
|
|
6.524466750313678
|
|
],
|
|
[
|
|
1028.918156296,
|
|
6.4070351758794
|
|
],
|
|
[
|
|
1029.418362724,
|
|
6.649937264742789
|
|
],
|
|
[
|
|
1029.918574171,
|
|
6.7584480600750965
|
|
],
|
|
[
|
|
1030.418776672,
|
|
7.1608040201005
|
|
],
|
|
[
|
|
1030.918986456,
|
|
6.4070351758794
|
|
],
|
|
[
|
|
1031.419168758,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
1031.919376318,
|
|
6.4070351758794
|
|
],
|
|
[
|
|
1032.419589279,
|
|
6.524466750313678
|
|
],
|
|
[
|
|
1032.919795857,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
1033.420012544,
|
|
6.649937264742789
|
|
],
|
|
[
|
|
1033.920211648,
|
|
6.398996235884567
|
|
],
|
|
[
|
|
1034.420412145,
|
|
6.532663316582912
|
|
],
|
|
[
|
|
1034.920599958,
|
|
6.516290726817047
|
|
],
|
|
[
|
|
1035.420798932,
|
|
16.060225846925974
|
|
],
|
|
[
|
|
1035.920976807,
|
|
6.78391959798995
|
|
],
|
|
[
|
|
1036.421178125,
|
|
6.766917293233092
|
|
],
|
|
[
|
|
1036.92136693,
|
|
6.524466750313678
|
|
],
|
|
[
|
|
1037.421539815,
|
|
9.559748427672957
|
|
],
|
|
[
|
|
1037.921746904,
|
|
6.532663316582912
|
|
],
|
|
[
|
|
1038.421955226,
|
|
6.641604010025063
|
|
],
|
|
[
|
|
1038.922172153,
|
|
6.4070351758794
|
|
],
|
|
[
|
|
1039.244419358,
|
|
7.976653696498062
|
|
],
|
|
[
|
|
1039.744630215,
|
|
10.012515644555691
|
|
],
|
|
[
|
|
1040.244864785,
|
|
7.556675062972289
|
|
],
|
|
[
|
|
1040.745081242,
|
|
7.779171894604758
|
|
],
|
|
[
|
|
1041.245292559,
|
|
19.148936170212778
|
|
],
|
|
[
|
|
1041.745501322,
|
|
35.09433962264151
|
|
],
|
|
[
|
|
1042.245717588,
|
|
52.9559748427673
|
|
],
|
|
[
|
|
1042.745940767,
|
|
60.0250626566416
|
|
],
|
|
[
|
|
1043.246157294,
|
|
64.86825595984944
|
|
],
|
|
[
|
|
1043.746356759,
|
|
39.849624060150376
|
|
],
|
|
[
|
|
1044.246547638,
|
|
28.679245283018872
|
|
],
|
|
[
|
|
1044.746742263,
|
|
26.065162907268174
|
|
],
|
|
[
|
|
1045.247896047,
|
|
34.918648310387994
|
|
],
|
|
[
|
|
1045.748106212,
|
|
99.3734335839599
|
|
],
|
|
[
|
|
1046.248335112,
|
|
99.625468164794
|
|
],
|
|
[
|
|
1046.748572588,
|
|
99.7496871088861
|
|
],
|
|
[
|
|
1047.248808872,
|
|
98.2521847690387
|
|
],
|
|
[
|
|
1047.749033153,
|
|
97.24655819774718
|
|
],
|
|
[
|
|
1048.251901161,
|
|
95.39227895392278
|
|
],
|
|
[
|
|
1048.752110625,
|
|
48.614609571788414
|
|
],
|
|
[
|
|
1049.252286876,
|
|
6.398996235884567
|
|
],
|
|
[
|
|
1049.752476082,
|
|
6.524466750313678
|
|
],
|
|
[
|
|
1050.252672611,
|
|
6.892230576441108
|
|
],
|
|
[
|
|
1050.75285827,
|
|
6.4070351758794
|
|
],
|
|
[
|
|
1051.253166839,
|
|
7.017543859649123
|
|
],
|
|
[
|
|
1051.75338035,
|
|
6.524466750313678
|
|
],
|
|
[
|
|
1052.253571079,
|
|
7.393483709273184
|
|
],
|
|
[
|
|
1052.753769031,
|
|
10.275689223057654
|
|
],
|
|
[
|
|
1053.253990357,
|
|
10.414052697616057
|
|
],
|
|
[
|
|
1053.754198307,
|
|
9.261576971214012
|
|
]
|
|
];
|
|
// Position of the vertical axis.
|
|
const X_LINE = 50;
|
|
// General-use margin size.
|
|
const MARGIN = 5;
|
|
// Position of the horizontal axis, relative to the bottom.
|
|
const Y_LINE = 35;
|
|
// Minimum distance between time tick labels.
|
|
const MIN_TICK_DIST = 50;
|
|
// Radius for rounded rectangle corners.
|
|
const RADIUS = 3;
|
|
// Height of unit boxes.
|
|
const BOX_HEIGHT = 25;
|
|
// Distance between Y tick marks on the unit graph.
|
|
const Y_TICK_DIST = BOX_HEIGHT + 2;
|
|
// Rects used for mouseover detection.
|
|
// Objects of {x, y, x2, y2, i} where `i` is the index into UNIT_DATA.
|
|
let HIT_BOXES = [];
|
|
// Index into UNIT_DATA of the last unit hovered over by mouse.
|
|
let LAST_HOVER = null;
|
|
// Key is unit index, value is {x, y, width, rmeta_x} of the box.
|
|
let UNIT_COORDS = {};
|
|
// Map of unit index to the index it was unlocked by.
|
|
let REVERSE_UNIT_DEPS = {};
|
|
let REVERSE_UNIT_RMETA_DEPS = {};
|
|
|
|
// Colors from css
|
|
const getCssColor = name => getComputedStyle(document.body).getPropertyValue(name);
|
|
const TEXT_COLOR = getCssColor('--text');
|
|
const BG_COLOR = getCssColor('--background');
|
|
const CANVAS_BG = getCssColor('--canvas-background');
|
|
const AXES_COLOR = getCssColor('--canvas-axes');
|
|
const GRID_COLOR = getCssColor('--canvas-grid');
|
|
const BLOCK_COLOR = getCssColor('--canvas-block');
|
|
const CUSTOM_BUILD_COLOR = getCssColor('--canvas-custom-build');
|
|
const NOT_CUSTOM_BUILD_COLOR = getCssColor('--canvas-not-custom-build');
|
|
const DEP_LINE_COLOR = getCssColor('--canvas-dep-line');
|
|
const DEP_LINE_HIGHLIGHTED_COLOR = getCssColor('--canvas-dep-line-highlighted');
|
|
const CPU_COLOR = getCssColor('--canvas-cpu');
|
|
|
|
for (let n=0; n<UNIT_DATA.length; n++) {
|
|
let unit = UNIT_DATA[n];
|
|
for (let unlocked of unit.unlocked_units) {
|
|
REVERSE_UNIT_DEPS[unlocked] = n;
|
|
}
|
|
for (let unlocked of unit.unlocked_rmeta_units) {
|
|
REVERSE_UNIT_RMETA_DEPS[unlocked] = n;
|
|
}
|
|
}
|
|
|
|
function render_pipeline_graph() {
|
|
if (UNIT_DATA.length == 0) {
|
|
return;
|
|
}
|
|
let g = document.getElementById('pipeline-graph');
|
|
HIT_BOXES.length = 0;
|
|
g.onmousemove = pipeline_mousemove;
|
|
const min_time = document.getElementById('min-unit-time').valueAsNumber;
|
|
|
|
const units = UNIT_DATA.filter(unit => unit.duration >= min_time);
|
|
|
|
const graph_height = Y_TICK_DIST * units.length;
|
|
const {ctx, graph_width, canvas_width, canvas_height, px_per_sec} = draw_graph_axes('pipeline-graph', graph_height);
|
|
const container = document.getElementById('pipeline-container');
|
|
container.style.width = canvas_width;
|
|
container.style.height = canvas_height;
|
|
|
|
// Canvas for hover highlights. This is a separate layer to improve performance.
|
|
const linectx = setup_canvas('pipeline-graph-lines', canvas_width, canvas_height);
|
|
linectx.clearRect(0, 0, canvas_width, canvas_height);
|
|
ctx.strokeStyle = AXES_COLOR;
|
|
// Draw Y tick marks.
|
|
for (let n=1; n<units.length; n++) {
|
|
const y = MARGIN + Y_TICK_DIST * n;
|
|
ctx.beginPath();
|
|
ctx.moveTo(X_LINE, y);
|
|
ctx.lineTo(X_LINE-5, y);
|
|
ctx.stroke();
|
|
}
|
|
|
|
// Draw Y labels.
|
|
ctx.textAlign = 'end';
|
|
ctx.textBaseline = 'middle';
|
|
ctx.fillStyle = AXES_COLOR;
|
|
for (let n=0; n<units.length; n++) {
|
|
let y = MARGIN + Y_TICK_DIST * n + Y_TICK_DIST / 2;
|
|
ctx.fillText(n+1, X_LINE-4, y);
|
|
}
|
|
|
|
// Draw the graph.
|
|
ctx.save();
|
|
ctx.translate(X_LINE, MARGIN);
|
|
|
|
// Compute x,y coordinate of each block.
|
|
// We also populate a map with the count of each unit name to disambiguate if necessary
|
|
const unitCount = new Map();
|
|
UNIT_COORDS = {};
|
|
for (i=0; i<units.length; i++) {
|
|
let unit = units[i];
|
|
let y = i * Y_TICK_DIST + 1;
|
|
let x = px_per_sec * unit.start;
|
|
let rmeta_x = null;
|
|
if (unit.rmeta_time != null) {
|
|
rmeta_x = x + px_per_sec * unit.rmeta_time;
|
|
}
|
|
let width = Math.max(px_per_sec * unit.duration, 1.0);
|
|
UNIT_COORDS[unit.i] = {x, y, width, rmeta_x};
|
|
|
|
const count = unitCount.get(unit.name) || 0;
|
|
unitCount.set(unit.name, count + 1);
|
|
}
|
|
|
|
// Draw the blocks.
|
|
for (i=0; i<units.length; i++) {
|
|
let unit = units[i];
|
|
let {x, y, width, rmeta_x} = UNIT_COORDS[unit.i];
|
|
|
|
HIT_BOXES.push({x: X_LINE+x, y:MARGIN+y, x2: X_LINE+x+width, y2: MARGIN+y+BOX_HEIGHT, i: unit.i});
|
|
|
|
ctx.beginPath();
|
|
ctx.fillStyle = unit.mode == 'run-custom-build' ? CUSTOM_BUILD_COLOR : NOT_CUSTOM_BUILD_COLOR;
|
|
roundedRect(ctx, x, y, width, BOX_HEIGHT, RADIUS);
|
|
ctx.fill();
|
|
|
|
if (unit.rmeta_time != null) {
|
|
ctx.beginPath();
|
|
ctx.fillStyle = BLOCK_COLOR;
|
|
let ctime = unit.duration - unit.rmeta_time;
|
|
roundedRect(ctx, rmeta_x, y, px_per_sec * ctime, BOX_HEIGHT, RADIUS);
|
|
ctx.fill();
|
|
}
|
|
ctx.fillStyle = TEXT_COLOR;
|
|
ctx.textAlign = 'start';
|
|
ctx.textBaseline = 'middle';
|
|
ctx.font = '14px sans-serif';
|
|
|
|
const labelName = (unitCount.get(unit.name) || 0) > 1 ? `${unit.name} (v${unit.version})${unit.target}` : `${unit.name}${unit.target}`;
|
|
const label = `${labelName}: ${unit.duration}s`;
|
|
|
|
const text_info = ctx.measureText(label);
|
|
const label_x = Math.min(x + 5.0, canvas_width - text_info.width - X_LINE);
|
|
ctx.fillText(label, label_x, y + BOX_HEIGHT / 2);
|
|
draw_dep_lines(ctx, unit.i, false);
|
|
}
|
|
ctx.restore();
|
|
}
|
|
|
|
// Draws lines from the given unit to the units it unlocks.
|
|
function draw_dep_lines(ctx, unit_idx, highlighted) {
|
|
const unit = UNIT_DATA[unit_idx];
|
|
const {x, y, rmeta_x} = UNIT_COORDS[unit_idx];
|
|
ctx.save();
|
|
for (const unlocked of unit.unlocked_units) {
|
|
draw_one_dep_line(ctx, x, y, unlocked, highlighted);
|
|
}
|
|
for (const unlocked of unit.unlocked_rmeta_units) {
|
|
draw_one_dep_line(ctx, rmeta_x, y, unlocked, highlighted);
|
|
}
|
|
ctx.restore();
|
|
}
|
|
|
|
function draw_one_dep_line(ctx, from_x, from_y, to_unit, highlighted) {
|
|
if (to_unit in UNIT_COORDS) {
|
|
let {x: u_x, y: u_y} = UNIT_COORDS[to_unit];
|
|
ctx.strokeStyle = highlighted ? DEP_LINE_HIGHLIGHTED_COLOR: DEP_LINE_COLOR;
|
|
ctx.setLineDash([2]);
|
|
ctx.beginPath();
|
|
ctx.moveTo(from_x, from_y+BOX_HEIGHT/2);
|
|
ctx.lineTo(from_x-5, from_y+BOX_HEIGHT/2);
|
|
ctx.lineTo(from_x-5, u_y+BOX_HEIGHT/2);
|
|
ctx.lineTo(u_x, u_y+BOX_HEIGHT/2);
|
|
ctx.stroke();
|
|
}
|
|
}
|
|
|
|
function render_timing_graph() {
|
|
if (CONCURRENCY_DATA.length == 0) {
|
|
return;
|
|
}
|
|
const HEIGHT = 400;
|
|
const AXIS_HEIGHT = HEIGHT - MARGIN - Y_LINE;
|
|
const TOP_MARGIN = 10;
|
|
const GRAPH_HEIGHT = AXIS_HEIGHT - TOP_MARGIN;
|
|
|
|
const {canvas_width, graph_width, ctx} = draw_graph_axes('timing-graph', AXIS_HEIGHT);
|
|
|
|
// Draw Y tick marks and labels.
|
|
let max_v = 0;
|
|
for (c of CONCURRENCY_DATA) {
|
|
max_v = Math.max(max_v, c.active, c.waiting, c.inactive);
|
|
}
|
|
const px_per_v = GRAPH_HEIGHT / max_v;
|
|
const {step, tick_dist, num_ticks} = split_ticks(max_v, px_per_v, GRAPH_HEIGHT);
|
|
ctx.textAlign = 'end';
|
|
for (n=0; n<num_ticks; n++) {
|
|
let y = HEIGHT - Y_LINE - ((n + 1) * tick_dist);
|
|
ctx.beginPath();
|
|
ctx.moveTo(X_LINE, y);
|
|
ctx.lineTo(X_LINE-5, y);
|
|
ctx.stroke();
|
|
ctx.fillText((n+1) * step, X_LINE-10, y+5);
|
|
}
|
|
|
|
// Label the Y axis.
|
|
let label_y = (HEIGHT - Y_LINE) / 2;
|
|
ctx.save();
|
|
ctx.translate(15, label_y);
|
|
ctx.rotate(3*Math.PI/2);
|
|
ctx.textAlign = 'center';
|
|
ctx.fillText('# Units', 0, 0);
|
|
ctx.restore();
|
|
|
|
// Draw the graph.
|
|
ctx.save();
|
|
ctx.translate(X_LINE, MARGIN);
|
|
|
|
function coord(t, v) {
|
|
return {
|
|
x: graph_width * (t/DURATION),
|
|
y: TOP_MARGIN + GRAPH_HEIGHT * (1.0 - (v / max_v))
|
|
};
|
|
}
|
|
|
|
const cpuFillStyle = CPU_COLOR;
|
|
if (CPU_USAGE.length > 1) {
|
|
ctx.beginPath();
|
|
ctx.fillStyle = cpuFillStyle;
|
|
let bottomLeft = coord(CPU_USAGE[0][0], 0);
|
|
ctx.moveTo(bottomLeft.x, bottomLeft.y);
|
|
for (let i=0; i < CPU_USAGE.length; i++) {
|
|
let [time, usage] = CPU_USAGE[i];
|
|
let {x, y} = coord(time, usage / 100.0 * max_v);
|
|
ctx.lineTo(x, y);
|
|
}
|
|
let bottomRight = coord(CPU_USAGE[CPU_USAGE.length - 1][0], 0);
|
|
ctx.lineTo(bottomRight.x, bottomRight.y);
|
|
ctx.fill();
|
|
}
|
|
|
|
function draw_line(style, key) {
|
|
let first = CONCURRENCY_DATA[0];
|
|
let last = coord(first.t, key(first));
|
|
ctx.strokeStyle = style;
|
|
ctx.beginPath();
|
|
ctx.moveTo(last.x, last.y);
|
|
for (let i=1; i<CONCURRENCY_DATA.length; i++) {
|
|
let c = CONCURRENCY_DATA[i];
|
|
let {x, y} = coord(c.t, key(c));
|
|
ctx.lineTo(x, last.y);
|
|
ctx.lineTo(x, y);
|
|
last = {x, y};
|
|
}
|
|
ctx.stroke();
|
|
}
|
|
|
|
draw_line('blue', function(c) {return c.inactive;});
|
|
draw_line('red', function(c) {return c.waiting;});
|
|
draw_line('green', function(c) {return c.active;});
|
|
|
|
// Draw a legend.
|
|
ctx.restore();
|
|
ctx.save();
|
|
ctx.translate(canvas_width-200, MARGIN);
|
|
// background
|
|
ctx.fillStyle = BG_COLOR;
|
|
ctx.strokeStyle = TEXT_COLOR;
|
|
ctx.lineWidth = 1;
|
|
ctx.textBaseline = 'middle'
|
|
ctx.textAlign = 'start';
|
|
ctx.beginPath();
|
|
ctx.rect(0, 0, 150, 82);
|
|
ctx.stroke();
|
|
ctx.fill();
|
|
|
|
ctx.fillStyle = TEXT_COLOR;
|
|
ctx.beginPath();
|
|
ctx.lineWidth = 2;
|
|
ctx.strokeStyle = 'red';
|
|
ctx.moveTo(5, 10);
|
|
ctx.lineTo(50, 10);
|
|
ctx.stroke();
|
|
ctx.fillText('Waiting', 54, 11);
|
|
|
|
ctx.beginPath();
|
|
ctx.strokeStyle = 'blue';
|
|
ctx.moveTo(5, 30);
|
|
ctx.lineTo(50, 30);
|
|
ctx.stroke();
|
|
ctx.fillText('Inactive', 54, 31);
|
|
|
|
ctx.beginPath();
|
|
ctx.strokeStyle = 'green';
|
|
ctx.moveTo(5, 50);
|
|
ctx.lineTo(50, 50);
|
|
ctx.stroke();
|
|
ctx.fillText('Active', 54, 51);
|
|
|
|
ctx.beginPath();
|
|
ctx.fillStyle = cpuFillStyle
|
|
ctx.fillRect(15, 60, 30, 15);
|
|
ctx.fill();
|
|
ctx.fillStyle = TEXT_COLOR;
|
|
ctx.fillText('CPU Usage', 54, 71);
|
|
|
|
ctx.restore();
|
|
}
|
|
|
|
function setup_canvas(id, width, height) {
|
|
let g = document.getElementById(id);
|
|
let dpr = window.devicePixelRatio || 1;
|
|
g.width = width * dpr;
|
|
g.height = height * dpr;
|
|
g.style.width = width;
|
|
g.style.height = height;
|
|
let ctx = g.getContext('2d');
|
|
ctx.scale(dpr, dpr);
|
|
return ctx;
|
|
}
|
|
|
|
function draw_graph_axes(id, graph_height) {
|
|
const scale = document.getElementById('scale').valueAsNumber;
|
|
// Cap the size of the graph. It is hard to view if it is too large, and
|
|
// browsers may not render a large graph because it takes too much memory.
|
|
// 4096 is still ridiculously large, and probably won't render on mobile
|
|
// browsers, but should be ok for many desktop environments.
|
|
const graph_width = Math.min(scale * DURATION, 4096);
|
|
const px_per_sec = graph_width / DURATION;
|
|
const canvas_width = Math.max(graph_width + X_LINE + 30, X_LINE + 250);
|
|
const canvas_height = graph_height + MARGIN + Y_LINE;
|
|
let ctx = setup_canvas(id, canvas_width, canvas_height);
|
|
ctx.fillStyle = CANVAS_BG;
|
|
ctx.fillRect(0, 0, canvas_width, canvas_height);
|
|
|
|
ctx.lineWidth = 2;
|
|
ctx.font = '16px sans-serif';
|
|
ctx.textAlign = 'center';
|
|
ctx.strokeStyle = AXES_COLOR;
|
|
|
|
// Draw main axes.
|
|
ctx.beginPath();
|
|
ctx.moveTo(X_LINE, MARGIN);
|
|
ctx.lineTo(X_LINE, graph_height + MARGIN);
|
|
ctx.lineTo(X_LINE+graph_width+20, graph_height + MARGIN);
|
|
ctx.stroke();
|
|
|
|
// Draw X tick marks.
|
|
const {step, tick_dist, num_ticks} = split_ticks(DURATION, px_per_sec, graph_width);
|
|
ctx.fillStyle = AXES_COLOR;
|
|
for (let n=0; n<num_ticks; n++) {
|
|
const x = X_LINE + ((n + 1) * tick_dist);
|
|
ctx.beginPath();
|
|
ctx.moveTo(x, canvas_height-Y_LINE);
|
|
ctx.lineTo(x, canvas_height-Y_LINE+5);
|
|
ctx.stroke();
|
|
|
|
ctx.fillText(`${(n+1) * step}s`, x, canvas_height - Y_LINE + 20);
|
|
}
|
|
|
|
// Draw vertical lines.
|
|
ctx.strokeStyle = GRID_COLOR;
|
|
ctx.setLineDash([2, 4]);
|
|
for (n=0; n<num_ticks; n++) {
|
|
const x = X_LINE + ((n + 1) * tick_dist);
|
|
ctx.beginPath();
|
|
ctx.moveTo(x, MARGIN);
|
|
ctx.lineTo(x, MARGIN+graph_height);
|
|
ctx.stroke();
|
|
}
|
|
ctx.strokeStyle = TEXT_COLOR;
|
|
ctx.setLineDash([]);
|
|
return {canvas_width, canvas_height, graph_width, graph_height, ctx, px_per_sec};
|
|
}
|
|
|
|
// Determine the spacing and number of ticks along an axis.
|
|
function split_ticks(max_value, px_per_v, max_px) {
|
|
const max_ticks = Math.floor(max_px / MIN_TICK_DIST);
|
|
if (max_ticks <= 1) {
|
|
// Graph is too small for even 1 tick.
|
|
return {step: max_value, tick_dist: max_px, num_ticks: 1};
|
|
}
|
|
let step;
|
|
if (max_value <= max_ticks) {
|
|
step = 1;
|
|
} else if (max_value <= max_ticks * 2) {
|
|
step = 2;
|
|
} else if (max_value <= max_ticks * 4) {
|
|
step = 4;
|
|
} else if (max_value <= max_ticks * 5) {
|
|
step = 5;
|
|
} else {
|
|
step = 10;
|
|
let count = 0;
|
|
while (true) {
|
|
if (count > 100) {
|
|
throw Error("tick loop too long");
|
|
}
|
|
count += 1;
|
|
if (max_value <= max_ticks * step) {
|
|
break;
|
|
}
|
|
step += 10;
|
|
}
|
|
}
|
|
const tick_dist = px_per_v * step;
|
|
const num_ticks = Math.floor(max_value / step);
|
|
return {step, tick_dist, num_ticks};
|
|
}
|
|
|
|
function codegen_time(unit) {
|
|
if (unit.rmeta_time == null) {
|
|
return null;
|
|
}
|
|
let ctime = unit.duration - unit.rmeta_time;
|
|
return [unit.rmeta_time, ctime];
|
|
}
|
|
|
|
function roundedRect(ctx, x, y, width, height, r) {
|
|
r = Math.min(r, width, height);
|
|
ctx.beginPath();
|
|
ctx.moveTo(x+r, y);
|
|
ctx.lineTo(x+width-r, y);
|
|
ctx.arc(x+width-r, y+r, r, 3*Math.PI/2, 0);
|
|
ctx.lineTo(x+width, y+height-r);
|
|
ctx.arc(x+width-r, y+height-r, r, 0, Math.PI/2);
|
|
ctx.lineTo(x+r, y+height);
|
|
ctx.arc(x+r, y+height-r, r, Math.PI/2, Math.PI);
|
|
ctx.lineTo(x, y-r);
|
|
ctx.arc(x+r, y+r, r, Math.PI, 3*Math.PI/2);
|
|
ctx.closePath();
|
|
}
|
|
|
|
function pipeline_mouse_hit(event) {
|
|
// This brute-force method can be optimized if needed.
|
|
for (let box of HIT_BOXES) {
|
|
if (event.offsetX >= box.x && event.offsetX <= box.x2 &&
|
|
event.offsetY >= box.y && event.offsetY <= box.y2) {
|
|
return box;
|
|
}
|
|
}
|
|
}
|
|
|
|
function pipeline_mousemove(event) {
|
|
// Highlight dependency lines on mouse hover.
|
|
let box = pipeline_mouse_hit(event);
|
|
if (box) {
|
|
if (box.i != LAST_HOVER) {
|
|
LAST_HOVER = box.i;
|
|
let g = document.getElementById('pipeline-graph-lines');
|
|
let ctx = g.getContext('2d');
|
|
ctx.clearRect(0, 0, g.width, g.height);
|
|
ctx.save();
|
|
ctx.translate(X_LINE, MARGIN);
|
|
ctx.lineWidth = 2;
|
|
draw_dep_lines(ctx, box.i, true);
|
|
|
|
if (box.i in REVERSE_UNIT_DEPS) {
|
|
const dep_unit = REVERSE_UNIT_DEPS[box.i];
|
|
if (dep_unit in UNIT_COORDS) {
|
|
const {x, y, rmeta_x} = UNIT_COORDS[dep_unit];
|
|
draw_one_dep_line(ctx, x, y, box.i, true);
|
|
}
|
|
}
|
|
if (box.i in REVERSE_UNIT_RMETA_DEPS) {
|
|
const dep_unit = REVERSE_UNIT_RMETA_DEPS[box.i];
|
|
if (dep_unit in UNIT_COORDS) {
|
|
const {x, y, rmeta_x} = UNIT_COORDS[dep_unit];
|
|
draw_one_dep_line(ctx, rmeta_x, y, box.i, true);
|
|
}
|
|
}
|
|
ctx.restore();
|
|
}
|
|
}
|
|
}
|
|
|
|
render_pipeline_graph();
|
|
render_timing_graph();
|
|
|
|
// Set up and handle controls.
|
|
{
|
|
const range = document.getElementById('min-unit-time');
|
|
const time_output = document.getElementById('min-unit-time-output');
|
|
time_output.innerHTML = `${range.value}s`;
|
|
range.oninput = event => {
|
|
time_output.innerHTML = `${range.value}s`;
|
|
render_pipeline_graph();
|
|
};
|
|
|
|
const scale = document.getElementById('scale');
|
|
const scale_output = document.getElementById('scale-output');
|
|
scale_output.innerHTML = `${scale.value}`;
|
|
scale.oninput = event => {
|
|
scale_output.innerHTML = `${scale.value}`;
|
|
render_pipeline_graph();
|
|
render_timing_graph();
|
|
};
|
|
}
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|