Created
September 26, 2019 16:34
-
-
Save SimonSapin/81e5729aa18dba6c6ab8bc5547f4016e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Cargo Build Timings — servo 0.0.1</title> | |
<meta charset="utf-8"> | |
<style type="text/css"> | |
html { | |
font-family: sans-serif; | |
} | |
.canvas-container { | |
position: relative; | |
margin-top: 5px; | |
margin-bottom: 5px; | |
} | |
h1 { | |
border-bottom: 1px solid #c0c0c0; | |
} | |
.graph { | |
display: block; | |
} | |
.my-table { | |
margin-top: 20px; | |
margin-bottom: 20px; | |
border-collapse: collapse; | |
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); | |
} | |
.my-table th { | |
color: #d5dde5; | |
background: #1b1e24; | |
border-bottom: 4px solid #9ea7af; | |
border-right: 1px solid #343a45; | |
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 #c1c3d1; | |
border-bottom: 1px solid #c1c3d1; | |
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: #ebebeb; | |
} | |
.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: #ffffff; | |
padding: 10px; | |
text-align: left; | |
vertical-align: middle; | |
font-weight: 300; | |
font-size: 14px; | |
border-right: 1px solid #C1C3D1; | |
} | |
.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; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Cargo Build Timings</h1> | |
<table class="my-table summary-table"> | |
<tr> | |
<td>Targets:</td><td>servo 0.0.1 (bin "servo")</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>658</td> | |
</tr> | |
<tr> | |
<td>Total units:</td><td>658</td> | |
</tr> | |
<tr> | |
<td>Max concurrency:</td><td>28 (jobs=28 ncpu=28)</td> | |
</tr> | |
<tr> | |
<td>Build start:</td><td>2019-09-26T14:04:36Z</td> | |
</tr> | |
<tr> | |
<td>Total time:</td><td>381.5s (6m 21.5s)</td> | |
</tr> | |
<tr> | |
<td>rustc:</td><td>rustc 1.40.0-nightly (37538aa13 2019-09-25)<br>Host: x86_64-unknown-linux-gnu<br>Target: Host</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>script v0.0.1</td> | |
<td>196.5s</td> | |
<td>122.8s (63%)</td> | |
<td>default, unrooted_must_root_lint, webidl_lint</td> | |
</tr> | |
<tr> | |
<td>2.</td> | |
<td>osmesa-src v0.1.0 custom-build (run)</td> | |
<td>168.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>3.</td> | |
<td>mozjs_sys v0.67.1 custom-build (run)</td> | |
<td>106.9s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>4.</td> | |
<td>script v0.0.1 custom-build (run)</td> | |
<td>76.6s</td> | |
<td>0.0s (0%)</td> | |
<td>default, unrooted_must_root_lint, webidl_lint</td> | |
</tr> | |
<tr> | |
<td>5.</td> | |
<td>style v0.0.1</td> | |
<td>73.6s</td> | |
<td>17.5s (24%)</td> | |
<td>crossbeam-channel, encoding_rs, html5ever, serde, servo, servo-layout-2013, servo_atoms, servo_config, servo_url, string_cache</td> | |
</tr> | |
<tr> | |
<td>6.</td> | |
<td>webrender v0.60.0</td> | |
<td>60.1s</td> | |
<td>40.9s (68%)</td> | |
<td>capture, default, freetype-lib, ron, serde</td> | |
</tr> | |
<tr> | |
<td>7.</td> | |
<td>packed_simd v0.3.1</td> | |
<td>41.2s</td> | |
<td>1.1s (3%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>8.</td> | |
<td>servo-skia v0.30000022.0 custom-build (run)</td> | |
<td>37.9s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>9.</td> | |
<td>servo v0.0.1 bin "servo"</td> | |
<td>29.7s</td> | |
<td>0.0s (0%)</td> | |
<td>canvas2d-azure, default, egl, layout-2013, max_log_level, native-bluetooth, webdriver</td> | |
</tr> | |
<tr> | |
<td>10.</td> | |
<td>canvas_traits v0.0.1</td> | |
<td>27.8s</td> | |
<td>17.2s (62%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>11.</td> | |
<td>gstreamer v0.14.5</td> | |
<td>24.1s</td> | |
<td>5.2s (22%)</td> | |
<td>default, paste, subclassing, v1_10, v1_12, v1_14</td> | |
</tr> | |
<tr> | |
<td>12.</td> | |
<td>azure v0.36.1 custom-build (run)</td> | |
<td>21.6s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>13.</td> | |
<td>net v0.0.1</td> | |
<td>20.8s</td> | |
<td>14.9s (72%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>14.</td> | |
<td>jemalloc-sys v0.1.4 custom-build (run)</td> | |
<td>19.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>15.</td> | |
<td>webrender_api v0.60.0</td> | |
<td>17.0s</td> | |
<td>3.7s (22%)</td> | |
<td>ipc, ipc-channel, serialize</td> | |
</tr> | |
<tr> | |
<td>16.</td> | |
<td>fontsan v0.4.0 custom-build (run)</td> | |
<td>16.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>17.</td> | |
<td>servo_config v0.0.1</td> | |
<td>14.7s</td> | |
<td>4.5s (31%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>18.</td> | |
<td>serde_derive v1.0.88</td> | |
<td>14.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>19.</td> | |
<td>bindgen v0.51.1</td> | |
<td>13.7s</td> | |
<td>4.4s (32%)</td> | |
<td>clap, default, env_logger, log, logging, which, which-rustfmt</td> | |
</tr> | |
<tr> | |
<td>20.</td> | |
<td>mozangle v0.2.7 custom-build (run)</td> | |
<td>13.2s</td> | |
<td>0.0s (0%)</td> | |
<td>egl, gl_generator</td> | |
</tr> | |
<tr> | |
<td>21.</td> | |
<td>script_plugins v0.0.1</td> | |
<td>13.0s</td> | |
<td>0.0s (0%)</td> | |
<td>unrooted_must_root_lint, webidl_lint</td> | |
</tr> | |
<tr> | |
<td>22.</td> | |
<td>devtools v0.0.1</td> | |
<td>12.3s</td> | |
<td>9.1s (74%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>23.</td> | |
<td>image v0.22.1</td> | |
<td>11.8s</td> | |
<td>3.1s (27%)</td> | |
<td>bmp, default, dxt, gif, gif_codec, hdr, ico, jpeg, jpeg-decoder, jpeg_rayon, png, png_codec, pnm, scoped_threadpool, tga, tiff, webp</td> | |
</tr> | |
<tr> | |
<td>24.</td> | |
<td>layout_2013 v0.0.1</td> | |
<td>11.6s</td> | |
<td>6.0s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>25.</td> | |
<td>clang-sys v0.28.0</td> | |
<td>11.4s</td> | |
<td>6.0s (53%)</td> | |
<td>clang_6_0, gte_clang_3_6, gte_clang_3_7, gte_clang_3_8, gte_clang_3_9, gte_clang_4_0, gte_clang_5_0, gte_clang_6_0, libloading, runtime</td> | |
</tr> | |
<tr> | |
<td>26.</td> | |
<td>gleam v0.6.18</td> | |
<td>11.3s</td> | |
<td>2.8s (25%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>27.</td> | |
<td>syn v0.15.39</td> | |
<td>11.1s</td> | |
<td>2.6s (23%)</td> | |
<td>clone-impls, default, derive, extra-traits, fold, full, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>28.</td> | |
<td>layout_thread_2013 v0.0.1</td> | |
<td>11.0s</td> | |
<td>8.8s (80%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>29.</td> | |
<td>brotli v3.1.5</td> | |
<td>11.0s</td> | |
<td>2.2s (20%)</td> | |
<td>alloc-stdlib, default, std</td> | |
</tr> | |
<tr> | |
<td>30.</td> | |
<td>net_traits v0.0.1</td> | |
<td>10.7s</td> | |
<td>4.3s (40%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>31.</td> | |
<td>ucd v0.1.1</td> | |
<td>10.6s</td> | |
<td>0.9s (9%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>32.</td> | |
<td>cssparser v0.25.8 custom-build</td> | |
<td>9.6s</td> | |
<td>0.0s (0%)</td> | |
<td>serde</td> | |
</tr> | |
<tr> | |
<td>33.</td> | |
<td>script_traits v0.0.1</td> | |
<td>9.4s</td> | |
<td>2.0s (22%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>34.</td> | |
<td>serde v1.0.88</td> | |
<td>9.3s</td> | |
<td>0.2s (2%)</td> | |
<td>default, derive, rc, serde_derive, std</td> | |
</tr> | |
<tr> | |
<td>35.</td> | |
<td>derive_more v0.13.0</td> | |
<td>8.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>36.</td> | |
<td>clap v2.32.0</td> | |
<td>8.3s</td> | |
<td>3.8s (46%)</td> | |
<td>ansi_term, atty, color, default, strsim, suggestions, vec_map</td> | |
</tr> | |
<tr> | |
<td>37.</td> | |
<td>gleam v0.6.18 custom-build (run)</td> | |
<td>8.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>38.</td> | |
<td>regex-syntax v0.6.6</td> | |
<td>8.1s</td> | |
<td>4.2s (52%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>39.</td> | |
<td>canvas v0.0.1</td> | |
<td>8.0s</td> | |
<td>5.2s (65%)</td> | |
<td>azure, canvas2d-azure</td> | |
</tr> | |
<tr> | |
<td>40.</td> | |
<td>dbus v0.6.3</td> | |
<td>8.0s</td> | |
<td>4.5s (56%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>41.</td> | |
<td>weedle v0.10.0</td> | |
<td>7.9s</td> | |
<td>1.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>42.</td> | |
<td>webdriver_server v0.0.1</td> | |
<td>7.9s</td> | |
<td>4.2s (53%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>43.</td> | |
<td>openssl v0.10.11</td> | |
<td>7.8s</td> | |
<td>1.9s (24%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>44.</td> | |
<td>glib v0.8.0</td> | |
<td>7.8s</td> | |
<td>2.4s (30%)</td> | |
<td>subclassing</td> | |
</tr> | |
<tr> | |
<td>45.</td> | |
<td>sparkle v0.1.6 custom-build (run)</td> | |
<td>7.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>46.</td> | |
<td>nix v0.14.1</td> | |
<td>7.7s</td> | |
<td>2.3s (30%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>47.</td> | |
<td>derivative v1.0.2</td> | |
<td>7.7s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>48.</td> | |
<td>heartbeats-simple-sys v0.4.1 custom-build (run)</td> | |
<td>7.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>49.</td> | |
<td>html5ever v0.23.0 custom-build</td> | |
<td>7.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>50.</td> | |
<td>syn v1.0.3</td> | |
<td>7.2s</td> | |
<td>4.2s (59%)</td> | |
<td>clone-impls, default, derive, parsing, printing, proc-macro, quote</td> | |
</tr> | |
<tr> | |
<td>51.</td> | |
<td>bluetooth v0.0.1</td> | |
<td>7.1s</td> | |
<td>5.5s (77%)</td> | |
<td>native-bluetooth</td> | |
</tr> | |
<tr> | |
<td>52.</td> | |
<td>darling_core v0.9.0</td> | |
<td>7.1s</td> | |
<td>4.8s (68%)</td> | |
<td>strsim, suggestions</td> | |
</tr> | |
<tr> | |
<td>53.</td> | |
<td>wayland-client v0.21.13</td> | |
<td>6.4s</td> | |
<td>3.3s (52%)</td> | |
<td>cursor, dlopen, egl, native_lib, wayland-sys</td> | |
</tr> | |
<tr> | |
<td>54.</td> | |
<td>sparkle v0.1.6</td> | |
<td>6.3s</td> | |
<td>1.6s (25%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>55.</td> | |
<td>regex v1.1.6</td> | |
<td>6.2s</td> | |
<td>4.0s (65%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>56.</td> | |
<td>style_derive v0.0.1</td> | |
<td>6.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>57.</td> | |
<td>profile v0.0.1</td> | |
<td>6.0s</td> | |
<td>4.5s (75%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>58.</td> | |
<td>num-derive v0.2.3</td> | |
<td>5.9s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>59.</td> | |
<td>wayland-protocols v0.21.4</td> | |
<td>5.9s</td> | |
<td>0.7s (11%)</td> | |
<td>client, native_client, native_lib, unstable_protocols, wayland-client</td> | |
</tr> | |
<tr> | |
<td>60.</td> | |
<td>winit v0.19.3</td> | |
<td>5.7s</td> | |
<td>3.0s (53%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>61.</td> | |
<td>selectors v0.21.0</td> | |
<td>5.7s</td> | |
<td>0.4s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>62.</td> | |
<td>x11-dl v2.18.3</td> | |
<td>5.7s</td> | |
<td>2.1s (36%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>63.</td> | |
<td>libservo v0.0.1</td> | |
<td>5.6s</td> | |
<td>3.3s (59%)</td> | |
<td>canvas2d-azure, egl, layout-2013, layout_thread_2013, native-bluetooth, webdriver, webdriver_server</td> | |
</tr> | |
<tr> | |
<td>64.</td> | |
<td>servo_config_plugins v0.0.1</td> | |
<td>5.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>65.</td> | |
<td>encoding_rs v0.8.12</td> | |
<td>5.5s</td> | |
<td>2.7s (50%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>66.</td> | |
<td>hyper v0.12.33</td> | |
<td>5.4s</td> | |
<td>1.8s (33%)</td> | |
<td>__internal_flaky_tests, default, futures-cpupool, net2, runtime, tokio, tokio-executor, tokio-reactor, tokio-tcp, tokio-threadpool, tokio-timer</td> | |
</tr> | |
<tr> | |
<td>67.</td> | |
<td>webxr-api v0.0.1</td> | |
<td>5.3s</td> | |
<td>3.3s (62%)</td> | |
<td>ipc, ipc-channel, serde</td> | |
</tr> | |
<tr> | |
<td>68.</td> | |
<td>array-init v0.0.4</td> | |
<td>5.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>69.</td> | |
<td>servo-media-audio v0.1.0</td> | |
<td>5.1s</td> | |
<td>3.4s (66%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>70.</td> | |
<td>http v0.1.17</td> | |
<td>5.1s</td> | |
<td>1.8s (36%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>71.</td> | |
<td>domobject_derive v0.0.1</td> | |
<td>4.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>72.</td> | |
<td>rust-webvr v0.16.1 custom-build (run)</td> | |
<td>4.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, euclid, gleam, glutin, glwindow, libloading, mock, openvr, sparkle, vrexternal</td> | |
</tr> | |
<tr> | |
<td>73.</td> | |
<td>gstreamer-video v0.14.0</td> | |
<td>4.4s</td> | |
<td>1.7s (39%)</td> | |
<td>default, v1_10, v1_12, v1_14</td> | |
</tr> | |
<tr> | |
<td>74.</td> | |
<td>brotli-decompressor v2.1.3</td> | |
<td>4.4s</td> | |
<td>2.1s (46%)</td> | |
<td>alloc-stdlib, std</td> | |
</tr> | |
<tr> | |
<td>75.</td> | |
<td>warp v0.1.19</td> | |
<td>4.3s</td> | |
<td>0.5s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>76.</td> | |
<td>influent v0.5.2</td> | |
<td>4.3s</td> | |
<td>3.4s (80%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>77.</td> | |
<td>gfx v0.0.1</td> | |
<td>4.3s</td> | |
<td>1.3s (30%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>78.</td> | |
<td>servo-media-gstreamer v0.1.0</td> | |
<td>4.3s</td> | |
<td>2.3s (53%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>79.</td> | |
<td>h2 v0.1.26</td> | |
<td>4.2s</td> | |
<td>0.8s (20%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>80.</td> | |
<td>webvr v0.0.1</td> | |
<td>4.2s</td> | |
<td>2.6s (61%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>81.</td> | |
<td>typetag-impl v0.1.3</td> | |
<td>4.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>82.</td> | |
<td>media v0.0.1</td> | |
<td>4.1s</td> | |
<td>2.6s (65%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>83.</td> | |
<td>keyboard-types v0.4.4</td> | |
<td>4.0s</td> | |
<td>1.1s (27%)</td> | |
<td>default, serde, unicode-segmentation, webdriver</td> | |
</tr> | |
<tr> | |
<td>84.</td> | |
<td>mozjs_sys v0.67.1</td> | |
<td>4.0s</td> | |
<td>0.9s (22%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>85.</td> | |
<td>style v0.0.1 custom-build (run)</td> | |
<td>4.0s</td> | |
<td>0.0s (0%)</td> | |
<td>crossbeam-channel, encoding_rs, html5ever, serde, servo, servo-layout-2013, servo_atoms, servo_config, servo_url, string_cache</td> | |
</tr> | |
<tr> | |
<td>86.</td> | |
<td>webdriver v0.40.1</td> | |
<td>3.9s</td> | |
<td>0.3s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>87.</td> | |
<td>background_hang_monitor v0.0.1</td> | |
<td>3.8s</td> | |
<td>2.8s (74%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>88.</td> | |
<td>wayland-scanner v0.21.13</td> | |
<td>3.7s</td> | |
<td>2.1s (55%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>89.</td> | |
<td>constellation v0.0.1</td> | |
<td>3.7s</td> | |
<td>1.3s (35%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>90.</td> | |
<td>toml v0.5.1</td> | |
<td>3.7s</td> | |
<td>1.7s (47%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>91.</td> | |
<td>gstreamer-player v0.14.0</td> | |
<td>3.6s</td> | |
<td>1.9s (54%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>92.</td> | |
<td>dom_struct v0.0.1</td> | |
<td>3.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>93.</td> | |
<td>to_shmem_derive v0.0.1</td> | |
<td>3.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>94.</td> | |
<td>compositing v0.0.1</td> | |
<td>3.5s</td> | |
<td>1.6s (45%)</td> | |
<td>default, gl, gleam, pixels</td> | |
</tr> | |
<tr> | |
<td>95.</td> | |
<td>gstreamer-base v0.14.0</td> | |
<td>3.5s</td> | |
<td>1.9s (54%)</td> | |
<td>default, v1_10, v1_12, v1_14</td> | |
</tr> | |
<tr> | |
<td>96.</td> | |
<td>smithay-client-toolkit v0.4.6</td> | |
<td>3.5s</td> | |
<td>1.4s (40%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>97.</td> | |
<td>wayland-protocols v0.21.4 custom-build (run)</td> | |
<td>3.4s</td> | |
<td>0.0s (0%)</td> | |
<td>client, native_client, native_lib, unstable_protocols, wayland-client</td> | |
</tr> | |
<tr> | |
<td>98.</td> | |
<td>x11 v2.17.3</td> | |
<td>3.4s</td> | |
<td>0.8s (23%)</td> | |
<td>xlib</td> | |
</tr> | |
<tr> | |
<td>99.</td> | |
<td>headers v0.2.1</td> | |
<td>3.4s</td> | |
<td>1.7s (50%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>100.</td> | |
<td>futures v0.1.28</td> | |
<td>3.4s</td> | |
<td>0.7s (20%)</td> | |
<td>default, use_std, with-deprecated</td> | |
</tr> | |
<tr> | |
<td>101.</td> | |
<td>wayland-sys v0.21.13</td> | |
<td>3.3s</td> | |
<td>2.6s (79%)</td> | |
<td>client, cursor, dlopen, egl, lazy_static</td> | |
</tr> | |
<tr> | |
<td>102.</td> | |
<td>rust-webvr-api v0.16.0</td> | |
<td>3.3s</td> | |
<td>1.3s (39%)</td> | |
<td>android_injected_glue, default, ipc, ipc-channel, jni_utils, serde, serde-serialization, serde_derive, time, utils</td> | |
</tr> | |
<tr> | |
<td>103.</td> | |
<td>gstreamer-gl v0.14.0</td> | |
<td>3.2s</td> | |
<td>0.9s (29%)</td> | |
<td>default, egl, x11</td> | |
</tr> | |
<tr> | |
<td>104.</td> | |
<td>cexpr v0.3.3</td> | |
<td>3.2s</td> | |
<td>1.9s (60%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>105.</td> | |
<td>devtools_traits v0.0.1</td> | |
<td>3.1s</td> | |
<td>0.4s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>106.</td> | |
<td>metrics v0.0.1</td> | |
<td>3.1s</td> | |
<td>1.9s (62%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>107.</td> | |
<td>bluetooth_traits v0.0.1</td> | |
<td>3.1s</td> | |
<td>1.2s (38%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>108.</td> | |
<td>rayon v1.2.0</td> | |
<td>3.0s</td> | |
<td>0.1s (4%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>109.</td> | |
<td>xml-rs v0.8.0</td> | |
<td>3.0s</td> | |
<td>2.0s (66%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>110.</td> | |
<td>gstreamer-webrtc v0.14.0</td> | |
<td>2.9s</td> | |
<td>1.7s (59%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>111.</td> | |
<td>libflate v0.1.26</td> | |
<td>2.8s</td> | |
<td>1.6s (56%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>112.</td> | |
<td>profile_traits v0.0.1</td> | |
<td>2.8s</td> | |
<td>1.1s (39%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>113.</td> | |
<td>blurmock v0.1.3</td> | |
<td>2.8s</td> | |
<td>2.2s (79%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>114.</td> | |
<td>derive_common v0.0.1</td> | |
<td>2.7s</td> | |
<td>1.6s (59%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>115.</td> | |
<td>serde_json v1.0.13</td> | |
<td>2.6s</td> | |
<td>0.8s (32%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>116.</td> | |
<td>gl_generator v0.13.1</td> | |
<td>2.5s</td> | |
<td>1.6s (62%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>117.</td> | |
<td>gl_generator v0.11.0</td> | |
<td>2.5s</td> | |
<td>1.6s (61%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>118.</td> | |
<td>petgraph v0.4.13</td> | |
<td>2.5s</td> | |
<td>0.1s (3%)</td> | |
<td>default, graphmap, ordermap, stable_graph</td> | |
</tr> | |
<tr> | |
<td>119.</td> | |
<td>msg v0.0.1</td> | |
<td>2.5s</td> | |
<td>0.5s (19%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>120.</td> | |
<td>cssparser-macros v0.3.5</td> | |
<td>2.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>121.</td> | |
<td>tiff v0.3.1</td> | |
<td>2.5s</td> | |
<td>0.9s (37%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>122.</td> | |
<td>markup5ever v0.8.1</td> | |
<td>2.4s</td> | |
<td>0.6s (27%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>123.</td> | |
<td>webxr v0.0.1 custom-build</td> | |
<td>2.4s</td> | |
<td>0.0s (0%)</td> | |
<td>glutin, glwindow, headless, ipc, serde</td> | |
</tr> | |
<tr> | |
<td>124.</td> | |
<td>xcb v0.8.2</td> | |
<td>2.4s</td> | |
<td>1.0s (42%)</td> | |
<td>thread</td> | |
</tr> | |
<tr> | |
<td>125.</td> | |
<td>euclid v0.20.0</td> | |
<td>2.3s</td> | |
<td>0.1s (2%)</td> | |
<td>serde</td> | |
</tr> | |
<tr> | |
<td>126.</td> | |
<td>hyper-openssl v0.7.0</td> | |
<td>2.3s</td> | |
<td>1.9s (80%)</td> | |
<td>default, runtime</td> | |
</tr> | |
<tr> | |
<td>127.</td> | |
<td>cssparser v0.25.8</td> | |
<td>2.3s</td> | |
<td>0.7s (31%)</td> | |
<td>serde</td> | |
</tr> | |
<tr> | |
<td>128.</td> | |
<td>url v2.1.0</td> | |
<td>2.3s</td> | |
<td>1.0s (44%)</td> | |
<td>serde</td> | |
</tr> | |
<tr> | |
<td>129.</td> | |
<td>tokio-threadpool v0.1.14</td> | |
<td>2.3s</td> | |
<td>1.3s (57%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>130.</td> | |
<td>flate2 v1.0.1</td> | |
<td>2.2s</td> | |
<td>0.7s (33%)</td> | |
<td>default, miniz-sys, miniz_oxide_c_api, rust_backend</td> | |
</tr> | |
<tr> | |
<td>131.</td> | |
<td>rand v0.6.5</td> | |
<td>2.2s</td> | |
<td>0.6s (26%)</td> | |
<td>alloc, default, rand_os, std</td> | |
</tr> | |
<tr> | |
<td>132.</td> | |
<td>ws v0.9.0</td> | |
<td>2.2s</td> | |
<td>0.6s (29%)</td> | |
<td>default, openssl, ssl</td> | |
</tr> | |
<tr> | |
<td>133.</td> | |
<td>rust-webvr v0.16.1 custom-build</td> | |
<td>2.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, euclid, gleam, glutin, glwindow, libloading, mock, openvr, sparkle, vrexternal</td> | |
</tr> | |
<tr> | |
<td>134.</td> | |
<td>backtrace v0.3.35</td> | |
<td>2.2s</td> | |
<td>1.5s (70%)</td> | |
<td>backtrace-sys, dbghelp, default, dladdr, libbacktrace, libunwind, std</td> | |
</tr> | |
<tr> | |
<td>135.</td> | |
<td>mozangle v0.2.7 custom-build</td> | |
<td>2.1s</td> | |
<td>0.0s (0%)</td> | |
<td>egl, gl_generator</td> | |
</tr> | |
<tr> | |
<td>136.</td> | |
<td>mio v0.6.18</td> | |
<td>2.1s</td> | |
<td>1.0s (46%)</td> | |
<td>default, with-deprecated</td> | |
</tr> | |
<tr> | |
<td>137.</td> | |
<td>html5ever v0.23.0</td> | |
<td>2.1s</td> | |
<td>0.3s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>138.</td> | |
<td>webxr v0.0.1</td> | |
<td>2.1s</td> | |
<td>1.6s (74%)</td> | |
<td>glutin, glwindow, headless, ipc, serde</td> | |
</tr> | |
<tr> | |
<td>139.</td> | |
<td>chrono v0.4.2</td> | |
<td>2.1s</td> | |
<td>0.7s (35%)</td> | |
<td>clock, default, time</td> | |
</tr> | |
<tr> | |
<td>140.</td> | |
<td>wayland-commons v0.21.13</td> | |
<td>2.1s</td> | |
<td>1.2s (56%)</td> | |
<td>native_lib, wayland-sys</td> | |
</tr> | |
<tr> | |
<td>141.</td> | |
<td>paste-impl v0.1.5</td> | |
<td>2.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>142.</td> | |
<td>cssparser v0.25.8 custom-build (run)</td> | |
<td>2.0s</td> | |
<td>0.0s (0%)</td> | |
<td>serde</td> | |
</tr> | |
<tr> | |
<td>143.</td> | |
<td>debugger v0.0.1</td> | |
<td>2.0s</td> | |
<td>1.4s (71%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>144.</td> | |
<td>immeta v0.4.0</td> | |
<td>1.9s</td> | |
<td>1.0s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>145.</td> | |
<td>nom v4.1.1</td> | |
<td>1.9s</td> | |
<td>0.5s (27%)</td> | |
<td>alloc, default, std, verbose-errors</td> | |
</tr> | |
<tr> | |
<td>146.</td> | |
<td>ipc-channel v0.12.0</td> | |
<td>1.9s</td> | |
<td>1.2s (61%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>147.</td> | |
<td>mozjs v0.12.0</td> | |
<td>1.9s</td> | |
<td>0.1s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>148.</td> | |
<td>deflate v0.7.19</td> | |
<td>1.9s</td> | |
<td>1.1s (60%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>149.</td> | |
<td>rayon-core v1.6.0</td> | |
<td>1.9s</td> | |
<td>1.2s (64%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>150.</td> | |
<td>offscreen_gl_context v0.25.1 custom-build</td> | |
<td>1.9s</td> | |
<td>0.0s (0%)</td> | |
<td>default, osmesa, osmesa-sys, serde, x11</td> | |
</tr> | |
<tr> | |
<td>151.</td> | |
<td>mozjs_sys v0.67.1 custom-build</td> | |
<td>1.9s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>152.</td> | |
<td>glutin_glx_sys v0.1.5 custom-build</td> | |
<td>1.9s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>153.</td> | |
<td>ghost v0.1.0</td> | |
<td>1.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>154.</td> | |
<td>glutin v0.21.1</td> | |
<td>1.8s</td> | |
<td>0.8s (41%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>155.</td> | |
<td>style_traits v0.0.1</td> | |
<td>1.8s</td> | |
<td>0.5s (27%)</td> | |
<td>serde, servo, servo_atoms, servo_url, webrender_api</td> | |
</tr> | |
<tr> | |
<td>156.</td> | |
<td>sparkle v0.1.6 custom-build</td> | |
<td>1.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>157.</td> | |
<td>rust-webvr v0.16.1</td> | |
<td>1.8s</td> | |
<td>1.1s (63%)</td> | |
<td>default, euclid, gleam, glutin, glwindow, libloading, mock, openvr, sparkle, vrexternal</td> | |
</tr> | |
<tr> | |
<td>158.</td> | |
<td>script v0.0.1 custom-build</td> | |
<td>1.8s</td> | |
<td>0.0s (0%)</td> | |
<td>default, unrooted_must_root_lint, webidl_lint</td> | |
</tr> | |
<tr> | |
<td>159.</td> | |
<td>gstreamer-sys v0.8.0</td> | |
<td>1.8s</td> | |
<td>0.8s (46%)</td> | |
<td>v1_0_10, v1_10, v1_12, v1_14, v1_2, v1_2_3, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>160.</td> | |
<td>proc-macro-hack v0.5.7</td> | |
<td>1.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>161.</td> | |
<td>andrew v0.2.1</td> | |
<td>1.8s</td> | |
<td>1.4s (78%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>162.</td> | |
<td>darling_macro v0.9.0</td> | |
<td>1.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>163.</td> | |
<td>gleam v0.6.18 custom-build</td> | |
<td>1.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>164.</td> | |
<td>embedder_traits v0.0.1</td> | |
<td>1.8s</td> | |
<td>0.6s (36%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>165.</td> | |
<td>glutin_egl_sys v0.1.3 custom-build</td> | |
<td>1.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>166.</td> | |
<td>glx v0.2.5 custom-build</td> | |
<td>1.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>167.</td> | |
<td>freetype v0.4.1</td> | |
<td>1.7s</td> | |
<td>0.7s (40%)</td> | |
<td>default, servo-freetype-sys</td> | |
</tr> | |
<tr> | |
<td>168.</td> | |
<td>proc-macro2 v0.4.26</td> | |
<td>1.7s</td> | |
<td>1.0s (60%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>169.</td> | |
<td>proc-macro2 v1.0.1</td> | |
<td>1.7s</td> | |
<td>1.0s (59%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>170.</td> | |
<td>idna v0.2.0</td> | |
<td>1.7s</td> | |
<td>0.7s (39%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>171.</td> | |
<td>miniz_oxide v0.1.3</td> | |
<td>1.6s</td> | |
<td>0.8s (52%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>172.</td> | |
<td>string_cache_codegen v0.4.2</td> | |
<td>1.6s</td> | |
<td>1.3s (80%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>173.</td> | |
<td>hex v0.3.2</td> | |
<td>1.6s</td> | |
<td>0.0s (3%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>174.</td> | |
<td>erased-serde v0.3.9</td> | |
<td>1.6s</td> | |
<td>0.2s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>175.</td> | |
<td>itertools v0.8.0</td> | |
<td>1.6s</td> | |
<td>0.0s (2%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>176.</td> | |
<td>unicode-bidi v0.3.3</td> | |
<td>1.6s</td> | |
<td>1.0s (67%)</td> | |
<td>default, serde, serde_derive, with_serde</td> | |
</tr> | |
<tr> | |
<td>177.</td> | |
<td>script_layout_interface v0.0.1</td> | |
<td>1.6s</td> | |
<td>0.1s (9%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>178.</td> | |
<td>gstreamer-sdp v0.14.0</td> | |
<td>1.6s</td> | |
<td>0.8s (49%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>179.</td> | |
<td>mozjs v0.12.0 custom-build (run)</td> | |
<td>1.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>180.</td> | |
<td>num-traits v0.2.4</td> | |
<td>1.5s</td> | |
<td>0.1s (9%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>181.</td> | |
<td>deny_public_fields v0.0.1</td> | |
<td>1.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>182.</td> | |
<td>selectors v0.21.0 custom-build</td> | |
<td>1.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>183.</td> | |
<td>pkg-config v0.3.14</td> | |
<td>1.5s</td> | |
<td>1.2s (79%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>184.</td> | |
<td>gstreamer-audio v0.14.0</td> | |
<td>1.5s</td> | |
<td>0.6s (42%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>185.</td> | |
<td>typetag v0.1.3</td> | |
<td>1.5s</td> | |
<td>0.2s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>186.</td> | |
<td>ron v0.1.7</td> | |
<td>1.5s</td> | |
<td>0.5s (35%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>187.</td> | |
<td>jpeg-decoder v0.1.14</td> | |
<td>1.5s</td> | |
<td>0.7s (45%)</td> | |
<td>rayon</td> | |
</tr> | |
<tr> | |
<td>188.</td> | |
<td>synstructure v0.10.1</td> | |
<td>1.4s</td> | |
<td>0.9s (64%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>189.</td> | |
<td>cc v1.0.35</td> | |
<td>1.4s</td> | |
<td>0.8s (53%)</td> | |
<td>parallel, rayon</td> | |
</tr> | |
<tr> | |
<td>190.</td> | |
<td>num-rational v0.2.1</td> | |
<td>1.4s</td> | |
<td>0.9s (63%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>191.</td> | |
<td>png v0.15.0</td> | |
<td>1.4s</td> | |
<td>0.6s (46%)</td> | |
<td>default, deflate, png-encoding</td> | |
</tr> | |
<tr> | |
<td>192.</td> | |
<td>glob v0.2.11</td> | |
<td>1.4s</td> | |
<td>1.0s (70%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>193.</td> | |
<td>xml5ever v0.14.0</td> | |
<td>1.4s</td> | |
<td>0.4s (31%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>194.</td> | |
<td>rusttype v0.7.2</td> | |
<td>1.4s</td> | |
<td>0.7s (53%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>195.</td> | |
<td>peek-poke-derive v0.2.0</td> | |
<td>1.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>196.</td> | |
<td>markup5ever v0.8.1 custom-build</td> | |
<td>1.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>197.</td> | |
<td>xcb v0.8.2 custom-build (run)</td> | |
<td>1.3s</td> | |
<td>0.0s (0%)</td> | |
<td>thread</td> | |
</tr> | |
<tr> | |
<td>198.</td> | |
<td>crossbeam-channel v0.3.8</td> | |
<td>1.3s</td> | |
<td>0.4s (32%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>199.</td> | |
<td>blurz v0.3.0</td> | |
<td>1.3s</td> | |
<td>0.9s (70%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>200.</td> | |
<td>jstraceable_derive v0.0.1</td> | |
<td>1.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>201.</td> | |
<td>mime_guess v2.0.1 custom-build</td> | |
<td>1.3s</td> | |
<td>0.0s (0%)</td> | |
<td>default, rev-mappings</td> | |
</tr> | |
<tr> | |
<td>202.</td> | |
<td>scoped_threadpool v0.1.7</td> | |
<td>1.2s</td> | |
<td>1.1s (85%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>203.</td> | |
<td>x11-clipboard v0.3.0</td> | |
<td>1.2s</td> | |
<td>1.0s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>204.</td> | |
<td>markup5ever v0.8.1 custom-build (run)</td> | |
<td>1.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>205.</td> | |
<td>gstreamer-app v0.14.0</td> | |
<td>1.2s</td> | |
<td>0.5s (44%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>206.</td> | |
<td>aho-corasick v0.7.3</td> | |
<td>1.2s</td> | |
<td>0.3s (27%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>207.</td> | |
<td>ctor v0.1.9</td> | |
<td>1.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>208.</td> | |
<td>gaol v0.2.0</td> | |
<td>1.2s</td> | |
<td>0.8s (72%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>209.</td> | |
<td>tokio-timer v0.2.11</td> | |
<td>1.2s</td> | |
<td>0.5s (46%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>210.</td> | |
<td>getopts v0.2.17</td> | |
<td>1.1s</td> | |
<td>0.8s (68%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>211.</td> | |
<td>tokio-reactor v0.1.3</td> | |
<td>1.1s</td> | |
<td>0.7s (59%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>212.</td> | |
<td>env_logger v0.6.0</td> | |
<td>1.1s</td> | |
<td>0.7s (62%)</td> | |
<td>atty, default, humantime, regex, termcolor</td> | |
</tr> | |
<tr> | |
<td>213.</td> | |
<td>servo_url v0.0.1</td> | |
<td>1.1s</td> | |
<td>0.4s (31%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>214.</td> | |
<td>enum-iterator-derive v0.2.3</td> | |
<td>1.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>215.</td> | |
<td>inflate v0.4.3</td> | |
<td>1.1s</td> | |
<td>0.6s (56%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>216.</td> | |
<td>crossbeam-utils v0.6.5</td> | |
<td>1.1s</td> | |
<td>0.6s (54%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>217.</td> | |
<td>gstreamer-video-sys v0.8.0</td> | |
<td>1.1s</td> | |
<td>0.5s (48%)</td> | |
<td>v1_0_3, v1_10, v1_12, v1_14, v1_2, v1_2_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>218.</td> | |
<td>device v0.0.1</td> | |
<td>1.1s</td> | |
<td>0.7s (67%)</td> | |
<td>bluetooth, bluetooth-test, blurdroid, blurmac, blurmock, blurz</td> | |
</tr> | |
<tr> | |
<td>219.</td> | |
<td>malloc_size_of_derive v0.1.0</td> | |
<td>1.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>220.</td> | |
<td>headers-derive v0.1.0</td> | |
<td>1.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>221.</td> | |
<td>mime_guess v2.0.1</td> | |
<td>1.1s</td> | |
<td>0.4s (37%)</td> | |
<td>default, rev-mappings</td> | |
</tr> | |
<tr> | |
<td>222.</td> | |
<td>openssl-sys v0.9.35 custom-build</td> | |
<td>1.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>223.</td> | |
<td>bytes v0.4.12</td> | |
<td>1.0s</td> | |
<td>0.4s (37%)</td> | |
<td>either</td> | |
</tr> | |
<tr> | |
<td>224.</td> | |
<td>tokio-sync v0.1.6</td> | |
<td>1.0s</td> | |
<td>0.3s (31%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>225.</td> | |
<td>libc v0.2.62</td> | |
<td>1.0s</td> | |
<td>0.1s (8%)</td> | |
<td>default, std, use_std</td> | |
</tr> | |
<tr> | |
<td>226.</td> | |
<td>typenum v1.10.0</td> | |
<td>1.0s</td> | |
<td>0.0s (4%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>227.</td> | |
<td>walkdir v2.2.7</td> | |
<td>1.0s</td> | |
<td>0.7s (73%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>228.</td> | |
<td>hashglobe v0.1.0</td> | |
<td>1.0s</td> | |
<td>0.1s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>229.</td> | |
<td>wayland-protocols v0.21.4 custom-build</td> | |
<td>1.0s</td> | |
<td>0.0s (0%)</td> | |
<td>client, native_client, native_lib, unstable_protocols, wayland-client</td> | |
</tr> | |
<tr> | |
<td>230.</td> | |
<td>time v0.1.42</td> | |
<td>1.0s</td> | |
<td>0.5s (50%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>231.</td> | |
<td>servo-media-player v0.1.0</td> | |
<td>1.0s</td> | |
<td>0.3s (29%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>232.</td> | |
<td>parking_lot v0.9.0</td> | |
<td>1.0s</td> | |
<td>0.6s (61%)</td> | |
<td>default, nightly</td> | |
</tr> | |
<tr> | |
<td>233.</td> | |
<td>cookie v0.11.0</td> | |
<td>1.0s</td> | |
<td>0.7s (67%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>234.</td> | |
<td>glib-sys v0.9.0</td> | |
<td>1.0s</td> | |
<td>0.4s (41%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>235.</td> | |
<td>tinyfiledialogs v3.3.5</td> | |
<td>1.0s</td> | |
<td>0.7s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>236.</td> | |
<td>harfbuzz-sys v0.3.2</td> | |
<td>1.0s</td> | |
<td>0.1s (14%)</td> | |
<td>build-native-freetype, build-native-harfbuzz, cmake, default, pkg-config</td> | |
</tr> | |
<tr> | |
<td>237.</td> | |
<td>offscreen_gl_context v0.25.1</td> | |
<td>1.0s</td> | |
<td>0.3s (34%)</td> | |
<td>default, osmesa, osmesa-sys, serde, x11</td> | |
</tr> | |
<tr> | |
<td>238.</td> | |
<td>xdg v2.1.0</td> | |
<td>1.0s</td> | |
<td>0.7s (73%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>239.</td> | |
<td>tokio-io v0.1.8</td> | |
<td>0.9s</td> | |
<td>0.2s (22%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>240.</td> | |
<td>heartbeats-simple v0.4.0</td> | |
<td>0.9s</td> | |
<td>0.4s (45%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>241.</td> | |
<td>wayland-client v0.21.13 custom-build</td> | |
<td>0.9s</td> | |
<td>0.0s (0%)</td> | |
<td>cursor, dlopen, egl, native_lib, wayland-sys</td> | |
</tr> | |
<tr> | |
<td>242.</td> | |
<td>tokio v0.1.22</td> | |
<td>0.9s</td> | |
<td>0.4s (44%)</td> | |
<td>bytes, codec, default, fs, io, mio, num_cpus, reactor, rt-full, sync, tcp, timer, tokio-codec, tokio-current-thread, tokio-executor, tokio-fs, tokio-io, tokio-reactor, tokio-sync, tokio-tcp, tokio-threadpool, tokio-timer, tokio-udp, tokio-uds, udp, uds</td> | |
</tr> | |
<tr> | |
<td>243.</td> | |
<td>unicase v2.4.0</td> | |
<td>0.9s</td> | |
<td>0.3s (28%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>244.</td> | |
<td>unicode-normalization v0.1.5</td> | |
<td>0.9s</td> | |
<td>0.1s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>245.</td> | |
<td>tokio-fs v0.1.6</td> | |
<td>0.9s</td> | |
<td>0.5s (58%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>246.</td> | |
<td>tokio-current-thread v0.1.6</td> | |
<td>0.9s</td> | |
<td>0.5s (61%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>247.</td> | |
<td>wayland-client v0.21.13 custom-build (run)</td> | |
<td>0.9s</td> | |
<td>0.0s (0%)</td> | |
<td>cursor, dlopen, egl, native_lib, wayland-sys</td> | |
</tr> | |
<tr> | |
<td>248.</td> | |
<td>termcolor v1.0.4</td> | |
<td>0.9s</td> | |
<td>0.5s (59%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>249.</td> | |
<td>webvr_traits v0.0.1</td> | |
<td>0.9s</td> | |
<td>0.1s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>250.</td> | |
<td>webrender_traits v0.0.1</td> | |
<td>0.9s</td> | |
<td>0.4s (45%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>251.</td> | |
<td>crossbeam-epoch v0.7.2</td> | |
<td>0.9s</td> | |
<td>0.4s (49%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>252.</td> | |
<td>autocfg v0.1.4</td> | |
<td>0.9s</td> | |
<td>0.6s (68%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>253.</td> | |
<td>futures-cpupool v0.1.8</td> | |
<td>0.9s</td> | |
<td>0.6s (76%)</td> | |
<td>default, with-deprecated</td> | |
</tr> | |
<tr> | |
<td>254.</td> | |
<td>gfx_traits v0.0.1</td> | |
<td>0.9s</td> | |
<td>0.1s (16%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>255.</td> | |
<td>semver-parser v0.7.0</td> | |
<td>0.8s</td> | |
<td>0.6s (73%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>256.</td> | |
<td>gstreamer-audio-sys v0.8.0</td> | |
<td>0.8s</td> | |
<td>0.4s (49%)</td> | |
<td>v1_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>257.</td> | |
<td>typenum v1.10.0 custom-build</td> | |
<td>0.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>258.</td> | |
<td>semver v0.9.0</td> | |
<td>0.8s</td> | |
<td>0.5s (54%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>259.</td> | |
<td>strsim v0.7.0</td> | |
<td>0.8s</td> | |
<td>0.6s (72%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>260.</td> | |
<td>servo_media_derive v0.1.0</td> | |
<td>0.8s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>261.</td> | |
<td>azure v0.36.1</td> | |
<td>0.8s</td> | |
<td>0.3s (35%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>262.</td> | |
<td>gif v0.10.0</td> | |
<td>0.8s</td> | |
<td>0.4s (43%)</td> | |
<td>default, raii_no_panic</td> | |
</tr> | |
<tr> | |
<td>263.</td> | |
<td>threadpool v1.3.2</td> | |
<td>0.8s</td> | |
<td>0.6s (80%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>264.</td> | |
<td>memchr v2.2.0</td> | |
<td>0.8s</td> | |
<td>0.3s (41%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>265.</td> | |
<td>malloc_size_of v0.0.1</td> | |
<td>0.8s</td> | |
<td>0.1s (10%)</td> | |
<td>crossbeam-channel, hyper, hyper_serde, keyboard-types, serde, serde_bytes, servo, string_cache, time, url, webrender_api, xml5ever</td> | |
</tr> | |
<tr> | |
<td>266.</td> | |
<td>tokio-uds v0.2.5</td> | |
<td>0.8s</td> | |
<td>0.4s (55%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>267.</td> | |
<td>plane-split v0.14.1</td> | |
<td>0.8s</td> | |
<td>0.2s (30%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>268.</td> | |
<td>gstreamer-base-sys v0.8.0</td> | |
<td>0.8s</td> | |
<td>0.4s (51%)</td> | |
<td>v1_0_1, v1_10, v1_12, v1_12_1, v1_14, v1_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>269.</td> | |
<td>quote v1.0.2</td> | |
<td>0.8s</td> | |
<td>0.4s (56%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>270.</td> | |
<td>uuid v0.7.4</td> | |
<td>0.8s</td> | |
<td>0.1s (18%)</td> | |
<td>default, rand, serde, std, v4</td> | |
</tr> | |
<tr> | |
<td>271.</td> | |
<td>cmake v0.1.41</td> | |
<td>0.8s</td> | |
<td>0.4s (58%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>272.</td> | |
<td>gobject-sys v0.9.0</td> | |
<td>0.8s</td> | |
<td>0.3s (45%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>273.</td> | |
<td>version_check v0.1.4</td> | |
<td>0.7s</td> | |
<td>0.6s (79%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>274.</td> | |
<td>tempfile v3.0.8</td> | |
<td>0.7s</td> | |
<td>0.4s (58%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>275.</td> | |
<td>compositing v0.0.1 custom-build</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td>default, gl, gleam, pixels</td> | |
</tr> | |
<tr> | |
<td>276.</td> | |
<td>memchr v2.2.0 custom-build</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>277.</td> | |
<td>httparse v1.3.2 custom-build</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>278.</td> | |
<td>num_cpus v1.10.1</td> | |
<td>0.7s</td> | |
<td>0.5s (76%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>279.</td> | |
<td>html5ever v0.23.0 custom-build (run)</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>280.</td> | |
<td>servo-media-webrtc v0.1.0</td> | |
<td>0.7s</td> | |
<td>0.5s (65%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>281.</td> | |
<td>gstreamer-gl-sys v0.8.0</td> | |
<td>0.7s</td> | |
<td>0.3s (36%)</td> | |
<td>egl, x11</td> | |
</tr> | |
<tr> | |
<td>282.</td> | |
<td>sha2 v0.8.0</td> | |
<td>0.7s</td> | |
<td>0.4s (54%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>283.</td> | |
<td>pixels v0.0.1</td> | |
<td>0.7s</td> | |
<td>0.1s (17%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>284.</td> | |
<td>parking_lot_core v0.6.2</td> | |
<td>0.7s</td> | |
<td>0.3s (44%)</td> | |
<td>nightly</td> | |
</tr> | |
<tr> | |
<td>285.</td> | |
<td>ordermap v0.3.5</td> | |
<td>0.7s</td> | |
<td>0.0s (5%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>286.</td> | |
<td>cstr-macros v0.1.5</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>287.</td> | |
<td>regex v1.1.6 custom-build</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>288.</td> | |
<td>miniz_oxide_c_api v0.1.3</td> | |
<td>0.7s</td> | |
<td>0.4s (54%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>289.</td> | |
<td>bincode v1.0.0</td> | |
<td>0.7s</td> | |
<td>0.1s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>290.</td> | |
<td>indexmap v1.0.2</td> | |
<td>0.7s</td> | |
<td>0.0s (5%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>291.</td> | |
<td>textwrap v0.10.0</td> | |
<td>0.7s</td> | |
<td>0.4s (65%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>292.</td> | |
<td>webrender v0.60.0 custom-build</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td>capture, default, freetype-lib, ron, serde</td> | |
</tr> | |
<tr> | |
<td>293.</td> | |
<td>net2 v0.2.33</td> | |
<td>0.7s</td> | |
<td>0.3s (50%)</td> | |
<td>default, duration</td> | |
</tr> | |
<tr> | |
<td>294.</td> | |
<td>mozangle v0.2.7</td> | |
<td>0.7s</td> | |
<td>0.4s (60%)</td> | |
<td>egl, gl_generator</td> | |
</tr> | |
<tr> | |
<td>295.</td> | |
<td>style v0.0.1 custom-build</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td>crossbeam-channel, encoding_rs, html5ever, serde, servo, servo-layout-2013, servo_atoms, servo_config, servo_url, string_cache</td> | |
</tr> | |
<tr> | |
<td>296.</td> | |
<td>inventory-impl v0.1.3</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>297.</td> | |
<td>servo-media-gstreamer-render-unix v0.1.0</td> | |
<td>0.7s</td> | |
<td>0.3s (44%)</td> | |
<td>gl-egl, gl-x11</td> | |
</tr> | |
<tr> | |
<td>298.</td> | |
<td>rustc_version v0.2.3</td> | |
<td>0.7s</td> | |
<td>0.4s (64%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>299.</td> | |
<td>servo_atoms v0.0.1 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>300.</td> | |
<td>stb_truetype v0.2.4</td> | |
<td>0.6s</td> | |
<td>0.2s (26%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>301.</td> | |
<td>httparse v1.3.2</td> | |
<td>0.6s</td> | |
<td>0.3s (41%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>302.</td> | |
<td>servo-media-streams v0.1.0</td> | |
<td>0.6s</td> | |
<td>0.4s (67%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>303.</td> | |
<td>bitflags v1.1.0 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>304.</td> | |
<td>unicode-segmentation v1.2.0</td> | |
<td>0.6s</td> | |
<td>0.2s (31%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>305.</td> | |
<td>quote v0.6.12</td> | |
<td>0.6s</td> | |
<td>0.4s (64%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>306.</td> | |
<td>lzw v0.10.0</td> | |
<td>0.6s</td> | |
<td>0.3s (54%)</td> | |
<td>default, raii_no_panic</td> | |
</tr> | |
<tr> | |
<td>307.</td> | |
<td>mime v0.3.13</td> | |
<td>0.6s</td> | |
<td>0.3s (47%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>308.</td> | |
<td>unicode-script v0.3.0</td> | |
<td>0.6s</td> | |
<td>0.2s (27%)</td> | |
<td>harfbuzz, harfbuzz-sys</td> | |
</tr> | |
<tr> | |
<td>309.</td> | |
<td>to_shmem v0.0.1</td> | |
<td>0.6s</td> | |
<td>0.3s (44%)</td> | |
<td>serde, servo, string_cache</td> | |
</tr> | |
<tr> | |
<td>310.</td> | |
<td>tokio-tcp v0.1.1</td> | |
<td>0.6s</td> | |
<td>0.3s (60%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>311.</td> | |
<td>base64 v0.10.1</td> | |
<td>0.6s</td> | |
<td>0.2s (37%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>312.</td> | |
<td>proc-macro2 v1.0.1 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>313.</td> | |
<td>color_quant v1.0.0</td> | |
<td>0.6s</td> | |
<td>0.4s (67%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>314.</td> | |
<td>tendril v0.4.1</td> | |
<td>0.5s</td> | |
<td>0.0s (7%)</td> | |
<td>encoding_rs</td> | |
</tr> | |
<tr> | |
<td>315.</td> | |
<td>dirs v1.0.2</td> | |
<td>0.5s</td> | |
<td>0.4s (73%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>316.</td> | |
<td>arrayvec v0.4.6</td> | |
<td>0.5s</td> | |
<td>0.0s (3%)</td> | |
<td>default, std, use_union</td> | |
</tr> | |
<tr> | |
<td>317.</td> | |
<td>libz-sys v1.0.25 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>318.</td> | |
<td>byteorder v1.2.7</td> | |
<td>0.5s</td> | |
<td>0.1s (16%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>319.</td> | |
<td>jemalloc-sys v0.1.4 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>320.</td> | |
<td>serde_urlencoded v0.6.1</td> | |
<td>0.5s</td> | |
<td>0.1s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>321.</td> | |
<td>humantime v1.1.1</td> | |
<td>0.5s</td> | |
<td>0.2s (44%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>322.</td> | |
<td>servo_rand v0.0.1</td> | |
<td>0.5s</td> | |
<td>0.2s (47%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>323.</td> | |
<td>smallbitvec v2.3.0</td> | |
<td>0.5s</td> | |
<td>0.3s (55%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>324.</td> | |
<td>generic-array v0.12.0</td> | |
<td>0.5s</td> | |
<td>0.0s (4%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>325.</td> | |
<td>rand_hc v0.1.0</td> | |
<td>0.5s</td> | |
<td>0.3s (62%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>326.</td> | |
<td>syn v0.15.39 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, extra-traits, fold, full, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>327.</td> | |
<td>syn v1.0.3 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, parsing, printing, proc-macro, quote</td> | |
</tr> | |
<tr> | |
<td>328.</td> | |
<td>caseless v0.2.1 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>329.</td> | |
<td>svg_fmt v0.4.0</td> | |
<td>0.5s</td> | |
<td>0.2s (50%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>330.</td> | |
<td>proc-macro2 v0.4.26 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>331.</td> | |
<td>bindgen v0.51.1 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>clap, default, env_logger, log, logging, which, which-rustfmt</td> | |
</tr> | |
<tr> | |
<td>332.</td> | |
<td>xcb v0.8.2 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>thread</td> | |
</tr> | |
<tr> | |
<td>333.</td> | |
<td>range v0.0.1</td> | |
<td>0.5s</td> | |
<td>0.0s (9%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>334.</td> | |
<td>rand_isaac v0.1.1</td> | |
<td>0.5s</td> | |
<td>0.2s (48%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>335.</td> | |
<td>servo_remutex v0.0.1</td> | |
<td>0.5s</td> | |
<td>0.2s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>336.</td> | |
<td>harfbuzz-sys v0.3.2 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>build-native-freetype, build-native-harfbuzz, cmake, default, pkg-config</td> | |
</tr> | |
<tr> | |
<td>337.</td> | |
<td>rand_core v0.4.2</td> | |
<td>0.5s</td> | |
<td>0.2s (37%)</td> | |
<td>alloc, std</td> | |
</tr> | |
<tr> | |
<td>338.</td> | |
<td>shared_library v0.1.9</td> | |
<td>0.5s</td> | |
<td>0.3s (65%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>339.</td> | |
<td>thread_local v0.3.6</td> | |
<td>0.5s</td> | |
<td>0.3s (54%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>340.</td> | |
<td>tokio-udp v0.1.2</td> | |
<td>0.5s</td> | |
<td>0.2s (49%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>341.</td> | |
<td>servo_arc v0.1.1</td> | |
<td>0.5s</td> | |
<td>0.0s (6%)</td> | |
<td>serde, servo</td> | |
</tr> | |
<tr> | |
<td>342.</td> | |
<td>smallvec v0.6.7</td> | |
<td>0.5s</td> | |
<td>0.0s (3%)</td> | |
<td>default, serde, std, union</td> | |
</tr> | |
<tr> | |
<td>343.</td> | |
<td>log v0.4.6</td> | |
<td>0.5s</td> | |
<td>0.2s (50%)</td> | |
<td>release_max_level_info, std</td> | |
</tr> | |
<tr> | |
<td>344.</td> | |
<td>num-iter v0.1.37 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>345.</td> | |
<td>tokio-executor v0.1.7</td> | |
<td>0.5s</td> | |
<td>0.3s (57%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>346.</td> | |
<td>ansi_term v0.11.0</td> | |
<td>0.5s</td> | |
<td>0.2s (41%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>347.</td> | |
<td>num-traits v0.2.4 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>348.</td> | |
<td>mio-extras v2.0.5</td> | |
<td>0.5s</td> | |
<td>0.2s (41%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>349.</td> | |
<td>libc v0.2.62 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std, use_std</td> | |
</tr> | |
<tr> | |
<td>350.</td> | |
<td>hyper_serde v0.11.0</td> | |
<td>0.5s</td> | |
<td>0.0s (6%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>351.</td> | |
<td>percent-encoding v2.1.0</td> | |
<td>0.5s</td> | |
<td>0.3s (61%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>352.</td> | |
<td>servo_geometry v0.0.1</td> | |
<td>0.4s</td> | |
<td>0.0s (11%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>353.</td> | |
<td>num-integer v0.1.38 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>354.</td> | |
<td>backtrace-sys v0.1.24 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>355.</td> | |
<td>num-rational v0.2.1 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>356.</td> | |
<td>num-derive v0.2.3 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>357.</td> | |
<td>serde v1.0.88 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>default, derive, rc, serde_derive, std</td> | |
</tr> | |
<tr> | |
<td>358.</td> | |
<td>which v3.0.0</td> | |
<td>0.4s</td> | |
<td>0.2s (56%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>359.</td> | |
<td>osmesa-src v0.1.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>360.</td> | |
<td>openssl-sys v0.9.35</td> | |
<td>0.4s</td> | |
<td>0.1s (17%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>361.</td> | |
<td>crc32fast v1.2.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>362.</td> | |
<td>mozjs v0.12.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>363.</td> | |
<td>string_cache v0.7.3 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>364.</td> | |
<td>rand_os v0.1.3</td> | |
<td>0.4s</td> | |
<td>0.2s (55%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>365.</td> | |
<td>expat-sys v2.1.6 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>366.</td> | |
<td>servo-skia v0.30000022.0</td> | |
<td>0.4s</td> | |
<td>0.2s (49%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>367.</td> | |
<td>utf8-ranges v1.0.2</td> | |
<td>0.4s</td> | |
<td>0.2s (55%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>368.</td> | |
<td>libloading v0.5.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>369.</td> | |
<td>servo-freetype-sys v4.0.4 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>370.</td> | |
<td>gstreamer-sdp-sys v0.8.0</td> | |
<td>0.4s</td> | |
<td>0.2s (44%)</td> | |
<td>v1_2, v1_4, v1_8</td> | |
</tr> | |
<tr> | |
<td>371.</td> | |
<td>peek-poke v0.2.0</td> | |
<td>0.4s</td> | |
<td>0.0s (6%)</td> | |
<td>default, derive, euclid, extras, peek-poke-derive</td> | |
</tr> | |
<tr> | |
<td>372.</td> | |
<td>clang-sys v0.28.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>clang_6_0, gte_clang_3_6, gte_clang_3_7, gte_clang_3_8, gte_clang_3_9, gte_clang_4_0, gte_clang_5_0, gte_clang_6_0, libloading, runtime</td> | |
</tr> | |
<tr> | |
<td>373.</td> | |
<td>fixedbitset v0.1.9</td> | |
<td>0.4s</td> | |
<td>0.2s (50%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>374.</td> | |
<td>heartbeats-simple-sys v0.4.1 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>375.</td> | |
<td>tokio-buf v0.1.1</td> | |
<td>0.4s</td> | |
<td>0.1s (37%)</td> | |
<td>default, either, util</td> | |
</tr> | |
<tr> | |
<td>376.</td> | |
<td>crc32fast v1.2.0</td> | |
<td>0.4s</td> | |
<td>0.2s (48%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>377.</td> | |
<td>libloading v0.5.0</td> | |
<td>0.4s</td> | |
<td>0.2s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>378.</td> | |
<td>string_cache v0.7.3</td> | |
<td>0.4s</td> | |
<td>0.1s (29%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>379.</td> | |
<td>tokio-openssl v0.3.0</td> | |
<td>0.4s</td> | |
<td>0.1s (15%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>380.</td> | |
<td>sha-1 v0.8.1</td> | |
<td>0.4s</td> | |
<td>0.2s (53%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>381.</td> | |
<td>muldiv v0.2.0</td> | |
<td>0.4s</td> | |
<td>0.1s (40%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>382.</td> | |
<td>gstreamer-webrtc-sys v0.8.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>383.</td> | |
<td>ordered-float v1.0.0</td> | |
<td>0.4s</td> | |
<td>0.1s (28%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>384.</td> | |
<td>ucd-util v0.1.1</td> | |
<td>0.4s</td> | |
<td>0.2s (58%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>385.</td> | |
<td>gstreamer-base-sys v0.8.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (1%)</td> | |
<td>v1_0_1, v1_10, v1_12, v1_12_1, v1_14, v1_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>386.</td> | |
<td>gstreamer-audio-sys v0.8.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>387.</td> | |
<td>fontsan v0.4.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>388.</td> | |
<td>gstreamer-sdp-sys v0.8.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_2, v1_4, v1_8</td> | |
</tr> | |
<tr> | |
<td>389.</td> | |
<td>tinyfiledialogs v3.3.5 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>390.</td> | |
<td>histogram v0.6.8</td> | |
<td>0.4s</td> | |
<td>0.2s (54%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>391.</td> | |
<td>gstreamer-sys v0.8.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_0_10, v1_10, v1_12, v1_14, v1_2, v1_2_3, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>392.</td> | |
<td>miniz-sys v0.1.10 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>393.</td> | |
<td>xi-unicode v0.1.0</td> | |
<td>0.4s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>394.</td> | |
<td>gobject-sys v0.9.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>395.</td> | |
<td>siphasher v0.2.2</td> | |
<td>0.4s</td> | |
<td>0.1s (22%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>396.</td> | |
<td>gstreamer-app-sys v0.8.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>397.</td> | |
<td>azure v0.36.1 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>398.</td> | |
<td>gstreamer-gl-sys v0.8.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>egl, x11</td> | |
</tr> | |
<tr> | |
<td>399.</td> | |
<td>mio-uds v0.6.7</td> | |
<td>0.4s</td> | |
<td>0.2s (44%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>400.</td> | |
<td>serde_bytes v0.10.4</td> | |
<td>0.3s</td> | |
<td>0.1s (27%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>401.</td> | |
<td>gstreamer-player-sys v0.8.0 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_12</td> | |
</tr> | |
<tr> | |
<td>402.</td> | |
<td>servo-media v0.1.0</td> | |
<td>0.3s</td> | |
<td>0.2s (44%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>403.</td> | |
<td>glib-sys v0.9.0 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>404.</td> | |
<td>lock_api v0.3.1</td> | |
<td>0.3s</td> | |
<td>0.0s (5%)</td> | |
<td>nightly</td> | |
</tr> | |
<tr> | |
<td>405.</td> | |
<td>servo-skia v0.30000022.0 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>406.</td> | |
<td>webrender_build v0.0.1</td> | |
<td>0.3s</td> | |
<td>0.2s (53%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>407.</td> | |
<td>khronos_api v3.1.0 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>408.</td> | |
<td>caseless v0.2.1</td> | |
<td>0.3s</td> | |
<td>0.1s (26%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>409.</td> | |
<td>gstreamer-video-sys v0.8.0 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_0_3, v1_10, v1_12, v1_14, v1_2, v1_2_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>410.</td> | |
<td>glutin_glx_sys v0.1.5 custom-build (run)</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>411.</td> | |
<td>offscreen_gl_context v0.25.1 custom-build (run)</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>default, osmesa, osmesa-sys, serde, x11</td> | |
</tr> | |
<tr> | |
<td>412.</td> | |
<td>half v1.0.0</td> | |
<td>0.3s</td> | |
<td>0.2s (58%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>413.</td> | |
<td>miniz-sys v0.1.10 custom-build (run)</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>414.</td> | |
<td>shlex v0.1.1</td> | |
<td>0.3s</td> | |
<td>0.2s (64%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>415.</td> | |
<td>rand_jitter v0.1.3</td> | |
<td>0.3s</td> | |
<td>0.2s (49%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>416.</td> | |
<td>layout_traits v0.0.1</td> | |
<td>0.3s</td> | |
<td>0.0s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>417.</td> | |
<td>urlencoding v1.0.0</td> | |
<td>0.3s</td> | |
<td>0.2s (60%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>418.</td> | |
<td>openssl v0.10.11 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>419.</td> | |
<td>rustc-demangle v0.1.4</td> | |
<td>0.3s</td> | |
<td>0.2s (59%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>420.</td> | |
<td>gstreamer-app-sys v0.8.0</td> | |
<td>0.3s</td> | |
<td>0.1s (48%)</td> | |
<td>v1_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>421.</td> | |
<td>build_const v0.2.1</td> | |
<td>0.3s</td> | |
<td>0.2s (59%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>422.</td> | |
<td>crc v1.8.1 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>423.</td> | |
<td>crossbeam-deque v0.7.1</td> | |
<td>0.3s</td> | |
<td>0.0s (6%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>424.</td> | |
<td>x11-dl v2.18.3 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>425.</td> | |
<td>servo-fontconfig-sys v4.0.7 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>426.</td> | |
<td>x11 v2.17.3 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>xlib</td> | |
</tr> | |
<tr> | |
<td>427.</td> | |
<td>servo-fontconfig v0.4.0</td> | |
<td>0.3s</td> | |
<td>0.0s (15%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>428.</td> | |
<td>tinyfiledialogs v3.3.5 custom-build (run)</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>429.</td> | |
<td>gstreamer-webrtc-sys v0.8.0</td> | |
<td>0.3s</td> | |
<td>0.1s (36%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>430.</td> | |
<td>heartbeats-simple-sys v0.4.1</td> | |
<td>0.3s</td> | |
<td>0.1s (18%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>431.</td> | |
<td>memmap v0.7.0</td> | |
<td>0.3s</td> | |
<td>0.1s (44%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>432.</td> | |
<td>linked-hash-map v0.5.1</td> | |
<td>0.3s</td> | |
<td>0.0s (6%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>433.</td> | |
<td>memoffset v0.5.1 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>434.</td> | |
<td>utf-8 v0.7.5</td> | |
<td>0.3s</td> | |
<td>0.1s (45%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>435.</td> | |
<td>glutin_glx_sys v0.1.5</td> | |
<td>0.3s</td> | |
<td>0.0s (10%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>436.</td> | |
<td>osmesa-sys v0.1.2</td> | |
<td>0.3s</td> | |
<td>0.2s (53%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>437.</td> | |
<td>rand_chacha v0.1.1</td> | |
<td>0.3s</td> | |
<td>0.1s (43%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>438.</td> | |
<td>glutin_egl_sys v0.1.3</td> | |
<td>0.3s</td> | |
<td>0.1s (32%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>439.</td> | |
<td>tokio-codec v0.1.0</td> | |
<td>0.3s</td> | |
<td>0.1s (41%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>440.</td> | |
<td>dtoa-short v0.3.0</td> | |
<td>0.3s</td> | |
<td>0.1s (50%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>441.</td> | |
<td>glutin_egl_sys v0.1.3 custom-build (run)</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>442.</td> | |
<td>backtrace-sys v0.1.24 custom-build (run)</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>443.</td> | |
<td>canvas v0.0.1 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>azure, canvas2d-azure</td> | |
</tr> | |
<tr> | |
<td>444.</td> | |
<td>khronos_api v3.1.0</td> | |
<td>0.3s</td> | |
<td>0.0s (9%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>445.</td> | |
<td>clipboard v0.5.0</td> | |
<td>0.2s</td> | |
<td>0.1s (46%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>446.</td> | |
<td>futf v0.1.4</td> | |
<td>0.2s</td> | |
<td>0.1s (23%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>447.</td> | |
<td>num-integer v0.1.38</td> | |
<td>0.2s</td> | |
<td>0.0s (5%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>448.</td> | |
<td>want v0.2.0</td> | |
<td>0.2s</td> | |
<td>0.1s (46%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>449.</td> | |
<td>libservo v0.0.1 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>canvas2d-azure, egl, layout-2013, layout_thread_2013, native-bluetooth, webdriver, webdriver_server</td> | |
</tr> | |
<tr> | |
<td>450.</td> | |
<td>hyper-openssl v0.7.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, runtime</td> | |
</tr> | |
<tr> | |
<td>451.</td> | |
<td>gstreamer-player-sys v0.8.0</td> | |
<td>0.2s</td> | |
<td>0.1s (36%)</td> | |
<td>v1_12</td> | |
</tr> | |
<tr> | |
<td>452.</td> | |
<td>hyper v0.12.33 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>__internal_flaky_tests, default, futures-cpupool, net2, runtime, tokio, tokio-executor, tokio-reactor, tokio-tcp, tokio-threadpool, tokio-timer</td> | |
</tr> | |
<tr> | |
<td>453.</td> | |
<td>same-file v1.0.2</td> | |
<td>0.2s</td> | |
<td>0.1s (50%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>454.</td> | |
<td>itoa v0.4.1</td> | |
<td>0.2s</td> | |
<td>0.0s (7%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>455.</td> | |
<td>parking_lot_core v0.6.2 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>nightly</td> | |
</tr> | |
<tr> | |
<td>456.</td> | |
<td>dtoa v0.4.1</td> | |
<td>0.2s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>457.</td> | |
<td>crc v1.8.1</td> | |
<td>0.2s</td> | |
<td>0.1s (40%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>458.</td> | |
<td>parking_lot v0.9.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, nightly</td> | |
</tr> | |
<tr> | |
<td>459.</td> | |
<td>unwind-sys v0.1.1 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>460.</td> | |
<td>iovec v0.1.3</td> | |
<td>0.2s</td> | |
<td>0.1s (48%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>461.</td> | |
<td>linked_hash_set v0.1.3</td> | |
<td>0.2s</td> | |
<td>0.0s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>462.</td> | |
<td>wr_malloc_size_of v0.0.1</td> | |
<td>0.2s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>463.</td> | |
<td>libdbus-sys v0.1.4 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>464.</td> | |
<td>rand_xorshift v0.1.1</td> | |
<td>0.2s</td> | |
<td>0.1s (44%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>465.</td> | |
<td>boxfnonce v0.1.0</td> | |
<td>0.2s</td> | |
<td>0.0s (4%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>466.</td> | |
<td>vec_map v0.8.0</td> | |
<td>0.2s</td> | |
<td>0.0s (5%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>467.</td> | |
<td>atomic_refcell v0.1.0</td> | |
<td>0.2s</td> | |
<td>0.1s (42%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>468.</td> | |
<td>paste v0.1.5</td> | |
<td>0.2s</td> | |
<td>0.0s (18%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>469.</td> | |
<td>adler32 v1.0.3</td> | |
<td>0.2s</td> | |
<td>0.1s (49%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>470.</td> | |
<td>crossbeam-queue v0.1.2</td> | |
<td>0.2s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>471.</td> | |
<td>either v1.5.2</td> | |
<td>0.2s</td> | |
<td>0.0s (11%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>472.</td> | |
<td>dlib v0.4.1</td> | |
<td>0.2s</td> | |
<td>0.0s (22%)</td> | |
<td>dlopen</td> | |
</tr> | |
<tr> | |
<td>473.</td> | |
<td>byte-slice-cast v0.2.0</td> | |
<td>0.2s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>474.</td> | |
<td>darling v0.9.0</td> | |
<td>0.2s</td> | |
<td>0.0s (20%)</td> | |
<td>default, suggestions</td> | |
</tr> | |
<tr> | |
<td>475.</td> | |
<td>slab v0.4.1</td> | |
<td>0.2s</td> | |
<td>0.0s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>476.</td> | |
<td>owning_ref v0.4.0</td> | |
<td>0.2s</td> | |
<td>0.0s (9%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>477.</td> | |
<td>procedural-masquerade v0.1.6</td> | |
<td>0.2s</td> | |
<td>0.1s (52%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>478.</td> | |
<td>servo-fontconfig-sys v4.0.7</td> | |
<td>0.2s</td> | |
<td>0.0s (25%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>479.</td> | |
<td>unicase v2.4.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>480.</td> | |
<td>rayon-core v1.6.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>481.</td> | |
<td>rand v0.6.5 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>alloc, default, rand_os, std</td> | |
</tr> | |
<tr> | |
<td>482.</td> | |
<td>approx v0.3.0</td> | |
<td>0.2s</td> | |
<td>0.0s (6%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>483.</td> | |
<td>phf v0.7.24</td> | |
<td>0.2s</td> | |
<td>0.0s (5%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>484.</td> | |
<td>rand_pcg v0.1.2 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>485.</td> | |
<td>fontsan v0.4.0</td> | |
<td>0.2s</td> | |
<td>0.1s (32%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>486.</td> | |
<td>block-padding v0.1.2</td> | |
<td>0.2s</td> | |
<td>0.1s (40%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>487.</td> | |
<td>line_drawing v0.7.0</td> | |
<td>0.2s</td> | |
<td>0.0s (6%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>488.</td> | |
<td>rand_chacha v0.1.1 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>489.</td> | |
<td>app_units v0.7.0</td> | |
<td>0.2s</td> | |
<td>0.0s (10%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>490.</td> | |
<td>rle-decode-fast v1.0.1</td> | |
<td>0.2s</td> | |
<td>0.1s (48%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>491.</td> | |
<td>compositing v0.0.1 custom-build (run)</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, gl, gleam, pixels</td> | |
</tr> | |
<tr> | |
<td>492.</td> | |
<td>phf_codegen v0.7.24</td> | |
<td>0.2s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>493.</td> | |
<td>glx v0.2.5 custom-build (run)</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>494.</td> | |
<td>servo v0.0.1 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>canvas2d-azure, default, egl, layout-2013, max_log_level, native-bluetooth, webdriver</td> | |
</tr> | |
<tr> | |
<td>495.</td> | |
<td>miniz_oxide_c_api v0.1.3 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>496.</td> | |
<td>string v0.2.1</td> | |
<td>0.2s</td> | |
<td>0.0s (9%)</td> | |
<td>bytes, default</td> | |
</tr> | |
<tr> | |
<td>497.</td> | |
<td>gstreamer v0.14.5 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, paste, subclassing, v1_10, v1_12, v1_14</td> | |
</tr> | |
<tr> | |
<td>498.</td> | |
<td>servo_atoms v0.0.1</td> | |
<td>0.2s</td> | |
<td>0.0s (15%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>499.</td> | |
<td>nix v0.14.1 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>500.</td> | |
<td>rand_pcg v0.1.2</td> | |
<td>0.2s</td> | |
<td>0.0s (26%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>501.</td> | |
<td>gstreamer-video v0.14.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, v1_10, v1_12, v1_14</td> | |
</tr> | |
<tr> | |
<td>502.</td> | |
<td>gstreamer-webrtc v0.14.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>503.</td> | |
<td>servo_allocator v0.0.1</td> | |
<td>0.2s</td> | |
<td>0.0s (20%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>504.</td> | |
<td>thread_profiler v0.1.3</td> | |
<td>0.2s</td> | |
<td>0.1s (54%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>505.</td> | |
<td>scoped-tls v1.0.0</td> | |
<td>0.2s</td> | |
<td>0.1s (44%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>506.</td> | |
<td>gstreamer-sdp v0.14.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>507.</td> | |
<td>gstreamer-base v0.14.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, v1_10, v1_12, v1_14</td> | |
</tr> | |
<tr> | |
<td>508.</td> | |
<td>gstreamer-gl v0.14.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, egl, x11</td> | |
</tr> | |
<tr> | |
<td>509.</td> | |
<td>fxhash v0.2.1</td> | |
<td>0.1s</td> | |
<td>0.0s (23%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>510.</td> | |
<td>gstreamer-app v0.14.0 custom-build</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>511.</td> | |
<td>gstreamer-audio v0.14.0 custom-build</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>512.</td> | |
<td>block-buffer v0.7.0</td> | |
<td>0.1s</td> | |
<td>0.0s (10%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>513.</td> | |
<td>phf_generator v0.7.24</td> | |
<td>0.1s</td> | |
<td>0.0s (5%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>514.</td> | |
<td>phf_shared v0.7.24</td> | |
<td>0.1s</td> | |
<td>0.0s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>515.</td> | |
<td>encoding_rs v0.8.12 custom-build</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>516.</td> | |
<td>digest v0.8.0</td> | |
<td>0.1s</td> | |
<td>0.0s (11%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>517.</td> | |
<td>thin-slice v0.1.1</td> | |
<td>0.1s</td> | |
<td>0.0s (9%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>518.</td> | |
<td>gstreamer-player v0.14.0 custom-build</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>519.</td> | |
<td>libdbus-sys v0.1.4</td> | |
<td>0.1s</td> | |
<td>0.0s (16%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>520.</td> | |
<td>unicode-xid v0.2.0</td> | |
<td>0.1s</td> | |
<td>0.0s (27%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>521.</td> | |
<td>ident_case v1.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (23%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>522.</td> | |
<td>servo-media-gstreamer-render v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>523.</td> | |
<td>webrender v0.60.0 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>capture, default, freetype-lib, ron, serde</td> | |
</tr> | |
<tr> | |
<td>524.</td> | |
<td>alloc-stdlib v0.2.1</td> | |
<td>0.1s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>525.</td> | |
<td>num-iter v0.1.37</td> | |
<td>0.1s</td> | |
<td>0.0s (10%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>526.</td> | |
<td>servo-media-traits v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (28%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>527.</td> | |
<td>antidote v1.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (17%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>528.</td> | |
<td>unicode-xid v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (24%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>529.</td> | |
<td>inventory v0.1.3</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>530.</td> | |
<td>lazy_static v1.3.0</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>531.</td> | |
<td>enum-iterator v0.2.0</td> | |
<td>0.1s</td> | |
<td>0.1s (45%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>532.</td> | |
<td>uluru v0.3.0</td> | |
<td>0.1s</td> | |
<td>0.0s (9%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>533.</td> | |
<td>alloc-no-stdlib v2.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>534.</td> | |
<td>take_mut v0.2.2</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>535.</td> | |
<td>unwind-sys v0.1.1</td> | |
<td>0.1s</td> | |
<td>0.0s (11%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>536.</td> | |
<td>headers-core v0.1.1</td> | |
<td>0.1s</td> | |
<td>0.0s (19%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>537.</td> | |
<td>fnv v1.0.6</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>538.</td> | |
<td>swapper v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (19%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>539.</td> | |
<td>void v1.0.2</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>540.</td> | |
<td>fallible v0.0.1</td> | |
<td>0.1s</td> | |
<td>0.0s (10%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>541.</td> | |
<td>glx v0.2.5</td> | |
<td>0.1s</td> | |
<td>0.0s (10%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>542.</td> | |
<td>unicode-width v0.1.4</td> | |
<td>0.1s</td> | |
<td>0.0s (18%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>543.</td> | |
<td>mitochondria v1.1.2</td> | |
<td>0.1s</td> | |
<td>0.0s (11%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>544.</td> | |
<td>binary-space-partition v0.1.2</td> | |
<td>0.1s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>545.</td> | |
<td>libz-sys v1.0.25</td> | |
<td>0.1s</td> | |
<td>0.0s (11%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>546.</td> | |
<td>sig v1.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (9%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>547.</td> | |
<td>http-body v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>548.</td> | |
<td>rustc-hash v1.0.1</td> | |
<td>0.1s</td> | |
<td>0.0s (10%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>549.</td> | |
<td>quick-error v1.2.1</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>550.</td> | |
<td>nodrop v0.1.12</td> | |
<td>0.1s</td> | |
<td>0.0s (10%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>551.</td> | |
<td>try-lock v0.2.2</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>552.</td> | |
<td>ref_filter_map v1.0.1</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>553.</td> | |
<td>peeking_take_while v0.1.2</td> | |
<td>0.1s</td> | |
<td>0.0s (11%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>554.</td> | |
<td>miniz-sys v0.1.10</td> | |
<td>0.1s</td> | |
<td>0.0s (11%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>555.</td> | |
<td>lazycell v1.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (10%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>556.</td> | |
<td>libloading v0.5.0 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>557.</td> | |
<td>atty v0.2.11</td> | |
<td>0.1s</td> | |
<td>0.0s (17%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>558.</td> | |
<td>backtrace-sys v0.1.24</td> | |
<td>0.1s</td> | |
<td>0.0s (18%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>559.</td> | |
<td>num-integer v0.1.38 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>560.</td> | |
<td>signpost v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>561.</td> | |
<td>fake-simd v0.1.2</td> | |
<td>0.1s</td> | |
<td>0.0s (18%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>562.</td> | |
<td>num-iter v0.1.37 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>563.</td> | |
<td>num-rational v0.2.1 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>564.</td> | |
<td>precomputed-hash v0.1.1</td> | |
<td>0.1s</td> | |
<td>0.0s (16%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>565.</td> | |
<td>num-derive v0.2.3 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>566.</td> | |
<td>rand_chacha v0.1.1 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>567.</td> | |
<td>num-traits v0.2.4 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>568.</td> | |
<td>downcast-rs v1.0.3</td> | |
<td>0.1s</td> | |
<td>0.0s (16%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>569.</td> | |
<td>rand v0.6.5 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>alloc, default, rand_os, std</td> | |
</tr> | |
<tr> | |
<td>570.</td> | |
<td>unreachable v1.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (9%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>571.</td> | |
<td>osmesa-src v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>572.</td> | |
<td>rand_pcg v0.1.2 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>573.</td> | |
<td>stable_deref_trait v1.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (17%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>574.</td> | |
<td>cstr v0.1.7</td> | |
<td>0.1s</td> | |
<td>0.0s (20%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>575.</td> | |
<td>jemalloc-sys v0.1.4</td> | |
<td>0.1s</td> | |
<td>0.0s (16%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>576.</td> | |
<td>typenum v1.10.0 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>577.</td> | |
<td>string_cache_shared v0.3.0</td> | |
<td>0.1s</td> | |
<td>0.0s (20%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>578.</td> | |
<td>rand_core v0.3.1</td> | |
<td>0.1s</td> | |
<td>0.0s (27%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>579.</td> | |
<td>expat-sys v2.1.6</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>580.</td> | |
<td>servo-freetype-sys v4.0.4</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>581.</td> | |
<td>foreign-types-shared v0.1.1</td> | |
<td>0.1s</td> | |
<td>0.0s (16%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>582.</td> | |
<td>caseless v0.2.1 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>583.</td> | |
<td>scopeguard v1.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (18%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>584.</td> | |
<td>byte-tools v0.3.0</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>585.</td> | |
<td>mac v0.1.1</td> | |
<td>0.1s</td> | |
<td>0.0s (15%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>586.</td> | |
<td>memoffset v0.5.1</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>587.</td> | |
<td>ref_slice v1.1.1</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>588.</td> | |
<td>cfg-if v0.1.6</td> | |
<td>0.1s</td> | |
<td>0.0s (15%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>589.</td> | |
<td>x11-dl v2.18.3 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>590.</td> | |
<td>new_debug_unreachable v1.0.1</td> | |
<td>0.1s</td> | |
<td>0.0s (21%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>591.</td> | |
<td>foreign-types v0.3.2</td> | |
<td>0.1s</td> | |
<td>0.0s (18%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>592.</td> | |
<td>bitflags v1.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>593.</td> | |
<td>remove_dir_all v0.5.2</td> | |
<td>0.1s</td> | |
<td>0.0s (18%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>594.</td> | |
<td>openssl-sys v0.9.35 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>595.</td> | |
<td>servo_atoms v0.0.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>596.</td> | |
<td>matches v0.1.4</td> | |
<td>0.0s</td> | |
<td>0.0s (17%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>597.</td> | |
<td>memoffset v0.5.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>598.</td> | |
<td>opaque-debug v0.2.1</td> | |
<td>0.0s</td> | |
<td>0.0s (19%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>599.</td> | |
<td>mime_guess v2.0.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>default, rev-mappings</td> | |
</tr> | |
<tr> | |
<td>600.</td> | |
<td>unicase v2.4.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>601.</td> | |
<td>parking_lot_core v0.6.2 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>nightly</td> | |
</tr> | |
<tr> | |
<td>602.</td> | |
<td>hyper v0.12.33 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>__internal_flaky_tests, default, futures-cpupool, net2, runtime, tokio, tokio-executor, tokio-reactor, tokio-tcp, tokio-threadpool, tokio-timer</td> | |
</tr> | |
<tr> | |
<td>603.</td> | |
<td>parking_lot v0.9.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, nightly</td> | |
</tr> | |
<tr> | |
<td>604.</td> | |
<td>gstreamer-sys v0.8.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_0_10, v1_10, v1_12, v1_14, v1_2, v1_2_3, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>605.</td> | |
<td>memchr v2.2.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>606.</td> | |
<td>libc v0.2.62 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>default, std, use_std</td> | |
</tr> | |
<tr> | |
<td>607.</td> | |
<td>glib-sys v0.9.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>608.</td> | |
<td>bitflags v1.1.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>609.</td> | |
<td>expat-sys v2.1.6 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>610.</td> | |
<td>x11 v2.17.3 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>xlib</td> | |
</tr> | |
<tr> | |
<td>611.</td> | |
<td>unwind-sys v0.1.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>612.</td> | |
<td>proc-macro2 v1.0.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>613.</td> | |
<td>crc32fast v1.2.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>614.</td> | |
<td>regex v1.1.6 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>615.</td> | |
<td>selectors v0.21.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>616.</td> | |
<td>syn v1.0.3 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, parsing, printing, proc-macro, quote</td> | |
</tr> | |
<tr> | |
<td>617.</td> | |
<td>syn v0.15.39 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>clone-impls, default, derive, extra-traits, fold, full, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>618.</td> | |
<td>openssl v0.10.11 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>619.</td> | |
<td>proc-macro2 v0.4.26 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (3%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>620.</td> | |
<td>serde v1.0.88 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, derive, rc, serde_derive, std</td> | |
</tr> | |
<tr> | |
<td>621.</td> | |
<td>httparse v1.3.2 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>622.</td> | |
<td>servo-freetype-sys v4.0.4 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>623.</td> | |
<td>harfbuzz-sys v0.3.2 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>build-native-freetype, build-native-harfbuzz, cmake, default, pkg-config</td> | |
</tr> | |
<tr> | |
<td>624.</td> | |
<td>crc v1.8.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>625.</td> | |
<td>gstreamer-gl-sys v0.8.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>egl, x11</td> | |
</tr> | |
<tr> | |
<td>626.</td> | |
<td>nix v0.14.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>627.</td> | |
<td>libz-sys v1.0.25 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>628.</td> | |
<td>miniz_oxide_c_api v0.1.3 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (3%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>629.</td> | |
<td>gstreamer-webrtc-sys v0.8.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>630.</td> | |
<td>gstreamer-base-sys v0.8.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_0_1, v1_10, v1_12, v1_12_1, v1_14, v1_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>631.</td> | |
<td>gstreamer-player-sys v0.8.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_12</td> | |
</tr> | |
<tr> | |
<td>632.</td> | |
<td>string_cache v0.7.3 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>633.</td> | |
<td>gstreamer-app-sys v0.8.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>634.</td> | |
<td>gstreamer-video-sys v0.8.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_0_3, v1_10, v1_12, v1_14, v1_2, v1_2_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>635.</td> | |
<td>gstreamer-audio-sys v0.8.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_2, v1_4, v1_6, v1_8</td> | |
</tr> | |
<tr> | |
<td>636.</td> | |
<td>gstreamer-sdp-sys v0.8.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>v1_2, v1_4, v1_8</td> | |
</tr> | |
<tr> | |
<td>637.</td> | |
<td>gobject-sys v0.9.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>638.</td> | |
<td>servo v0.0.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>canvas2d-azure, default, egl, layout-2013, max_log_level, native-bluetooth, webdriver</td> | |
</tr> | |
<tr> | |
<td>639.</td> | |
<td>libdbus-sys v0.1.4 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>640.</td> | |
<td>gstreamer v0.14.5 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, paste, subclassing, v1_10, v1_12, v1_14</td> | |
</tr> | |
<tr> | |
<td>641.</td> | |
<td>clang-sys v0.28.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>clang_6_0, gte_clang_3_6, gte_clang_3_7, gte_clang_3_8, gte_clang_3_9, gte_clang_4_0, gte_clang_5_0, gte_clang_6_0, libloading, runtime</td> | |
</tr> | |
<tr> | |
<td>642.</td> | |
<td>servo-fontconfig-sys v4.0.7 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>643.</td> | |
<td>hyper-openssl v0.7.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, runtime</td> | |
</tr> | |
<tr> | |
<td>644.</td> | |
<td>rayon-core v1.6.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>645.</td> | |
<td>canvas v0.0.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (23%)</td> | |
<td>azure, canvas2d-azure</td> | |
</tr> | |
<tr> | |
<td>646.</td> | |
<td>libservo v0.0.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (2%)</td> | |
<td>canvas2d-azure, egl, layout-2013, layout_thread_2013, native-bluetooth, webdriver, webdriver_server</td> | |
</tr> | |
<tr> | |
<td>647.</td> | |
<td>gstreamer-app v0.14.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>648.</td> | |
<td>gstreamer-gl v0.14.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, egl, x11</td> | |
</tr> | |
<tr> | |
<td>649.</td> | |
<td>gstreamer-video v0.14.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, v1_10, v1_12, v1_14</td> | |
</tr> | |
<tr> | |
<td>650.</td> | |
<td>khronos_api v3.1.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>651.</td> | |
<td>gstreamer-webrtc v0.14.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>652.</td> | |
<td>gstreamer-player v0.14.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>653.</td> | |
<td>gstreamer-audio v0.14.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>654.</td> | |
<td>gstreamer-sdp v0.14.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>655.</td> | |
<td>gstreamer-base v0.14.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, v1_10, v1_12, v1_14</td> | |
</tr> | |
<tr> | |
<td>656.</td> | |
<td>bindgen v0.51.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (3%)</td> | |
<td>clap, default, env_logger, log, logging, which, which-rustfmt</td> | |
</tr> | |
<tr> | |
<td>657.</td> | |
<td>webxr v0.0.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>glutin, glwindow, headless, ipc, serde</td> | |
</tr> | |
<tr> | |
<td>658.</td> | |
<td>encoding_rs v0.8.12 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td></td> | |
</tr> | |
</tbody> | |
</table> | |
<script> | |
DURATION = 382; | |
const UNIT_DATA = [ | |
{ | |
"i": 0, | |
"name": "libc", | |
"version": "0.2.62", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.36, | |
"duration": 0.45, | |
"rmeta_time": 0.45, | |
"unlocked_units": [ | |
152 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 1, | |
"name": "cfg-if", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.05, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
128, | |
129 | |
] | |
}, | |
{ | |
"i": 2, | |
"name": "lazy_static", | |
"version": "1.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.12, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
136, | |
135 | |
] | |
}, | |
{ | |
"i": 3, | |
"name": "proc-macro2", | |
"version": "0.4.26", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.36, | |
"duration": 0.5, | |
"rmeta_time": 0.5, | |
"unlocked_units": [ | |
154 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 4, | |
"name": "semver-parser", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.85, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
139 | |
] | |
}, | |
{ | |
"i": 5, | |
"name": "unicode-xid", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.13, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 6, | |
"name": "syn", | |
"version": "0.15.39", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.36, | |
"duration": 0.51, | |
"rmeta_time": 0.51, | |
"unlocked_units": [ | |
155 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 7, | |
"name": "either", | |
"version": "1.5.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.21, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
137 | |
] | |
}, | |
{ | |
"i": 8, | |
"name": "nodrop", | |
"version": "0.1.12", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
132, | |
131 | |
] | |
}, | |
{ | |
"i": 9, | |
"name": "scopeguard", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.06, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
130 | |
] | |
}, | |
{ | |
"i": 10, | |
"name": "rayon-core", | |
"version": "1.6.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.36, | |
"duration": 0.19, | |
"rmeta_time": 0.19, | |
"unlocked_units": [ | |
138 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 11, | |
"name": "pkg-config", | |
"version": "0.3.14", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 1.5, | |
"rmeta_time": 0.32, | |
"unlocked_units": [ | |
194, | |
193, | |
188, | |
197, | |
185, | |
183, | |
190, | |
189, | |
191, | |
186, | |
198, | |
192, | |
184, | |
195, | |
187, | |
196 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 12, | |
"name": "byteorder", | |
"version": "1.2.7", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.53, | |
"rmeta_time": 0.44, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
150, | |
149, | |
151, | |
148 | |
] | |
}, | |
{ | |
"i": 13, | |
"name": "serde", | |
"version": "1.0.88", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.36, | |
"duration": 0.44, | |
"rmeta_time": 0.44, | |
"unlocked_units": [ | |
147 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 14, | |
"name": "autocfg", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.85, | |
"rmeta_time": 0.27, | |
"unlocked_units": [ | |
167, | |
165, | |
166 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 15, | |
"name": "rand_core", | |
"version": "0.4.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.49, | |
"rmeta_time": 0.31, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
142, | |
143 | |
] | |
}, | |
{ | |
"i": 16, | |
"name": "bitflags", | |
"version": "1.1.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.36, | |
"duration": 0.58, | |
"rmeta_time": 0.58, | |
"unlocked_units": [ | |
157 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 17, | |
"name": "void", | |
"version": "1.0.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.11, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
133 | |
] | |
}, | |
{ | |
"i": 18, | |
"name": "num-traits", | |
"version": "0.2.4", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.36, | |
"duration": 0.46, | |
"rmeta_time": 0.46, | |
"unlocked_units": [ | |
153 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 19, | |
"name": "xml-rs", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 2.99, | |
"rmeta_time": 1.03, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 20, | |
"name": "fnv", | |
"version": "1.0.6", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.11, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 21, | |
"name": "slab", | |
"version": "0.4.1", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.2, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 22, | |
"name": "khronos_api", | |
"version": "3.1.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.36, | |
"duration": 0.34, | |
"rmeta_time": 0.34, | |
"unlocked_units": [ | |
144 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 23, | |
"name": "futures", | |
"version": "0.1.28", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 3.36, | |
"rmeta_time": 2.68, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
237, | |
236, | |
238 | |
] | |
}, | |
{ | |
"i": 24, | |
"name": "siphasher", | |
"version": "0.2.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.36, | |
"rmeta_time": 0.28, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
141 | |
] | |
}, | |
{ | |
"i": 25, | |
"name": "itoa", | |
"version": "0.4.1", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.24, | |
"rmeta_time": 0.22, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 26, | |
"name": "strsim", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.36, | |
"duration": 0.83, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 27, | |
"name": "typenum", | |
"version": "1.10.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.36, | |
"duration": 0.84, | |
"rmeta_time": 0.84, | |
"unlocked_units": [ | |
164 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 28, | |
"name": "byte-tools", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.42, | |
"duration": 0.06, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
134 | |
] | |
}, | |
{ | |
"i": 29, | |
"name": "dtoa", | |
"version": "0.4.1", | |
"mode": "todo", | |
"target": "", | |
"start": 1.43, | |
"duration": 0.24, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
140 | |
] | |
}, | |
{ | |
"i": 30, | |
"name": "remove_dir_all", | |
"version": "0.5.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.46, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 31, | |
"name": "string_cache_shared", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.48, | |
"duration": 0.07, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 32, | |
"name": "fake-simd", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.48, | |
"duration": 0.08, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 33, | |
"name": "matches", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 1.48, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 34, | |
"name": "opaque-debug", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 1.49, | |
"duration": 0.04, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 35, | |
"name": "percent-encoding", | |
"version": "2.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.49, | |
"duration": 0.45, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 36, | |
"name": "version_check", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 1.51, | |
"duration": 0.75, | |
"rmeta_time": 0.16, | |
"unlocked_units": [ | |
169 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 37, | |
"name": "httparse", | |
"version": "1.3.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.53, | |
"duration": 0.72, | |
"rmeta_time": 0.72, | |
"unlocked_units": [ | |
168 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 38, | |
"name": "unicode-normalization", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 1.54, | |
"duration": 0.89, | |
"rmeta_time": 0.77, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 39, | |
"name": "procedural-masquerade", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 1.54, | |
"duration": 0.2, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 40, | |
"name": "indexmap", | |
"version": "1.0.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.56, | |
"duration": 0.69, | |
"rmeta_time": 0.66, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 41, | |
"name": "precomputed-hash", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 1.56, | |
"duration": 0.08, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 42, | |
"name": "try-lock", | |
"version": "0.2.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.56, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 43, | |
"name": "ident_case", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.57, | |
"duration": 0.14, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 44, | |
"name": "encoding_rs", | |
"version": "0.8.12", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.6, | |
"duration": 0.14, | |
"rmeta_time": 0.14, | |
"unlocked_units": [ | |
146 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 45, | |
"name": "mac", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 1.64, | |
"duration": 0.06, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 46, | |
"name": "stable_deref_trait", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.66, | |
"duration": 0.07, | |
"rmeta_time": 0.06, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
145 | |
] | |
}, | |
{ | |
"i": 47, | |
"name": "utf-8", | |
"version": "0.7.5", | |
"mode": "todo", | |
"target": "", | |
"start": 1.67, | |
"duration": 0.29, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 48, | |
"name": "memchr", | |
"version": "2.2.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.7, | |
"duration": 0.72, | |
"rmeta_time": 0.72, | |
"unlocked_units": [ | |
174 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 49, | |
"name": "smallbitvec", | |
"version": "2.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.71, | |
"duration": 0.51, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 50, | |
"name": "thin-slice", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 1.71, | |
"duration": 0.14, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 51, | |
"name": "unicode-segmentation", | |
"version": "1.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.72, | |
"duration": 0.58, | |
"rmeta_time": 0.4, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 52, | |
"name": "regex", | |
"version": "1.1.6", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.73, | |
"duration": 0.7, | |
"rmeta_time": 0.7, | |
"unlocked_units": [ | |
175 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 53, | |
"name": "ucd-util", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 1.74, | |
"duration": 0.37, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
156 | |
] | |
}, | |
{ | |
"i": 54, | |
"name": "num-integer", | |
"version": "0.1.38", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.75, | |
"duration": 0.44, | |
"rmeta_time": 0.44, | |
"unlocked_units": [ | |
163 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 55, | |
"name": "utf8-ranges", | |
"version": "1.0.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.81, | |
"duration": 0.41, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 56, | |
"name": "proc-macro2", | |
"version": "1.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.82, | |
"duration": 0.55, | |
"rmeta_time": 0.55, | |
"unlocked_units": [ | |
172 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 57, | |
"name": "unicode-xid", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 1.83, | |
"duration": 0.14, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 58, | |
"name": "same-file", | |
"version": "1.0.2", | |
"mode": "todo", | |
"target": "", | |
"start": 1.85, | |
"duration": 0.24, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
158 | |
] | |
}, | |
{ | |
"i": 59, | |
"name": "num-rational", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.85, | |
"duration": 0.44, | |
"rmeta_time": 0.44, | |
"unlocked_units": [ | |
170 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 60, | |
"name": "num-derive", | |
"version": "0.2.3", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.87, | |
"duration": 0.44, | |
"rmeta_time": 0.44, | |
"unlocked_units": [ | |
171 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 61, | |
"name": "getopts", | |
"version": "0.2.17", | |
"mode": "todo", | |
"target": "", | |
"start": 1.87, | |
"duration": 1.15, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 62, | |
"name": "adler32", | |
"version": "1.0.3", | |
"mode": "todo", | |
"target": "", | |
"start": 1.89, | |
"duration": 0.21, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
159, | |
160 | |
] | |
}, | |
{ | |
"i": 63, | |
"name": "glob", | |
"version": "0.2.11", | |
"mode": "todo", | |
"target": "", | |
"start": 1.95, | |
"duration": 1.4, | |
"rmeta_time": 0.42, | |
"unlocked_units": [ | |
219 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 64, | |
"name": "quick-error", | |
"version": "1.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 1.95, | |
"duration": 0.1, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
161 | |
] | |
}, | |
{ | |
"i": 65, | |
"name": "crc32fast", | |
"version": "1.2.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 1.96, | |
"duration": 0.43, | |
"rmeta_time": 0.43, | |
"unlocked_units": [ | |
173 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 66, | |
"name": "unicode-width", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 1.97, | |
"duration": 0.11, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
162 | |
] | |
}, | |
{ | |
"i": 67, | |
"name": "vec_map", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.05, | |
"duration": 0.21, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 68, | |
"name": "syn", | |
"version": "1.0.3", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.08, | |
"duration": 0.5, | |
"rmeta_time": 0.5, | |
"unlocked_units": [ | |
179 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 69, | |
"name": "bindgen", | |
"version": "0.51.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.09, | |
"duration": 0.49, | |
"rmeta_time": 0.49, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 70, | |
"name": "ansi_term", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.1, | |
"duration": 0.47, | |
"rmeta_time": 0.28, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 71, | |
"name": "servo-media-traits", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.11, | |
"duration": 0.13, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 72, | |
"name": "termcolor", | |
"version": "1.0.4", | |
"mode": "todo", | |
"target": "", | |
"start": 2.19, | |
"duration": 0.88, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 73, | |
"name": "num-iter", | |
"version": "0.1.37", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.2, | |
"duration": 0.48, | |
"rmeta_time": 0.48, | |
"unlocked_units": [ | |
180 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 74, | |
"name": "shlex", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.21, | |
"duration": 0.33, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 75, | |
"name": "peeking_take_while", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 2.21, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 76, | |
"name": "lzw", | |
"version": "0.10.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.22, | |
"duration": 0.58, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
177 | |
] | |
}, | |
{ | |
"i": 77, | |
"name": "boxfnonce", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.23, | |
"duration": 0.21, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 78, | |
"name": "binary-space-partition", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 2.23, | |
"duration": 0.11, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 79, | |
"name": "color_quant", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.25, | |
"duration": 0.55, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 80, | |
"name": "ordermap", | |
"version": "0.3.5", | |
"mode": "todo", | |
"target": "", | |
"start": 2.25, | |
"duration": 0.7, | |
"rmeta_time": 0.66, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
200 | |
] | |
}, | |
{ | |
"i": 81, | |
"name": "fixedbitset", | |
"version": "0.1.9", | |
"mode": "todo", | |
"target": "", | |
"start": 2.25, | |
"duration": 0.4, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 82, | |
"name": "thread_profiler", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 2.26, | |
"duration": 0.15, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 83, | |
"name": "svg_fmt", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.27, | |
"duration": 0.5, | |
"rmeta_time": 0.25, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 84, | |
"name": "scoped_threadpool", | |
"version": "0.1.7", | |
"mode": "todo", | |
"target": "", | |
"start": 2.3, | |
"duration": 1.25, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 85, | |
"name": "byte-slice-cast", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.3, | |
"duration": 0.2, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 86, | |
"name": "nix", | |
"version": "0.14.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.31, | |
"duration": 0.16, | |
"rmeta_time": 0.16, | |
"unlocked_units": [ | |
176 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 87, | |
"name": "signpost", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.31, | |
"duration": 0.08, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 88, | |
"name": "scoped-tls", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.34, | |
"duration": 0.15, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 89, | |
"name": "urlencoding", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.38, | |
"duration": 0.32, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 90, | |
"name": "gstreamer", | |
"version": "0.14.5", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.39, | |
"duration": 0.16, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 91, | |
"name": "muldiv", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.39, | |
"duration": 0.38, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 92, | |
"name": "downcast-rs", | |
"version": "1.0.3", | |
"mode": "todo", | |
"target": "", | |
"start": 2.42, | |
"duration": 0.07, | |
"rmeta_time": 0.06, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 93, | |
"name": "gstreamer-base", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.42, | |
"duration": 0.15, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 94, | |
"name": "xdg", | |
"version": "2.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.43, | |
"duration": 0.95, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 95, | |
"name": "atomic_refcell", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.43, | |
"duration": 0.21, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 96, | |
"name": "openssl", | |
"version": "0.10.11", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.44, | |
"duration": 0.32, | |
"rmeta_time": 0.32, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 97, | |
"name": "foreign-types-shared", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.46, | |
"duration": 0.06, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
178 | |
] | |
}, | |
{ | |
"i": 98, | |
"name": "gstreamer-video", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.49, | |
"duration": 0.16, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 99, | |
"name": "build_const", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.5, | |
"duration": 0.31, | |
"rmeta_time": 0.13, | |
"unlocked_units": [ | |
182 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 100, | |
"name": "xi-unicode", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.5, | |
"duration": 0.36, | |
"rmeta_time": 0.31, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 101, | |
"name": "lazycell", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.53, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 102, | |
"name": "alloc-no-stdlib", | |
"version": "2.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.54, | |
"duration": 0.12, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
181 | |
] | |
}, | |
{ | |
"i": 103, | |
"name": "ucd", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.55, | |
"duration": 10.59, | |
"rmeta_time": 9.66, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 104, | |
"name": "gstreamer-sdp", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.57, | |
"duration": 0.15, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 105, | |
"name": "hyper-openssl", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.58, | |
"duration": 0.24, | |
"rmeta_time": 0.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 106, | |
"name": "gstreamer-gl", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.58, | |
"duration": 0.15, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 107, | |
"name": "hex", | |
"version": "0.3.2", | |
"mode": "todo", | |
"target": "", | |
"start": 2.58, | |
"duration": 1.59, | |
"rmeta_time": 1.54, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
240 | |
] | |
}, | |
{ | |
"i": 108, | |
"name": "linked-hash-map", | |
"version": "0.5.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.61, | |
"duration": 0.29, | |
"rmeta_time": 0.28, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
199 | |
] | |
}, | |
{ | |
"i": 109, | |
"name": "gstreamer-audio", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.65, | |
"duration": 0.15, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 110, | |
"name": "gstreamer-app", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.65, | |
"duration": 0.15, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 111, | |
"name": "rustc-demangle", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 2.66, | |
"duration": 0.32, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 112, | |
"name": "canvas", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.67, | |
"duration": 0.26, | |
"rmeta_time": 0.26, | |
"unlocked_units": [ | |
201 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 113, | |
"name": "gstreamer-player", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.68, | |
"duration": 0.14, | |
"rmeta_time": 0.14, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 114, | |
"name": "gstreamer-webrtc", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.7, | |
"duration": 0.15, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 115, | |
"name": "take_mut", | |
"version": "0.2.2", | |
"mode": "todo", | |
"target": "", | |
"start": 2.72, | |
"duration": 0.12, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 116, | |
"name": "antidote", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.73, | |
"duration": 0.13, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 117, | |
"name": "rle-decode-fast", | |
"version": "1.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.76, | |
"duration": 0.18, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 118, | |
"name": "ref_slice", | |
"version": "1.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.77, | |
"duration": 0.05, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 119, | |
"name": "half", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.77, | |
"duration": 0.34, | |
"rmeta_time": 0.14, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 120, | |
"name": "swapper", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.79, | |
"duration": 0.11, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 121, | |
"name": "ref_filter_map", | |
"version": "1.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.8, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 122, | |
"name": "mitochondria", | |
"version": "1.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 2.8, | |
"duration": 0.11, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 123, | |
"name": "threadpool", | |
"version": "1.3.2", | |
"mode": "todo", | |
"target": "", | |
"start": 2.81, | |
"duration": 0.81, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 124, | |
"name": "histogram", | |
"version": "0.6.8", | |
"mode": "todo", | |
"target": "", | |
"start": 2.81, | |
"duration": 0.37, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 125, | |
"name": "libservo", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.82, | |
"duration": 0.24, | |
"rmeta_time": 0.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 126, | |
"name": "osmesa-src", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.82, | |
"duration": 0.44, | |
"rmeta_time": 0.44, | |
"unlocked_units": [ | |
215 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 127, | |
"name": "servo", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.82, | |
"duration": 0.16, | |
"rmeta_time": 0.16, | |
"unlocked_units": [ | |
203 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 128, | |
"name": "log", | |
"version": "0.4.6", | |
"mode": "todo", | |
"target": "", | |
"start": 2.84, | |
"duration": 0.48, | |
"rmeta_time": 0.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
209 | |
] | |
}, | |
{ | |
"i": 129, | |
"name": "packed_simd", | |
"version": "0.3.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.86, | |
"duration": 41.15, | |
"rmeta_time": 40.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 130, | |
"name": "lock_api", | |
"version": "0.3.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.86, | |
"duration": 0.35, | |
"rmeta_time": 0.33, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 131, | |
"name": "arrayvec", | |
"version": "0.4.6", | |
"mode": "todo", | |
"target": "", | |
"start": 2.86, | |
"duration": 0.55, | |
"rmeta_time": 0.53, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
220 | |
] | |
}, | |
{ | |
"i": 132, | |
"name": "array-init", | |
"version": "0.0.4", | |
"mode": "todo", | |
"target": "", | |
"start": 2.88, | |
"duration": 5.23, | |
"rmeta_time": 5.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 133, | |
"name": "unreachable", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.89, | |
"duration": 0.07, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
202 | |
] | |
}, | |
{ | |
"i": 134, | |
"name": "block-padding", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 2.9, | |
"duration": 0.18, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 135, | |
"name": "crossbeam-utils", | |
"version": "0.6.5", | |
"mode": "todo", | |
"target": "", | |
"start": 2.91, | |
"duration": 1.1, | |
"rmeta_time": 0.51, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
223 | |
] | |
}, | |
{ | |
"i": 136, | |
"name": "thread_local", | |
"version": "0.3.6", | |
"mode": "todo", | |
"target": "", | |
"start": 2.91, | |
"duration": 0.48, | |
"rmeta_time": 0.22, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 137, | |
"name": "itertools", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.92, | |
"duration": 1.57, | |
"rmeta_time": 1.54, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 138, | |
"name": "rayon-core", | |
"version": "1.6.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 2.94, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 139, | |
"name": "semver", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.95, | |
"duration": 0.84, | |
"rmeta_time": 0.39, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
217 | |
] | |
}, | |
{ | |
"i": 140, | |
"name": "dtoa-short", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.95, | |
"duration": 0.26, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 141, | |
"name": "phf_shared", | |
"version": "0.7.24", | |
"mode": "todo", | |
"target": "", | |
"start": 2.96, | |
"duration": 0.14, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
210 | |
] | |
}, | |
{ | |
"i": 142, | |
"name": "rand_core", | |
"version": "0.3.1", | |
"mode": "todo", | |
"target": "", | |
"start": 2.97, | |
"duration": 0.06, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
205, | |
206, | |
204 | |
] | |
}, | |
{ | |
"i": 143, | |
"name": "rand_jitter", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 2.99, | |
"duration": 0.33, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 144, | |
"name": "khronos_api", | |
"version": "3.1.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.02, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
207 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 145, | |
"name": "owning_ref", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 3.03, | |
"duration": 0.2, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 146, | |
"name": "encoding_rs", | |
"version": "0.8.12", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.04, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
208 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 147, | |
"name": "serde", | |
"version": "1.0.88", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.05, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 148, | |
"name": "base64", | |
"version": "0.10.1", | |
"mode": "todo", | |
"target": "", | |
"start": 3.06, | |
"duration": 0.57, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 149, | |
"name": "fxhash", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 3.07, | |
"duration": 0.15, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 150, | |
"name": "rustc-hash", | |
"version": "1.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 3.07, | |
"duration": 0.1, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 151, | |
"name": "stb_truetype", | |
"version": "0.2.4", | |
"mode": "todo", | |
"target": "", | |
"start": 3.09, | |
"duration": 0.63, | |
"rmeta_time": 0.46, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 152, | |
"name": "libc", | |
"version": "0.2.62", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.11, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
211 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 153, | |
"name": "num-traits", | |
"version": "0.2.4", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.11, | |
"duration": 0.07, | |
"rmeta_time": 0.07, | |
"unlocked_units": [ | |
213 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 154, | |
"name": "proc-macro2", | |
"version": "0.4.26", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.14, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
212 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 155, | |
"name": "syn", | |
"version": "0.15.39", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.15, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 156, | |
"name": "regex-syntax", | |
"version": "0.6.6", | |
"mode": "todo", | |
"target": "", | |
"start": 3.17, | |
"duration": 8.09, | |
"rmeta_time": 3.86, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
341 | |
] | |
}, | |
{ | |
"i": 157, | |
"name": "bitflags", | |
"version": "1.1.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.17, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
214 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 158, | |
"name": "walkdir", | |
"version": "2.2.7", | |
"mode": "todo", | |
"target": "", | |
"start": 3.18, | |
"duration": 1.02, | |
"rmeta_time": 0.28, | |
"unlocked_units": [ | |
243 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 159, | |
"name": "inflate", | |
"version": "0.4.3", | |
"mode": "todo", | |
"target": "", | |
"start": 3.19, | |
"duration": 1.11, | |
"rmeta_time": 0.49, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 160, | |
"name": "deflate", | |
"version": "0.7.19", | |
"mode": "todo", | |
"target": "", | |
"start": 3.19, | |
"duration": 1.88, | |
"rmeta_time": 0.76, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 161, | |
"name": "humantime", | |
"version": "1.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 3.21, | |
"duration": 0.52, | |
"rmeta_time": 0.29, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 162, | |
"name": "textwrap", | |
"version": "0.10.0", | |
"mode": "todo", | |
"target": "", | |
"start": 3.22, | |
"duration": 0.69, | |
"rmeta_time": 0.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 163, | |
"name": "num-integer", | |
"version": "0.1.38", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.22, | |
"duration": 0.08, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 164, | |
"name": "typenum", | |
"version": "1.10.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.23, | |
"duration": 0.07, | |
"rmeta_time": 0.07, | |
"unlocked_units": [ | |
216 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 165, | |
"name": "rand_chacha", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.26, | |
"duration": 0.18, | |
"rmeta_time": 0.18, | |
"unlocked_units": [ | |
225 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 166, | |
"name": "rand_pcg", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.3, | |
"duration": 0.19, | |
"rmeta_time": 0.19, | |
"unlocked_units": [ | |
226 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 167, | |
"name": "rand", | |
"version": "0.6.5", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.3, | |
"duration": 0.19, | |
"rmeta_time": 0.19, | |
"unlocked_units": [ | |
227 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 168, | |
"name": "httparse", | |
"version": "1.3.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.32, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
218 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 169, | |
"name": "unicase", | |
"version": "2.4.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.33, | |
"duration": 0.19, | |
"rmeta_time": 0.19, | |
"unlocked_units": [ | |
228 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 170, | |
"name": "num-rational", | |
"version": "0.2.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.34, | |
"duration": 0.08, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 171, | |
"name": "num-derive", | |
"version": "0.2.3", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.35, | |
"duration": 0.08, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 172, | |
"name": "proc-macro2", | |
"version": "1.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.39, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
221 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 173, | |
"name": "crc32fast", | |
"version": "1.2.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.4, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
222 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 174, | |
"name": "memchr", | |
"version": "2.2.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.41, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
224 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 175, | |
"name": "regex", | |
"version": "1.1.6", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.41, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 176, | |
"name": "nix", | |
"version": "0.14.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.41, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 177, | |
"name": "gif", | |
"version": "0.10.0", | |
"mode": "todo", | |
"target": "", | |
"start": 3.42, | |
"duration": 0.82, | |
"rmeta_time": 0.46, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 178, | |
"name": "foreign-types", | |
"version": "0.3.2", | |
"mode": "todo", | |
"target": "", | |
"start": 3.43, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 179, | |
"name": "syn", | |
"version": "1.0.3", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.43, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 180, | |
"name": "num-iter", | |
"version": "0.1.37", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.43, | |
"duration": 0.08, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 181, | |
"name": "alloc-stdlib", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 3.43, | |
"duration": 0.13, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
229 | |
] | |
}, | |
{ | |
"i": 182, | |
"name": "crc", | |
"version": "1.8.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.44, | |
"duration": 0.31, | |
"rmeta_time": 0.31, | |
"unlocked_units": [ | |
230 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 183, | |
"name": "glib-sys", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.45, | |
"duration": 0.35, | |
"rmeta_time": 0.35, | |
"unlocked_units": [ | |
231 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 184, | |
"name": "gobject-sys", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.48, | |
"duration": 0.36, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 185, | |
"name": "gstreamer-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.48, | |
"duration": 0.36, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 186, | |
"name": "gstreamer-base-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.5, | |
"duration": 0.37, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 187, | |
"name": "gstreamer-video-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.52, | |
"duration": 0.34, | |
"rmeta_time": 0.34, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 188, | |
"name": "servo-fontconfig-sys", | |
"version": "4.0.7", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.52, | |
"duration": 0.3, | |
"rmeta_time": 0.3, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 189, | |
"name": "x11-dl", | |
"version": "2.18.3", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.55, | |
"duration": 0.31, | |
"rmeta_time": 0.31, | |
"unlocked_units": [ | |
233 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 190, | |
"name": "gstreamer-sdp-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.57, | |
"duration": 0.37, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 191, | |
"name": "x11", | |
"version": "2.17.3", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.62, | |
"duration": 0.3, | |
"rmeta_time": 0.3, | |
"unlocked_units": [ | |
235 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 192, | |
"name": "libdbus-sys", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.63, | |
"duration": 0.22, | |
"rmeta_time": 0.22, | |
"unlocked_units": [ | |
232 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 193, | |
"name": "gstreamer-gl-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.72, | |
"duration": 0.35, | |
"rmeta_time": 0.35, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 194, | |
"name": "gstreamer-webrtc-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.73, | |
"duration": 0.37, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 195, | |
"name": "gstreamer-audio-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.75, | |
"duration": 0.37, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 196, | |
"name": "gstreamer-app-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.79, | |
"duration": 0.36, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 197, | |
"name": "gstreamer-player-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.8, | |
"duration": 0.35, | |
"rmeta_time": 0.35, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 198, | |
"name": "unwind-sys", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.82, | |
"duration": 0.23, | |
"rmeta_time": 0.23, | |
"unlocked_units": [ | |
239 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 199, | |
"name": "linked_hash_set", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 3.84, | |
"duration": 0.22, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 200, | |
"name": "petgraph", | |
"version": "0.4.13", | |
"mode": "todo", | |
"target": "", | |
"start": 3.85, | |
"duration": 2.53, | |
"rmeta_time": 2.45, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 201, | |
"name": "canvas", | |
"version": "0.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.85, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 202, | |
"name": "new_debug_unreachable", | |
"version": "1.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 3.86, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
234 | |
] | |
}, | |
{ | |
"i": 203, | |
"name": "servo", | |
"version": "0.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 3.86, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 204, | |
"name": "rand_hc", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 3.86, | |
"duration": 0.51, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 205, | |
"name": "rand_xorshift", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 3.87, | |
"duration": 0.21, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 206, | |
"name": "rand_isaac", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 3.87, | |
"duration": 0.49, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 207, | |
"name": "khronos_api", | |
"version": "3.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 3.91, | |
"duration": 0.25, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
242, | |
241 | |
] | |
}, | |
{ | |
"i": 208, | |
"name": "encoding_rs", | |
"version": "0.8.12", | |
"mode": "todo", | |
"target": "", | |
"start": 3.92, | |
"duration": 5.48, | |
"rmeta_time": 2.76, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
327 | |
] | |
}, | |
{ | |
"i": 209, | |
"name": "servo_remutex", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 3.92, | |
"duration": 0.49, | |
"rmeta_time": 0.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 210, | |
"name": "phf", | |
"version": "0.7.24", | |
"mode": "todo", | |
"target": "", | |
"start": 3.94, | |
"duration": 0.19, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 211, | |
"name": "libc", | |
"version": "0.2.62", | |
"mode": "todo", | |
"target": "", | |
"start": 4.01, | |
"duration": 1.04, | |
"rmeta_time": 0.95, | |
"unlocked_units": [ | |
287 | |
], | |
"unlocked_rmeta_units": [ | |
283, | |
270, | |
273, | |
266, | |
271, | |
276, | |
282, | |
267, | |
272, | |
274, | |
281, | |
268, | |
275, | |
278, | |
277, | |
265, | |
280, | |
269, | |
279 | |
] | |
}, | |
{ | |
"i": 212, | |
"name": "proc-macro2", | |
"version": "0.4.26", | |
"mode": "todo", | |
"target": "", | |
"start": 4.06, | |
"duration": 1.73, | |
"rmeta_time": 0.7, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
257 | |
] | |
}, | |
{ | |
"i": 213, | |
"name": "num-traits", | |
"version": "0.2.4", | |
"mode": "todo", | |
"target": "", | |
"start": 4.07, | |
"duration": 1.53, | |
"rmeta_time": 1.4, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
303, | |
301, | |
300, | |
302, | |
299 | |
] | |
}, | |
{ | |
"i": 214, | |
"name": "bitflags", | |
"version": "1.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.08, | |
"duration": 0.05, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 215, | |
"name": "osmesa-src", | |
"version": "0.1.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.08, | |
"duration": 168.38, | |
"rmeta_time": 168.38, | |
"unlocked_units": [ | |
654 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 216, | |
"name": "typenum", | |
"version": "1.10.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.11, | |
"duration": 1.02, | |
"rmeta_time": 0.98, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
288 | |
] | |
}, | |
{ | |
"i": 217, | |
"name": "rustc_version", | |
"version": "0.2.3", | |
"mode": "todo", | |
"target": "", | |
"start": 4.12, | |
"duration": 0.65, | |
"rmeta_time": 0.24, | |
"unlocked_units": [ | |
259, | |
260, | |
261, | |
262 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 218, | |
"name": "httparse", | |
"version": "1.3.2", | |
"mode": "todo", | |
"target": "", | |
"start": 4.13, | |
"duration": 0.62, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 219, | |
"name": "clang-sys", | |
"version": "0.28.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 4.13, | |
"duration": 0.41, | |
"rmeta_time": 0.41, | |
"unlocked_units": [ | |
252 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 220, | |
"name": "uluru", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.15, | |
"duration": 0.12, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 221, | |
"name": "proc-macro2", | |
"version": "1.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 4.15, | |
"duration": 1.71, | |
"rmeta_time": 0.7, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
264 | |
] | |
}, | |
{ | |
"i": 222, | |
"name": "crc32fast", | |
"version": "1.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.16, | |
"duration": 0.39, | |
"rmeta_time": 0.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
248, | |
247 | |
] | |
}, | |
{ | |
"i": 223, | |
"name": "crossbeam-queue", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 4.17, | |
"duration": 0.21, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 224, | |
"name": "memchr", | |
"version": "2.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.2, | |
"duration": 0.8, | |
"rmeta_time": 0.47, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
256, | |
255 | |
] | |
}, | |
{ | |
"i": 225, | |
"name": "rand_chacha", | |
"version": "0.1.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.24, | |
"duration": 0.08, | |
"rmeta_time": 0.08, | |
"unlocked_units": [ | |
244 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 226, | |
"name": "rand_pcg", | |
"version": "0.1.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.27, | |
"duration": 0.07, | |
"rmeta_time": 0.07, | |
"unlocked_units": [ | |
245 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 227, | |
"name": "rand", | |
"version": "0.6.5", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.3, | |
"duration": 0.07, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 228, | |
"name": "unicase", | |
"version": "2.4.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.31, | |
"duration": 0.03, | |
"rmeta_time": 0.03, | |
"unlocked_units": [ | |
246 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 229, | |
"name": "brotli-decompressor", | |
"version": "2.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 4.34, | |
"duration": 4.43, | |
"rmeta_time": 2.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
328 | |
] | |
}, | |
{ | |
"i": 230, | |
"name": "crc", | |
"version": "1.8.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.35, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
249 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 231, | |
"name": "glib-sys", | |
"version": "0.9.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.36, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
250 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 232, | |
"name": "libdbus-sys", | |
"version": "0.1.4", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.37, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
251 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 233, | |
"name": "x11-dl", | |
"version": "2.18.3", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.37, | |
"duration": 0.05, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 234, | |
"name": "futf", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 4.37, | |
"duration": 0.25, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 235, | |
"name": "x11", | |
"version": "2.17.3", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.38, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 236, | |
"name": "want", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.38, | |
"duration": 0.25, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 237, | |
"name": "tokio-executor", | |
"version": "0.1.7", | |
"mode": "todo", | |
"target": "", | |
"start": 4.38, | |
"duration": 0.47, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
253, | |
254 | |
] | |
}, | |
{ | |
"i": 238, | |
"name": "tokio-sync", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 4.39, | |
"duration": 1.04, | |
"rmeta_time": 0.72, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 239, | |
"name": "unwind-sys", | |
"version": "0.1.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.4, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 240, | |
"name": "blurmock", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 4.41, | |
"duration": 2.82, | |
"rmeta_time": 0.6, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 241, | |
"name": "gl_generator", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.42, | |
"duration": 2.54, | |
"rmeta_time": 0.98, | |
"unlocked_units": [ | |
333, | |
330, | |
331, | |
332 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 242, | |
"name": "gl_generator", | |
"version": "0.13.1", | |
"mode": "todo", | |
"target": "", | |
"start": 4.43, | |
"duration": 2.54, | |
"rmeta_time": 0.97, | |
"unlocked_units": [ | |
335, | |
334 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 243, | |
"name": "style", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 4.49, | |
"duration": 0.68, | |
"rmeta_time": 0.68, | |
"unlocked_units": [ | |
291 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 244, | |
"name": "rand_chacha", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 4.54, | |
"duration": 0.28, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 245, | |
"name": "rand_pcg", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 4.55, | |
"duration": 0.16, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 246, | |
"name": "unicase", | |
"version": "2.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.62, | |
"duration": 0.9, | |
"rmeta_time": 0.64, | |
"unlocked_units": [ | |
306 | |
], | |
"unlocked_rmeta_units": [ | |
292 | |
] | |
}, | |
{ | |
"i": 247, | |
"name": "png", | |
"version": "0.15.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.63, | |
"duration": 1.4, | |
"rmeta_time": 0.76, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 248, | |
"name": "libflate", | |
"version": "0.1.26", | |
"mode": "todo", | |
"target": "", | |
"start": 4.71, | |
"duration": 2.85, | |
"rmeta_time": 1.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 249, | |
"name": "crc", | |
"version": "1.8.1", | |
"mode": "todo", | |
"target": "", | |
"start": 4.73, | |
"duration": 0.24, | |
"rmeta_time": 0.14, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 250, | |
"name": "gobject-sys", | |
"version": "0.9.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.76, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
258 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 251, | |
"name": "libdbus-sys", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 4.77, | |
"duration": 0.14, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 252, | |
"name": "clang-sys", | |
"version": "0.28.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 4.78, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
263 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 253, | |
"name": "tokio-timer", | |
"version": "0.2.11", | |
"mode": "todo", | |
"target": "", | |
"start": 4.79, | |
"duration": 1.15, | |
"rmeta_time": 0.62, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 254, | |
"name": "tokio-current-thread", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 4.83, | |
"duration": 0.88, | |
"rmeta_time": 0.34, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 255, | |
"name": "aho-corasick", | |
"version": "0.7.3", | |
"mode": "todo", | |
"target": "", | |
"start": 4.86, | |
"duration": 1.21, | |
"rmeta_time": 0.88, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 256, | |
"name": "nom", | |
"version": "4.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 4.91, | |
"duration": 1.93, | |
"rmeta_time": 1.41, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
319, | |
318 | |
] | |
}, | |
{ | |
"i": 257, | |
"name": "quote", | |
"version": "0.6.12", | |
"mode": "todo", | |
"target": "", | |
"start": 4.96, | |
"duration": 0.58, | |
"rmeta_time": 0.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
289, | |
290 | |
] | |
}, | |
{ | |
"i": 258, | |
"name": "gstreamer-sys", | |
"version": "0.8.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 5.0, | |
"duration": 0.03, | |
"rmeta_time": 0.03, | |
"unlocked_units": [ | |
285, | |
284, | |
286 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 259, | |
"name": "memoffset", | |
"version": "0.5.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 5.03, | |
"duration": 0.29, | |
"rmeta_time": 0.29, | |
"unlocked_units": [ | |
295 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 260, | |
"name": "hyper", | |
"version": "0.12.33", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 5.05, | |
"duration": 0.24, | |
"rmeta_time": 0.24, | |
"unlocked_units": [ | |
293 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 261, | |
"name": "parking_lot_core", | |
"version": "0.6.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 5.08, | |
"duration": 0.24, | |
"rmeta_time": 0.24, | |
"unlocked_units": [ | |
294 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 262, | |
"name": "parking_lot", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 5.13, | |
"duration": 0.24, | |
"rmeta_time": 0.24, | |
"unlocked_units": [ | |
296 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 263, | |
"name": "bindgen", | |
"version": "0.51.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 5.17, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 264, | |
"name": "quote", | |
"version": "1.0.2", | |
"mode": "todo", | |
"target": "", | |
"start": 5.18, | |
"duration": 0.77, | |
"rmeta_time": 0.34, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
305 | |
] | |
}, | |
{ | |
"i": 265, | |
"name": "num_cpus", | |
"version": "1.10.1", | |
"mode": "todo", | |
"target": "", | |
"start": 5.29, | |
"duration": 0.72, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
298 | |
] | |
}, | |
{ | |
"i": 266, | |
"name": "rand_os", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 5.31, | |
"duration": 0.42, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
304 | |
] | |
}, | |
{ | |
"i": 267, | |
"name": "iovec", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 5.32, | |
"duration": 0.22, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
297 | |
] | |
}, | |
{ | |
"i": 268, | |
"name": "net2", | |
"version": "0.2.33", | |
"mode": "todo", | |
"target": "", | |
"start": 5.37, | |
"duration": 0.69, | |
"rmeta_time": 0.34, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
308 | |
] | |
}, | |
{ | |
"i": 269, | |
"name": "time", | |
"version": "0.1.42", | |
"mode": "todo", | |
"target": "", | |
"start": 5.43, | |
"duration": 0.99, | |
"rmeta_time": 0.49, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
310 | |
] | |
}, | |
{ | |
"i": 270, | |
"name": "hashglobe", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 5.53, | |
"duration": 1.01, | |
"rmeta_time": 0.88, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 271, | |
"name": "glib-sys", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 5.54, | |
"duration": 0.97, | |
"rmeta_time": 0.57, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
317 | |
] | |
}, | |
{ | |
"i": 272, | |
"name": "dirs", | |
"version": "1.0.2", | |
"mode": "todo", | |
"target": "", | |
"start": 5.54, | |
"duration": 0.55, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 273, | |
"name": "atty", | |
"version": "0.2.11", | |
"mode": "todo", | |
"target": "", | |
"start": 5.6, | |
"duration": 0.09, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
307 | |
] | |
}, | |
{ | |
"i": 274, | |
"name": "which", | |
"version": "3.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 5.68, | |
"duration": 0.44, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 275, | |
"name": "nix", | |
"version": "0.14.1", | |
"mode": "todo", | |
"target": "", | |
"start": 5.71, | |
"duration": 7.71, | |
"rmeta_time": 5.4, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 276, | |
"name": "shared_library", | |
"version": "0.1.9", | |
"mode": "todo", | |
"target": "", | |
"start": 5.74, | |
"duration": 0.48, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
309 | |
] | |
}, | |
{ | |
"i": 277, | |
"name": "x11-dl", | |
"version": "2.18.3", | |
"mode": "todo", | |
"target": "", | |
"start": 5.79, | |
"duration": 5.66, | |
"rmeta_time": 3.6, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 278, | |
"name": "memmap", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 5.86, | |
"duration": 0.3, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 279, | |
"name": "x11", | |
"version": "2.17.3", | |
"mode": "todo", | |
"target": "", | |
"start": 5.94, | |
"duration": 3.41, | |
"rmeta_time": 2.61, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 280, | |
"name": "miniz_oxide", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 5.95, | |
"duration": 1.64, | |
"rmeta_time": 0.79, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 281, | |
"name": "dbus", | |
"version": "0.6.3", | |
"mode": "todo", | |
"target": "", | |
"start": 6.0, | |
"duration": 8.02, | |
"rmeta_time": 3.53, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
362 | |
] | |
}, | |
{ | |
"i": 282, | |
"name": "unwind-sys", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 6.03, | |
"duration": 0.11, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 283, | |
"name": "sig", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 6.06, | |
"duration": 0.1, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 284, | |
"name": "gstreamer-base-sys", | |
"version": "0.8.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.07, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
312, | |
314, | |
313, | |
311 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 285, | |
"name": "gstreamer", | |
"version": "0.14.5", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.08, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 286, | |
"name": "gstreamer-sdp-sys", | |
"version": "0.8.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.09, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
315, | |
316 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 287, | |
"name": "xcb", | |
"version": "0.8.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 6.09, | |
"duration": 0.49, | |
"rmeta_time": 0.49, | |
"unlocked_units": [ | |
321 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 288, | |
"name": "generic-array", | |
"version": "0.12.0", | |
"mode": "todo", | |
"target": "", | |
"start": 6.1, | |
"duration": 0.51, | |
"rmeta_time": 0.49, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
323, | |
322 | |
] | |
}, | |
{ | |
"i": 289, | |
"name": "syn", | |
"version": "0.15.39", | |
"mode": "todo", | |
"target": "", | |
"start": 6.12, | |
"duration": 11.09, | |
"rmeta_time": 8.54, | |
"unlocked_units": [ | |
459, | |
460, | |
455, | |
443, | |
461, | |
456, | |
458, | |
453, | |
447, | |
445, | |
444, | |
464, | |
454, | |
450, | |
449, | |
451, | |
452, | |
462, | |
448, | |
446, | |
457, | |
463 | |
], | |
"unlocked_rmeta_units": [ | |
417, | |
416 | |
] | |
}, | |
{ | |
"i": 290, | |
"name": "wayland-scanner", | |
"version": "0.21.13", | |
"mode": "todo", | |
"target": "", | |
"start": 6.14, | |
"duration": 3.73, | |
"rmeta_time": 1.67, | |
"unlocked_units": [ | |
368, | |
367 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 291, | |
"name": "style", | |
"version": "0.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.16, | |
"duration": 3.98, | |
"rmeta_time": 3.98, | |
"unlocked_units": [ | |
374 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 292, | |
"name": "mime", | |
"version": "0.3.13", | |
"mode": "todo", | |
"target": "", | |
"start": 6.16, | |
"duration": 0.58, | |
"rmeta_time": 0.31, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 293, | |
"name": "hyper", | |
"version": "0.12.33", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.22, | |
"duration": 0.03, | |
"rmeta_time": 0.03, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 294, | |
"name": "parking_lot_core", | |
"version": "0.6.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.26, | |
"duration": 0.03, | |
"rmeta_time": 0.03, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 295, | |
"name": "memoffset", | |
"version": "0.5.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.29, | |
"duration": 0.05, | |
"rmeta_time": 0.05, | |
"unlocked_units": [ | |
320 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 296, | |
"name": "parking_lot", | |
"version": "0.9.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.34, | |
"duration": 0.03, | |
"rmeta_time": 0.03, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 297, | |
"name": "bytes", | |
"version": "0.4.12", | |
"mode": "todo", | |
"target": "", | |
"start": 6.38, | |
"duration": 1.04, | |
"rmeta_time": 0.66, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
345, | |
344, | |
343, | |
342 | |
] | |
}, | |
{ | |
"i": 298, | |
"name": "futures-cpupool", | |
"version": "0.1.8", | |
"mode": "todo", | |
"target": "", | |
"start": 6.38, | |
"duration": 0.85, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 299, | |
"name": "num-integer", | |
"version": "0.1.38", | |
"mode": "todo", | |
"target": "", | |
"start": 6.42, | |
"duration": 0.25, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
326, | |
325, | |
324 | |
] | |
}, | |
{ | |
"i": 300, | |
"name": "ordered-float", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 6.51, | |
"duration": 0.37, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
329 | |
] | |
}, | |
{ | |
"i": 301, | |
"name": "approx", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 6.53, | |
"duration": 0.19, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 302, | |
"name": "line_drawing", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 6.59, | |
"duration": 0.18, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 303, | |
"name": "immeta", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 6.62, | |
"duration": 1.93, | |
"rmeta_time": 0.96, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 304, | |
"name": "rand", | |
"version": "0.6.5", | |
"mode": "todo", | |
"target": "", | |
"start": 6.67, | |
"duration": 2.24, | |
"rmeta_time": 1.67, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
355, | |
357, | |
356 | |
] | |
}, | |
{ | |
"i": 305, | |
"name": "syn", | |
"version": "1.0.3", | |
"mode": "todo", | |
"target": "", | |
"start": 6.73, | |
"duration": 7.19, | |
"rmeta_time": 2.95, | |
"unlocked_units": [ | |
415 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 306, | |
"name": "mime_guess", | |
"version": "2.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 6.74, | |
"duration": 1.28, | |
"rmeta_time": 1.28, | |
"unlocked_units": [ | |
354 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 307, | |
"name": "clap", | |
"version": "2.32.0", | |
"mode": "todo", | |
"target": "", | |
"start": 6.77, | |
"duration": 8.31, | |
"rmeta_time": 4.46, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 308, | |
"name": "mio", | |
"version": "0.6.18", | |
"mode": "todo", | |
"target": "", | |
"start": 6.84, | |
"duration": 2.14, | |
"rmeta_time": 1.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
352, | |
353 | |
] | |
}, | |
{ | |
"i": 309, | |
"name": "osmesa-sys", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 6.88, | |
"duration": 0.29, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 310, | |
"name": "cookie", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 6.96, | |
"duration": 0.97, | |
"rmeta_time": 0.32, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 311, | |
"name": "gstreamer-video-sys", | |
"version": "0.8.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.97, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
336, | |
337, | |
338 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 312, | |
"name": "gstreamer-base", | |
"version": "0.14.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.98, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 313, | |
"name": "gstreamer-audio-sys", | |
"version": "0.8.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 6.99, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
339 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 314, | |
"name": "gstreamer-app-sys", | |
"version": "0.8.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 7.01, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
340 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 315, | |
"name": "gstreamer-webrtc-sys", | |
"version": "0.8.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 7.02, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
346 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 316, | |
"name": "gstreamer-sdp", | |
"version": "0.14.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 7.04, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 317, | |
"name": "gobject-sys", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 7.05, | |
"duration": 0.76, | |
"rmeta_time": 0.41, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
349, | |
348 | |
] | |
}, | |
{ | |
"i": 318, | |
"name": "cexpr", | |
"version": "0.3.3", | |
"mode": "todo", | |
"target": "", | |
"start": 7.17, | |
"duration": 3.16, | |
"rmeta_time": 1.25, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 319, | |
"name": "weedle", | |
"version": "0.10.0", | |
"mode": "todo", | |
"target": "", | |
"start": 7.23, | |
"duration": 7.94, | |
"rmeta_time": 6.9, | |
"unlocked_units": [ | |
419 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 320, | |
"name": "memoffset", | |
"version": "0.5.1", | |
"mode": "todo", | |
"target": "", | |
"start": 7.24, | |
"duration": 0.06, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
347 | |
] | |
}, | |
{ | |
"i": 321, | |
"name": "xcb", | |
"version": "0.8.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 7.29, | |
"duration": 1.35, | |
"rmeta_time": 1.35, | |
"unlocked_units": [ | |
359 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 322, | |
"name": "block-buffer", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 7.42, | |
"duration": 0.14, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 323, | |
"name": "digest", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 7.56, | |
"duration": 0.14, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
351, | |
350 | |
] | |
}, | |
{ | |
"i": 324, | |
"name": "num-rational", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 7.56, | |
"duration": 1.41, | |
"rmeta_time": 0.52, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 325, | |
"name": "num-iter", | |
"version": "0.1.37", | |
"mode": "todo", | |
"target": "", | |
"start": 7.59, | |
"duration": 0.13, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 326, | |
"name": "chrono", | |
"version": "0.4.2", | |
"mode": "todo", | |
"target": "", | |
"start": 7.7, | |
"duration": 2.07, | |
"rmeta_time": 1.35, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 327, | |
"name": "tendril", | |
"version": "0.4.1", | |
"mode": "todo", | |
"target": "", | |
"start": 7.72, | |
"duration": 0.55, | |
"rmeta_time": 0.51, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 328, | |
"name": "brotli", | |
"version": "3.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 7.8, | |
"duration": 11.01, | |
"rmeta_time": 8.83, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 329, | |
"name": "rusttype", | |
"version": "0.7.2", | |
"mode": "todo", | |
"target": "", | |
"start": 7.94, | |
"duration": 1.38, | |
"rmeta_time": 0.65, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
358 | |
] | |
}, | |
{ | |
"i": 330, | |
"name": "gleam", | |
"version": "0.6.18", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 8.03, | |
"duration": 1.79, | |
"rmeta_time": 1.79, | |
"unlocked_units": [ | |
365 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 331, | |
"name": "glutin_egl_sys", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 8.11, | |
"duration": 1.77, | |
"rmeta_time": 1.77, | |
"unlocked_units": [ | |
369 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 332, | |
"name": "glutin_glx_sys", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 8.27, | |
"duration": 1.86, | |
"rmeta_time": 1.86, | |
"unlocked_units": [ | |
373 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 333, | |
"name": "glx", | |
"version": "0.2.5", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 8.55, | |
"duration": 1.75, | |
"rmeta_time": 1.75, | |
"unlocked_units": [ | |
376 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 334, | |
"name": "sparkle", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 8.64, | |
"duration": 1.83, | |
"rmeta_time": 1.83, | |
"unlocked_units": [ | |
377 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 335, | |
"name": "offscreen_gl_context", | |
"version": "0.25.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 8.77, | |
"duration": 1.87, | |
"rmeta_time": 1.87, | |
"unlocked_units": [ | |
383 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 336, | |
"name": "gstreamer-video", | |
"version": "0.14.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 8.91, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 337, | |
"name": "gstreamer-gl-sys", | |
"version": "0.8.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 8.92, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
360 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 338, | |
"name": "gstreamer-player-sys", | |
"version": "0.8.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 8.93, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
361 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 339, | |
"name": "gstreamer-audio", | |
"version": "0.14.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 8.95, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 340, | |
"name": "gstreamer-app", | |
"version": "0.14.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 8.96, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 341, | |
"name": "regex", | |
"version": "1.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 8.97, | |
"duration": 6.2, | |
"rmeta_time": 2.16, | |
"unlocked_units": [ | |
418 | |
], | |
"unlocked_rmeta_units": [ | |
389 | |
] | |
}, | |
{ | |
"i": 342, | |
"name": "tokio-io", | |
"version": "0.1.8", | |
"mode": "todo", | |
"target": "", | |
"start": 8.98, | |
"duration": 0.94, | |
"rmeta_time": 0.73, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
363, | |
364 | |
] | |
}, | |
{ | |
"i": 343, | |
"name": "http", | |
"version": "0.1.17", | |
"mode": "todo", | |
"target": "", | |
"start": 8.98, | |
"duration": 5.09, | |
"rmeta_time": 3.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
402, | |
403, | |
401 | |
] | |
}, | |
{ | |
"i": 344, | |
"name": "tokio-buf", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 9.32, | |
"duration": 0.39, | |
"rmeta_time": 0.25, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 345, | |
"name": "string", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 9.36, | |
"duration": 0.16, | |
"rmeta_time": 0.14, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 346, | |
"name": "gstreamer-webrtc", | |
"version": "0.14.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 9.4, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 347, | |
"name": "crossbeam-epoch", | |
"version": "0.7.2", | |
"mode": "todo", | |
"target": "", | |
"start": 9.41, | |
"duration": 0.87, | |
"rmeta_time": 0.45, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
366 | |
] | |
}, | |
{ | |
"i": 348, | |
"name": "gstreamer-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 9.51, | |
"duration": 1.82, | |
"rmeta_time": 0.99, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
378, | |
379 | |
] | |
}, | |
{ | |
"i": 349, | |
"name": "glib", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 9.72, | |
"duration": 7.76, | |
"rmeta_time": 5.4, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 350, | |
"name": "sha-1", | |
"version": "0.8.1", | |
"mode": "todo", | |
"target": "", | |
"start": 9.77, | |
"duration": 0.38, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 351, | |
"name": "sha2", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 9.81, | |
"duration": 0.7, | |
"rmeta_time": 0.32, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
375 | |
] | |
}, | |
{ | |
"i": 352, | |
"name": "mio-uds", | |
"version": "0.6.7", | |
"mode": "todo", | |
"target": "", | |
"start": 9.88, | |
"duration": 0.35, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 353, | |
"name": "mio-extras", | |
"version": "2.0.5", | |
"mode": "todo", | |
"target": "", | |
"start": 9.88, | |
"duration": 0.46, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 354, | |
"name": "mime_guess", | |
"version": "2.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 9.91, | |
"duration": 0.04, | |
"rmeta_time": 0.04, | |
"unlocked_units": [ | |
370 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 355, | |
"name": "phf_generator", | |
"version": "0.7.24", | |
"mode": "todo", | |
"target": "", | |
"start": 9.95, | |
"duration": 0.14, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
372, | |
371 | |
] | |
}, | |
{ | |
"i": 356, | |
"name": "tempfile", | |
"version": "3.0.8", | |
"mode": "todo", | |
"target": "", | |
"start": 10.09, | |
"duration": 0.74, | |
"rmeta_time": 0.32, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 357, | |
"name": "gaol", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 10.13, | |
"duration": 1.16, | |
"rmeta_time": 0.33, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 358, | |
"name": "andrew", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 10.14, | |
"duration": 1.79, | |
"rmeta_time": 0.39, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 359, | |
"name": "xcb", | |
"version": "0.8.2", | |
"mode": "todo", | |
"target": "", | |
"start": 10.15, | |
"duration": 2.35, | |
"rmeta_time": 1.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
394 | |
] | |
}, | |
{ | |
"i": 360, | |
"name": "gstreamer-gl", | |
"version": "0.14.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 10.23, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 361, | |
"name": "gstreamer-player", | |
"version": "0.14.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 10.24, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 362, | |
"name": "blurz", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 10.25, | |
"duration": 1.3, | |
"rmeta_time": 0.39, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
382 | |
] | |
}, | |
{ | |
"i": 363, | |
"name": "tokio-reactor", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 10.28, | |
"duration": 1.15, | |
"rmeta_time": 0.47, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
384, | |
386, | |
385 | |
] | |
}, | |
{ | |
"i": 364, | |
"name": "tokio-codec", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 10.31, | |
"duration": 0.26, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 365, | |
"name": "gleam", | |
"version": "0.6.18", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 10.33, | |
"duration": 8.3, | |
"rmeta_time": 8.3, | |
"unlocked_units": [ | |
479 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 366, | |
"name": "crossbeam-deque", | |
"version": "0.7.1", | |
"mode": "todo", | |
"target": "", | |
"start": 10.34, | |
"duration": 0.31, | |
"rmeta_time": 0.29, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
381, | |
380 | |
] | |
}, | |
{ | |
"i": 367, | |
"name": "wayland-client", | |
"version": "0.21.13", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 10.47, | |
"duration": 0.93, | |
"rmeta_time": 0.93, | |
"unlocked_units": [ | |
393 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 368, | |
"name": "wayland-protocols", | |
"version": "0.21.4", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 10.52, | |
"duration": 1.01, | |
"rmeta_time": 1.01, | |
"unlocked_units": [ | |
395 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 369, | |
"name": "glutin_egl_sys", | |
"version": "0.1.3", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 10.57, | |
"duration": 0.26, | |
"rmeta_time": 0.26, | |
"unlocked_units": [ | |
388 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 370, | |
"name": "mime_guess", | |
"version": "2.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 10.64, | |
"duration": 1.06, | |
"rmeta_time": 0.67, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 371, | |
"name": "phf_codegen", | |
"version": "0.7.24", | |
"mode": "todo", | |
"target": "", | |
"start": 10.65, | |
"duration": 0.18, | |
"rmeta_time": 0.16, | |
"unlocked_units": [ | |
387 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 372, | |
"name": "string_cache_codegen", | |
"version": "0.4.2", | |
"mode": "todo", | |
"target": "", | |
"start": 10.83, | |
"duration": 1.63, | |
"rmeta_time": 0.32, | |
"unlocked_units": [ | |
407, | |
406 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 373, | |
"name": "glutin_glx_sys", | |
"version": "0.1.5", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 10.83, | |
"duration": 0.34, | |
"rmeta_time": 0.34, | |
"unlocked_units": [ | |
390 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 374, | |
"name": "libservo", | |
"version": "0.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 10.84, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 375, | |
"name": "webrender_build", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 10.85, | |
"duration": 0.34, | |
"rmeta_time": 0.16, | |
"unlocked_units": [ | |
391 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 376, | |
"name": "glx", | |
"version": "0.2.5", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 11.17, | |
"duration": 0.17, | |
"rmeta_time": 0.17, | |
"unlocked_units": [ | |
392 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 377, | |
"name": "sparkle", | |
"version": "0.1.6", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 11.2, | |
"duration": 7.76, | |
"rmeta_time": 7.76, | |
"unlocked_units": [ | |
480 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 378, | |
"name": "gstreamer-base-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 11.25, | |
"duration": 0.77, | |
"rmeta_time": 0.38, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
397, | |
399, | |
398 | |
] | |
}, | |
{ | |
"i": 379, | |
"name": "gstreamer-sdp-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 11.29, | |
"duration": 0.41, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
396 | |
] | |
}, | |
{ | |
"i": 380, | |
"name": "rayon-core", | |
"version": "1.6.0", | |
"mode": "todo", | |
"target": "", | |
"start": 11.33, | |
"duration": 1.87, | |
"rmeta_time": 0.67, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
400 | |
] | |
}, | |
{ | |
"i": 381, | |
"name": "tokio-threadpool", | |
"version": "0.1.14", | |
"mode": "todo", | |
"target": "", | |
"start": 11.34, | |
"duration": 2.26, | |
"rmeta_time": 0.97, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
404 | |
] | |
}, | |
{ | |
"i": 382, | |
"name": "device", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 11.4, | |
"duration": 1.07, | |
"rmeta_time": 0.35, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 383, | |
"name": "offscreen_gl_context", | |
"version": "0.25.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 11.42, | |
"duration": 0.34, | |
"rmeta_time": 0.34, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 384, | |
"name": "tokio-tcp", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 11.45, | |
"duration": 0.57, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 385, | |
"name": "tokio-uds", | |
"version": "0.2.5", | |
"mode": "todo", | |
"target": "", | |
"start": 11.52, | |
"duration": 0.78, | |
"rmeta_time": 0.35, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 386, | |
"name": "tokio-udp", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 11.56, | |
"duration": 0.48, | |
"rmeta_time": 0.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 387, | |
"name": "selectors", | |
"version": "0.21.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 11.7, | |
"duration": 1.53, | |
"rmeta_time": 1.53, | |
"unlocked_units": [ | |
412 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 388, | |
"name": "glutin_egl_sys", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 11.7, | |
"duration": 0.27, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 389, | |
"name": "env_logger", | |
"version": "0.6.0", | |
"mode": "todo", | |
"target": "", | |
"start": 11.76, | |
"duration": 1.14, | |
"rmeta_time": 0.43, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 390, | |
"name": "glutin_glx_sys", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 11.94, | |
"duration": 0.29, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 391, | |
"name": "webrender", | |
"version": "0.60.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 11.98, | |
"duration": 0.69, | |
"rmeta_time": 0.69, | |
"unlocked_units": [ | |
408 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 392, | |
"name": "glx", | |
"version": "0.2.5", | |
"mode": "todo", | |
"target": "", | |
"start": 12.02, | |
"duration": 0.11, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 393, | |
"name": "wayland-client", | |
"version": "0.21.13", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 12.03, | |
"duration": 0.88, | |
"rmeta_time": 0.88, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 394, | |
"name": "x11-clipboard", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 12.04, | |
"duration": 1.25, | |
"rmeta_time": 0.29, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
405 | |
] | |
}, | |
{ | |
"i": 395, | |
"name": "wayland-protocols", | |
"version": "0.21.4", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 12.14, | |
"duration": 3.42, | |
"rmeta_time": 3.42, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 396, | |
"name": "gstreamer-webrtc-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 12.23, | |
"duration": 0.3, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 397, | |
"name": "gstreamer-video-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 12.3, | |
"duration": 1.09, | |
"rmeta_time": 0.57, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
409, | |
410 | |
] | |
}, | |
{ | |
"i": 398, | |
"name": "gstreamer-audio-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 12.46, | |
"duration": 0.85, | |
"rmeta_time": 0.43, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 399, | |
"name": "gstreamer-app-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 12.47, | |
"duration": 0.31, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 400, | |
"name": "rayon", | |
"version": "1.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 12.51, | |
"duration": 3.03, | |
"rmeta_time": 2.9, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
421, | |
420 | |
] | |
}, | |
{ | |
"i": 401, | |
"name": "http-body", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 12.52, | |
"duration": 0.1, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 402, | |
"name": "h2", | |
"version": "0.1.26", | |
"mode": "todo", | |
"target": "", | |
"start": 12.62, | |
"duration": 4.25, | |
"rmeta_time": 3.41, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
424 | |
] | |
}, | |
{ | |
"i": 403, | |
"name": "headers-core", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 12.66, | |
"duration": 0.11, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 404, | |
"name": "tokio-fs", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 12.78, | |
"duration": 0.89, | |
"rmeta_time": 0.38, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
411 | |
] | |
}, | |
{ | |
"i": 405, | |
"name": "clipboard", | |
"version": "0.5.0", | |
"mode": "todo", | |
"target": "", | |
"start": 12.79, | |
"duration": 0.25, | |
"rmeta_time": 0.14, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 406, | |
"name": "string_cache", | |
"version": "0.7.3", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 12.91, | |
"duration": 0.43, | |
"rmeta_time": 0.43, | |
"unlocked_units": [ | |
413 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 407, | |
"name": "servo_atoms", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 12.91, | |
"duration": 0.64, | |
"rmeta_time": 0.64, | |
"unlocked_units": [ | |
414 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 408, | |
"name": "webrender", | |
"version": "0.60.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 13.04, | |
"duration": 0.13, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 409, | |
"name": "gstreamer-gl-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 13.13, | |
"duration": 0.71, | |
"rmeta_time": 0.45, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 410, | |
"name": "gstreamer-player-sys", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 13.17, | |
"duration": 0.24, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 411, | |
"name": "tokio", | |
"version": "0.1.22", | |
"mode": "todo", | |
"target": "", | |
"start": 13.21, | |
"duration": 0.92, | |
"rmeta_time": 0.52, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 412, | |
"name": "selectors", | |
"version": "0.21.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 13.23, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 413, | |
"name": "string_cache", | |
"version": "0.7.3", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 13.34, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 414, | |
"name": "servo_atoms", | |
"version": "0.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 13.56, | |
"duration": 0.05, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 415, | |
"name": "servo_media_derive", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 13.92, | |
"duration": 0.83, | |
"rmeta_time": 0.83, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 416, | |
"name": "synstructure", | |
"version": "0.10.1", | |
"mode": "todo", | |
"target": "", | |
"start": 14.69, | |
"duration": 1.45, | |
"rmeta_time": 0.52, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 417, | |
"name": "darling_core", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 14.72, | |
"duration": 7.13, | |
"rmeta_time": 2.3, | |
"unlocked_units": [ | |
508 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 418, | |
"name": "caseless", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 15.17, | |
"duration": 0.5, | |
"rmeta_time": 0.5, | |
"unlocked_units": [ | |
422 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 419, | |
"name": "script_plugins", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 15.17, | |
"duration": 13.02, | |
"rmeta_time": 13.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 420, | |
"name": "jpeg-decoder", | |
"version": "0.1.14", | |
"mode": "todo", | |
"target": "", | |
"start": 15.4, | |
"duration": 1.46, | |
"rmeta_time": 0.8, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 421, | |
"name": "cc", | |
"version": "1.0.35", | |
"mode": "todo", | |
"target": "", | |
"start": 15.41, | |
"duration": 1.44, | |
"rmeta_time": 0.67, | |
"unlocked_units": [ | |
436, | |
442, | |
431, | |
432, | |
437, | |
429, | |
441, | |
435, | |
439, | |
433, | |
427, | |
426, | |
440, | |
430, | |
434, | |
428, | |
438 | |
], | |
"unlocked_rmeta_units": [ | |
425 | |
] | |
}, | |
{ | |
"i": 422, | |
"name": "caseless", | |
"version": "0.2.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 15.67, | |
"duration": 0.06, | |
"rmeta_time": 0.06, | |
"unlocked_units": [ | |
423 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 423, | |
"name": "caseless", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 15.73, | |
"duration": 0.34, | |
"rmeta_time": 0.25, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 424, | |
"name": "hyper", | |
"version": "0.12.33", | |
"mode": "todo", | |
"target": "", | |
"start": 16.06, | |
"duration": 5.43, | |
"rmeta_time": 3.65, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 425, | |
"name": "cmake", | |
"version": "0.1.41", | |
"mode": "todo", | |
"target": "", | |
"start": 16.08, | |
"duration": 0.77, | |
"rmeta_time": 0.32, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 426, | |
"name": "libloading", | |
"version": "0.5.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 16.85, | |
"duration": 0.41, | |
"rmeta_time": 0.41, | |
"unlocked_units": [ | |
466 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 427, | |
"name": "expat-sys", | |
"version": "2.1.6", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 16.85, | |
"duration": 0.42, | |
"rmeta_time": 0.42, | |
"unlocked_units": [ | |
468 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 428, | |
"name": "openssl-sys", | |
"version": "0.9.35", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 16.85, | |
"duration": 1.05, | |
"rmeta_time": 1.05, | |
"unlocked_units": [ | |
476 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 429, | |
"name": "servo-freetype-sys", | |
"version": "4.0.4", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 16.86, | |
"duration": 0.41, | |
"rmeta_time": 0.41, | |
"unlocked_units": [ | |
467 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 430, | |
"name": "miniz-sys", | |
"version": "0.1.10", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 16.87, | |
"duration": 0.36, | |
"rmeta_time": 0.36, | |
"unlocked_units": [ | |
465 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 431, | |
"name": "jemalloc-sys", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 16.87, | |
"duration": 0.53, | |
"rmeta_time": 0.53, | |
"unlocked_units": [ | |
471 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 432, | |
"name": "harfbuzz-sys", | |
"version": "0.3.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 16.9, | |
"duration": 0.49, | |
"rmeta_time": 0.49, | |
"unlocked_units": [ | |
470 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 433, | |
"name": "libz-sys", | |
"version": "1.0.25", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.05, | |
"duration": 0.54, | |
"rmeta_time": 0.54, | |
"unlocked_units": [ | |
472 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 434, | |
"name": "fontsan", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.08, | |
"duration": 0.37, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 435, | |
"name": "servo-skia", | |
"version": "0.30000022.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.11, | |
"duration": 0.35, | |
"rmeta_time": 0.35, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 436, | |
"name": "miniz_oxide_c_api", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.16, | |
"duration": 0.16, | |
"rmeta_time": 0.16, | |
"unlocked_units": [ | |
469 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 437, | |
"name": "backtrace-sys", | |
"version": "0.1.24", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.22, | |
"duration": 0.44, | |
"rmeta_time": 0.44, | |
"unlocked_units": [ | |
474 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 438, | |
"name": "azure", | |
"version": "0.36.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.23, | |
"duration": 0.36, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 439, | |
"name": "heartbeats-simple-sys", | |
"version": "0.4.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.27, | |
"duration": 0.4, | |
"rmeta_time": 0.4, | |
"unlocked_units": [ | |
475 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 440, | |
"name": "tinyfiledialogs", | |
"version": "3.3.5", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.27, | |
"duration": 0.37, | |
"rmeta_time": 0.37, | |
"unlocked_units": [ | |
473 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 441, | |
"name": "mozjs", | |
"version": "0.12.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.27, | |
"duration": 0.43, | |
"rmeta_time": 0.43, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 442, | |
"name": "mozangle", | |
"version": "0.2.7", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.31, | |
"duration": 2.14, | |
"rmeta_time": 2.14, | |
"unlocked_units": [ | |
491 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 443, | |
"name": "serde_derive", | |
"version": "1.0.88", | |
"mode": "todo", | |
"target": "", | |
"start": 17.33, | |
"duration": 14.46, | |
"rmeta_time": 14.46, | |
"unlocked_units": [ | |
529 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 444, | |
"name": "headers-derive", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 17.39, | |
"duration": 1.06, | |
"rmeta_time": 1.06, | |
"unlocked_units": [ | |
478 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 445, | |
"name": "peek-poke-derive", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 17.4, | |
"duration": 1.37, | |
"rmeta_time": 1.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 446, | |
"name": "derive_more", | |
"version": "0.13.0", | |
"mode": "todo", | |
"target": "", | |
"start": 17.45, | |
"duration": 8.37, | |
"rmeta_time": 8.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 447, | |
"name": "cssparser-macros", | |
"version": "0.3.5", | |
"mode": "todo", | |
"target": "", | |
"start": 17.46, | |
"duration": 2.46, | |
"rmeta_time": 2.46, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 448, | |
"name": "cssparser", | |
"version": "0.25.8", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.46, | |
"duration": 9.61, | |
"rmeta_time": 9.61, | |
"unlocked_units": [ | |
521 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 449, | |
"name": "malloc_size_of_derive", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 17.47, | |
"duration": 1.07, | |
"rmeta_time": 1.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 450, | |
"name": "num-derive", | |
"version": "0.2.3", | |
"mode": "todo", | |
"target": "", | |
"start": 17.58, | |
"duration": 5.92, | |
"rmeta_time": 5.91, | |
"unlocked_units": [ | |
512 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 451, | |
"name": "servo_config_plugins", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 17.59, | |
"duration": 5.58, | |
"rmeta_time": 5.58, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 452, | |
"name": "cstr-macros", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 17.64, | |
"duration": 0.7, | |
"rmeta_time": 0.7, | |
"unlocked_units": [ | |
477 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 453, | |
"name": "ghost", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 17.67, | |
"duration": 1.85, | |
"rmeta_time": 1.85, | |
"unlocked_units": [ | |
495 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 454, | |
"name": "inventory-impl", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 17.67, | |
"duration": 0.67, | |
"rmeta_time": 0.67, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 455, | |
"name": "ctor", | |
"version": "0.1.9", | |
"mode": "todo", | |
"target": "", | |
"start": 17.7, | |
"duration": 1.2, | |
"rmeta_time": 1.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 456, | |
"name": "proc-macro-hack", | |
"version": "0.5.7", | |
"mode": "todo", | |
"target": "", | |
"start": 17.91, | |
"duration": 1.8, | |
"rmeta_time": 1.8, | |
"unlocked_units": [ | |
498 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 457, | |
"name": "typetag-impl", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 18.35, | |
"duration": 4.11, | |
"rmeta_time": 4.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 458, | |
"name": "html5ever", | |
"version": "0.23.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 18.35, | |
"duration": 7.22, | |
"rmeta_time": 7.22, | |
"unlocked_units": [ | |
519 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 459, | |
"name": "derivative", | |
"version": "1.0.2", | |
"mode": "todo", | |
"target": "", | |
"start": 18.46, | |
"duration": 7.69, | |
"rmeta_time": 7.69, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 460, | |
"name": "enum-iterator-derive", | |
"version": "0.2.3", | |
"mode": "todo", | |
"target": "", | |
"start": 18.53, | |
"duration": 1.11, | |
"rmeta_time": 1.11, | |
"unlocked_units": [ | |
496 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 461, | |
"name": "jstraceable_derive", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 18.55, | |
"duration": 1.29, | |
"rmeta_time": 1.29, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 462, | |
"name": "deny_public_fields", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 18.62, | |
"duration": 1.53, | |
"rmeta_time": 1.53, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 463, | |
"name": "domobject_derive", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 18.62, | |
"duration": 4.61, | |
"rmeta_time": 4.61, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 464, | |
"name": "dom_struct", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 18.77, | |
"duration": 3.58, | |
"rmeta_time": 3.58, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 465, | |
"name": "miniz-sys", | |
"version": "0.1.10", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 18.82, | |
"duration": 0.34, | |
"rmeta_time": 0.33, | |
"unlocked_units": [ | |
488, | |
487 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 466, | |
"name": "libloading", | |
"version": "0.5.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 18.9, | |
"duration": 0.09, | |
"rmeta_time": 0.09, | |
"unlocked_units": [ | |
482 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 467, | |
"name": "servo-freetype-sys", | |
"version": "4.0.4", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 18.95, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
481 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 468, | |
"name": "expat-sys", | |
"version": "2.1.6", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 18.97, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
484, | |
483 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 469, | |
"name": "miniz_oxide_c_api", | |
"version": "0.1.3", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 18.99, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
485 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 470, | |
"name": "harfbuzz-sys", | |
"version": "0.3.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 18.99, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 471, | |
"name": "jemalloc-sys", | |
"version": "0.1.4", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 19.0, | |
"duration": 19.54, | |
"rmeta_time": 19.54, | |
"unlocked_units": [ | |
533 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 472, | |
"name": "libz-sys", | |
"version": "1.0.25", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 19.01, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
486 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 473, | |
"name": "tinyfiledialogs", | |
"version": "3.3.5", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 19.02, | |
"duration": 0.3, | |
"rmeta_time": 0.3, | |
"unlocked_units": [ | |
489 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 474, | |
"name": "backtrace-sys", | |
"version": "0.1.24", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 19.15, | |
"duration": 0.26, | |
"rmeta_time": 0.26, | |
"unlocked_units": [ | |
490 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 475, | |
"name": "heartbeats-simple-sys", | |
"version": "0.4.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 19.32, | |
"duration": 7.62, | |
"rmeta_time": 7.62, | |
"unlocked_units": [ | |
520 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 476, | |
"name": "openssl-sys", | |
"version": "0.9.35", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 19.42, | |
"duration": 0.05, | |
"rmeta_time": 0.05, | |
"unlocked_units": [ | |
493, | |
492, | |
494 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 477, | |
"name": "cstr", | |
"version": "0.1.7", | |
"mode": "todo", | |
"target": "", | |
"start": 19.45, | |
"duration": 0.07, | |
"rmeta_time": 0.06, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 478, | |
"name": "headers", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 19.46, | |
"duration": 3.4, | |
"rmeta_time": 1.69, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 479, | |
"name": "gleam", | |
"version": "0.6.18", | |
"mode": "todo", | |
"target": "", | |
"start": 19.52, | |
"duration": 11.26, | |
"rmeta_time": 8.49, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 480, | |
"name": "sparkle", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 19.52, | |
"duration": 6.33, | |
"rmeta_time": 4.73, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 481, | |
"name": "servo-freetype-sys", | |
"version": "4.0.4", | |
"mode": "todo", | |
"target": "", | |
"start": 19.64, | |
"duration": 0.06, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
497 | |
] | |
}, | |
{ | |
"i": 482, | |
"name": "libloading", | |
"version": "0.5.0", | |
"mode": "todo", | |
"target": "", | |
"start": 19.7, | |
"duration": 0.39, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
502, | |
501 | |
] | |
}, | |
{ | |
"i": 483, | |
"name": "servo-fontconfig-sys", | |
"version": "4.0.7", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 19.72, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
499 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 484, | |
"name": "expat-sys", | |
"version": "2.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 19.73, | |
"duration": 0.06, | |
"rmeta_time": 0.06, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
500 | |
] | |
}, | |
{ | |
"i": 485, | |
"name": "miniz_oxide_c_api", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 19.79, | |
"duration": 0.7, | |
"rmeta_time": 0.32, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
503 | |
] | |
}, | |
{ | |
"i": 486, | |
"name": "libz-sys", | |
"version": "1.0.25", | |
"mode": "todo", | |
"target": "", | |
"start": 19.84, | |
"duration": 0.1, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 487, | |
"name": "miniz-sys", | |
"version": "0.1.10", | |
"mode": "todo", | |
"target": "", | |
"start": 19.92, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 488, | |
"name": "fontsan", | |
"version": "0.4.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 19.94, | |
"duration": 16.34, | |
"rmeta_time": 16.34, | |
"unlocked_units": [ | |
532 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 489, | |
"name": "tinyfiledialogs", | |
"version": "3.3.5", | |
"mode": "todo", | |
"target": "", | |
"start": 20.01, | |
"duration": 0.96, | |
"rmeta_time": 0.22, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 490, | |
"name": "backtrace-sys", | |
"version": "0.1.24", | |
"mode": "todo", | |
"target": "", | |
"start": 20.09, | |
"duration": 0.09, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
504 | |
] | |
}, | |
{ | |
"i": 491, | |
"name": "mozangle", | |
"version": "0.2.7", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 20.15, | |
"duration": 13.15, | |
"rmeta_time": 13.15, | |
"unlocked_units": [ | |
530 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 492, | |
"name": "openssl", | |
"version": "0.10.11", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 20.18, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 493, | |
"name": "openssl-sys", | |
"version": "0.9.35", | |
"mode": "todo", | |
"target": "", | |
"start": 20.2, | |
"duration": 0.43, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
505 | |
] | |
}, | |
{ | |
"i": 494, | |
"name": "hyper-openssl", | |
"version": "0.7.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 20.49, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 495, | |
"name": "inventory", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 20.5, | |
"duration": 0.13, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 496, | |
"name": "enum-iterator", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 20.63, | |
"duration": 0.12, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 497, | |
"name": "freetype", | |
"version": "0.4.1", | |
"mode": "todo", | |
"target": "", | |
"start": 20.64, | |
"duration": 1.75, | |
"rmeta_time": 1.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
507 | |
] | |
}, | |
{ | |
"i": 498, | |
"name": "paste-impl", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 20.76, | |
"duration": 2.05, | |
"rmeta_time": 2.05, | |
"unlocked_units": [ | |
510 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 499, | |
"name": "servo-skia", | |
"version": "0.30000022.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 20.98, | |
"duration": 37.94, | |
"rmeta_time": 37.94, | |
"unlocked_units": [ | |
613, | |
614 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 500, | |
"name": "servo-fontconfig-sys", | |
"version": "4.0.7", | |
"mode": "todo", | |
"target": "", | |
"start": 21.5, | |
"duration": 0.19, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
506 | |
] | |
}, | |
{ | |
"i": 501, | |
"name": "clang-sys", | |
"version": "0.28.0", | |
"mode": "todo", | |
"target": "", | |
"start": 21.71, | |
"duration": 11.43, | |
"rmeta_time": 5.4, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
522 | |
] | |
}, | |
{ | |
"i": 502, | |
"name": "dlib", | |
"version": "0.4.1", | |
"mode": "todo", | |
"target": "", | |
"start": 21.87, | |
"duration": 0.2, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
509 | |
] | |
}, | |
{ | |
"i": 503, | |
"name": "flate2", | |
"version": "1.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 22.08, | |
"duration": 2.24, | |
"rmeta_time": 1.5, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 504, | |
"name": "backtrace", | |
"version": "0.3.35", | |
"mode": "todo", | |
"target": "", | |
"start": 22.35, | |
"duration": 2.17, | |
"rmeta_time": 0.65, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 505, | |
"name": "openssl", | |
"version": "0.10.11", | |
"mode": "todo", | |
"target": "", | |
"start": 22.4, | |
"duration": 7.76, | |
"rmeta_time": 5.87, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
527 | |
] | |
}, | |
{ | |
"i": 506, | |
"name": "servo-fontconfig", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 22.47, | |
"duration": 0.3, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 507, | |
"name": "harfbuzz-sys", | |
"version": "0.3.2", | |
"mode": "todo", | |
"target": "", | |
"start": 22.8, | |
"duration": 0.96, | |
"rmeta_time": 0.82, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
514 | |
] | |
}, | |
{ | |
"i": 508, | |
"name": "darling_macro", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 22.82, | |
"duration": 1.79, | |
"rmeta_time": 1.79, | |
"unlocked_units": [ | |
515 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 509, | |
"name": "wayland-sys", | |
"version": "0.21.13", | |
"mode": "todo", | |
"target": "", | |
"start": 22.9, | |
"duration": 3.28, | |
"rmeta_time": 0.7, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
513 | |
] | |
}, | |
{ | |
"i": 510, | |
"name": "paste", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 23.18, | |
"duration": 0.21, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
511 | |
] | |
}, | |
{ | |
"i": 511, | |
"name": "gstreamer", | |
"version": "0.14.5", | |
"mode": "todo", | |
"target": "", | |
"start": 23.41, | |
"duration": 24.09, | |
"rmeta_time": 18.88, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
565, | |
564, | |
563 | |
] | |
}, | |
{ | |
"i": 512, | |
"name": "tiff", | |
"version": "0.3.1", | |
"mode": "todo", | |
"target": "", | |
"start": 23.51, | |
"duration": 2.45, | |
"rmeta_time": 1.53, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
518 | |
] | |
}, | |
{ | |
"i": 513, | |
"name": "wayland-commons", | |
"version": "0.21.13", | |
"mode": "todo", | |
"target": "", | |
"start": 23.76, | |
"duration": 2.05, | |
"rmeta_time": 0.9, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
516 | |
] | |
}, | |
{ | |
"i": 514, | |
"name": "unicode-script", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 24.33, | |
"duration": 0.57, | |
"rmeta_time": 0.42, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 515, | |
"name": "darling", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 24.63, | |
"duration": 0.2, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
517 | |
] | |
}, | |
{ | |
"i": 516, | |
"name": "wayland-client", | |
"version": "0.21.13", | |
"mode": "todo", | |
"target": "", | |
"start": 24.84, | |
"duration": 6.41, | |
"rmeta_time": 3.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
526 | |
] | |
}, | |
{ | |
"i": 517, | |
"name": "derive_common", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 24.91, | |
"duration": 2.68, | |
"rmeta_time": 1.11, | |
"unlocked_units": [ | |
524, | |
525 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 518, | |
"name": "image", | |
"version": "0.22.1", | |
"mode": "todo", | |
"target": "", | |
"start": 25.23, | |
"duration": 11.77, | |
"rmeta_time": 8.64, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 519, | |
"name": "html5ever", | |
"version": "0.23.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 25.58, | |
"duration": 0.71, | |
"rmeta_time": 0.71, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 520, | |
"name": "heartbeats-simple-sys", | |
"version": "0.4.1", | |
"mode": "todo", | |
"target": "", | |
"start": 26.96, | |
"duration": 0.3, | |
"rmeta_time": 0.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
523 | |
] | |
}, | |
{ | |
"i": 521, | |
"name": "cssparser", | |
"version": "0.25.8", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 27.1, | |
"duration": 2.0, | |
"rmeta_time": 2.0, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 522, | |
"name": "bindgen", | |
"version": "0.51.1", | |
"mode": "todo", | |
"target": "", | |
"start": 27.27, | |
"duration": 13.73, | |
"rmeta_time": 9.3, | |
"unlocked_units": [ | |
550, | |
551, | |
549 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 523, | |
"name": "heartbeats-simple", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 27.6, | |
"duration": 0.93, | |
"rmeta_time": 0.52, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 524, | |
"name": "to_shmem_derive", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 28.11, | |
"duration": 3.56, | |
"rmeta_time": 3.56, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 525, | |
"name": "style_derive", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 28.2, | |
"duration": 6.2, | |
"rmeta_time": 6.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 526, | |
"name": "wayland-protocols", | |
"version": "0.21.4", | |
"mode": "todo", | |
"target": "", | |
"start": 28.47, | |
"duration": 5.91, | |
"rmeta_time": 5.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
531 | |
] | |
}, | |
{ | |
"i": 527, | |
"name": "tokio-openssl", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 28.55, | |
"duration": 0.38, | |
"rmeta_time": 0.32, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
528 | |
] | |
}, | |
{ | |
"i": 528, | |
"name": "hyper-openssl", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 28.94, | |
"duration": 2.32, | |
"rmeta_time": 0.46, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 529, | |
"name": "serde", | |
"version": "1.0.88", | |
"mode": "todo", | |
"target": "", | |
"start": 31.79, | |
"duration": 9.26, | |
"rmeta_time": 9.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
543, | |
544, | |
540, | |
538, | |
542, | |
546, | |
537, | |
548, | |
541, | |
547, | |
535, | |
545, | |
539, | |
536 | |
] | |
}, | |
{ | |
"i": 530, | |
"name": "mozangle", | |
"version": "0.2.7", | |
"mode": "todo", | |
"target": "", | |
"start": 33.3, | |
"duration": 0.68, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 531, | |
"name": "smithay-client-toolkit", | |
"version": "0.4.6", | |
"mode": "todo", | |
"target": "", | |
"start": 33.81, | |
"duration": 3.46, | |
"rmeta_time": 2.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 532, | |
"name": "fontsan", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 36.29, | |
"duration": 0.18, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 533, | |
"name": "jemalloc-sys", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 38.55, | |
"duration": 0.07, | |
"rmeta_time": 0.06, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
534 | |
] | |
}, | |
{ | |
"i": 534, | |
"name": "servo_allocator", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 38.62, | |
"duration": 0.15, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 535, | |
"name": "smallvec", | |
"version": "0.6.7", | |
"mode": "todo", | |
"target": "", | |
"start": 40.92, | |
"duration": 0.48, | |
"rmeta_time": 0.46, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
554, | |
553, | |
555, | |
556 | |
] | |
}, | |
{ | |
"i": 536, | |
"name": "uuid", | |
"version": "0.7.4", | |
"mode": "todo", | |
"target": "", | |
"start": 40.94, | |
"duration": 0.77, | |
"rmeta_time": 0.63, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
559, | |
558 | |
] | |
}, | |
{ | |
"i": 537, | |
"name": "euclid", | |
"version": "0.20.0", | |
"mode": "todo", | |
"target": "", | |
"start": 41.0, | |
"duration": 2.35, | |
"rmeta_time": 2.29, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
573, | |
577, | |
574, | |
576, | |
575 | |
] | |
}, | |
{ | |
"i": 538, | |
"name": "bincode", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 41.02, | |
"duration": 0.69, | |
"rmeta_time": 0.59, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 539, | |
"name": "unicode-bidi", | |
"version": "0.3.3", | |
"mode": "todo", | |
"target": "", | |
"start": 41.05, | |
"duration": 1.57, | |
"rmeta_time": 0.52, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
560 | |
] | |
}, | |
{ | |
"i": 540, | |
"name": "string_cache", | |
"version": "0.7.3", | |
"mode": "todo", | |
"target": "", | |
"start": 41.07, | |
"duration": 0.39, | |
"rmeta_time": 0.28, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
552 | |
] | |
}, | |
{ | |
"i": 541, | |
"name": "serde_json", | |
"version": "1.0.13", | |
"mode": "todo", | |
"target": "", | |
"start": 41.08, | |
"duration": 2.6, | |
"rmeta_time": 1.78, | |
"unlocked_units": [ | |
584, | |
583 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 542, | |
"name": "serde_bytes", | |
"version": "0.10.4", | |
"mode": "todo", | |
"target": "", | |
"start": 41.13, | |
"duration": 0.35, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
557 | |
] | |
}, | |
{ | |
"i": 543, | |
"name": "app_units", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 41.18, | |
"duration": 0.18, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 544, | |
"name": "servo_arc", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 41.22, | |
"duration": 0.48, | |
"rmeta_time": 0.45, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 545, | |
"name": "keyboard-types", | |
"version": "0.4.4", | |
"mode": "todo", | |
"target": "", | |
"start": 41.25, | |
"duration": 4.03, | |
"rmeta_time": 2.93, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 546, | |
"name": "ron", | |
"version": "0.1.7", | |
"mode": "todo", | |
"target": "", | |
"start": 41.25, | |
"duration": 1.46, | |
"rmeta_time": 0.96, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 547, | |
"name": "erased-serde", | |
"version": "0.3.9", | |
"mode": "todo", | |
"target": "", | |
"start": 41.26, | |
"duration": 1.58, | |
"rmeta_time": 1.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
568 | |
] | |
}, | |
{ | |
"i": 548, | |
"name": "toml", | |
"version": "0.5.1", | |
"mode": "todo", | |
"target": "", | |
"start": 41.34, | |
"duration": 3.65, | |
"rmeta_time": 1.95, | |
"unlocked_units": [ | |
592 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 549, | |
"name": "mozjs_sys", | |
"version": "0.67.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 41.36, | |
"duration": 1.86, | |
"rmeta_time": 1.86, | |
"unlocked_units": [ | |
571 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 550, | |
"name": "rust-webvr", | |
"version": "0.16.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 41.39, | |
"duration": 2.18, | |
"rmeta_time": 2.18, | |
"unlocked_units": [ | |
582 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 551, | |
"name": "webxr", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 41.39, | |
"duration": 2.38, | |
"rmeta_time": 2.38, | |
"unlocked_units": [ | |
585 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 552, | |
"name": "servo_atoms", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 41.44, | |
"duration": 0.16, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 553, | |
"name": "crossbeam-channel", | |
"version": "0.3.8", | |
"mode": "todo", | |
"target": "", | |
"start": 41.46, | |
"duration": 1.3, | |
"rmeta_time": 0.88, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
566 | |
] | |
}, | |
{ | |
"i": 554, | |
"name": "cssparser", | |
"version": "0.25.8", | |
"mode": "todo", | |
"target": "", | |
"start": 41.48, | |
"duration": 2.29, | |
"rmeta_time": 1.57, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
570 | |
] | |
}, | |
{ | |
"i": 555, | |
"name": "parking_lot_core", | |
"version": "0.6.2", | |
"mode": "todo", | |
"target": "", | |
"start": 41.57, | |
"duration": 0.7, | |
"rmeta_time": 0.39, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
562 | |
] | |
}, | |
{ | |
"i": 556, | |
"name": "fallible", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 41.59, | |
"duration": 0.11, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 557, | |
"name": "hyper_serde", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 41.6, | |
"duration": 0.45, | |
"rmeta_time": 0.43, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 558, | |
"name": "servo_rand", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 41.7, | |
"duration": 0.52, | |
"rmeta_time": 0.28, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 559, | |
"name": "servo-media-streams", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 41.71, | |
"duration": 0.61, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
561 | |
] | |
}, | |
{ | |
"i": 560, | |
"name": "idna", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 41.72, | |
"duration": 1.65, | |
"rmeta_time": 1.0, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
569 | |
] | |
}, | |
{ | |
"i": 561, | |
"name": "servo-media-webrtc", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 41.91, | |
"duration": 0.71, | |
"rmeta_time": 0.25, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 562, | |
"name": "parking_lot", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 42.03, | |
"duration": 0.98, | |
"rmeta_time": 0.38, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
567 | |
] | |
}, | |
{ | |
"i": 563, | |
"name": "gstreamer-base", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": "", | |
"start": 42.31, | |
"duration": 3.49, | |
"rmeta_time": 1.62, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
587, | |
586 | |
] | |
}, | |
{ | |
"i": 564, | |
"name": "gstreamer-sdp", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": "", | |
"start": 42.47, | |
"duration": 1.55, | |
"rmeta_time": 0.8, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
572 | |
] | |
}, | |
{ | |
"i": 565, | |
"name": "gstreamer-audio", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": "", | |
"start": 42.62, | |
"duration": 1.48, | |
"rmeta_time": 0.85, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 566, | |
"name": "ipc-channel", | |
"version": "0.12.0", | |
"mode": "todo", | |
"target": "", | |
"start": 42.63, | |
"duration": 1.92, | |
"rmeta_time": 0.75, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
578, | |
580, | |
579 | |
] | |
}, | |
{ | |
"i": 567, | |
"name": "winit", | |
"version": "0.19.3", | |
"mode": "todo", | |
"target": "", | |
"start": 42.71, | |
"duration": 5.7, | |
"rmeta_time": 2.71, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
593 | |
] | |
}, | |
{ | |
"i": 568, | |
"name": "typetag", | |
"version": "0.1.3", | |
"mode": "todo", | |
"target": "", | |
"start": 42.76, | |
"duration": 1.48, | |
"rmeta_time": 1.29, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 569, | |
"name": "url", | |
"version": "2.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 42.84, | |
"duration": 2.29, | |
"rmeta_time": 1.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
590, | |
589, | |
591 | |
] | |
}, | |
{ | |
"i": 570, | |
"name": "to_shmem", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 43.22, | |
"duration": 0.57, | |
"rmeta_time": 0.32, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
581 | |
] | |
}, | |
{ | |
"i": 571, | |
"name": "mozjs_sys", | |
"version": "0.67.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 43.35, | |
"duration": 106.94, | |
"rmeta_time": 106.94, | |
"unlocked_units": [ | |
651, | |
650 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 572, | |
"name": "gstreamer-webrtc", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": "", | |
"start": 43.37, | |
"duration": 2.87, | |
"rmeta_time": 1.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 573, | |
"name": "peek-poke", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 43.57, | |
"duration": 0.41, | |
"rmeta_time": 0.38, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
588 | |
] | |
}, | |
{ | |
"i": 574, | |
"name": "wr_malloc_size_of", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 43.68, | |
"duration": 0.22, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 575, | |
"name": "plane-split", | |
"version": "0.14.1", | |
"mode": "todo", | |
"target": "", | |
"start": 43.77, | |
"duration": 0.78, | |
"rmeta_time": 0.54, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 576, | |
"name": "servo-media-audio", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 43.78, | |
"duration": 5.1, | |
"rmeta_time": 1.72, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
595 | |
] | |
}, | |
{ | |
"i": 577, | |
"name": "offscreen_gl_context", | |
"version": "0.25.1", | |
"mode": "todo", | |
"target": "", | |
"start": 43.79, | |
"duration": 0.96, | |
"rmeta_time": 0.63, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 578, | |
"name": "webxr-api", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 43.9, | |
"duration": 5.3, | |
"rmeta_time": 2.0, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 579, | |
"name": "servo-media-player", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 43.98, | |
"duration": 0.99, | |
"rmeta_time": 0.71, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 580, | |
"name": "rust-webvr-api", | |
"version": "0.16.0", | |
"mode": "todo", | |
"target": "", | |
"start": 44.01, | |
"duration": 3.28, | |
"rmeta_time": 2.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 581, | |
"name": "selectors", | |
"version": "0.21.0", | |
"mode": "todo", | |
"target": "", | |
"start": 44.03, | |
"duration": 5.66, | |
"rmeta_time": 5.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 582, | |
"name": "rust-webvr", | |
"version": "0.16.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 44.1, | |
"duration": 4.53, | |
"rmeta_time": 4.53, | |
"unlocked_units": [ | |
605 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 583, | |
"name": "markup5ever", | |
"version": "0.8.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 44.24, | |
"duration": 1.37, | |
"rmeta_time": 1.37, | |
"unlocked_units": [ | |
596 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 584, | |
"name": "script", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 44.55, | |
"duration": 1.82, | |
"rmeta_time": 1.82, | |
"unlocked_units": [ | |
598 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 585, | |
"name": "webxr", | |
"version": "0.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 44.56, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 586, | |
"name": "gstreamer-video", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": "", | |
"start": 44.56, | |
"duration": 4.45, | |
"rmeta_time": 2.71, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
602, | |
601, | |
603 | |
] | |
}, | |
{ | |
"i": 587, | |
"name": "gstreamer-app", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": "", | |
"start": 44.75, | |
"duration": 1.23, | |
"rmeta_time": 0.69, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 588, | |
"name": "webrender_api", | |
"version": "0.60.0", | |
"mode": "todo", | |
"target": "", | |
"start": 44.97, | |
"duration": 16.99, | |
"rmeta_time": 13.32, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
611, | |
612 | |
] | |
}, | |
{ | |
"i": 589, | |
"name": "serde_urlencoded", | |
"version": "0.6.1", | |
"mode": "todo", | |
"target": "", | |
"start": 45.0, | |
"duration": 0.53, | |
"rmeta_time": 0.45, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
594 | |
] | |
}, | |
{ | |
"i": 590, | |
"name": "ws", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 45.14, | |
"duration": 2.22, | |
"rmeta_time": 1.58, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
600 | |
] | |
}, | |
{ | |
"i": 591, | |
"name": "influent", | |
"version": "0.5.2", | |
"mode": "todo", | |
"target": "", | |
"start": 45.28, | |
"duration": 4.32, | |
"rmeta_time": 0.88, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 592, | |
"name": "compositing", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 45.52, | |
"duration": 0.73, | |
"rmeta_time": 0.73, | |
"unlocked_units": [ | |
597 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 593, | |
"name": "glutin", | |
"version": "0.21.1", | |
"mode": "todo", | |
"target": "", | |
"start": 45.62, | |
"duration": 1.84, | |
"rmeta_time": 1.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
599 | |
] | |
}, | |
{ | |
"i": 594, | |
"name": "warp", | |
"version": "0.1.19", | |
"mode": "todo", | |
"target": "", | |
"start": 45.81, | |
"duration": 4.32, | |
"rmeta_time": 3.78, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
608 | |
] | |
}, | |
{ | |
"i": 595, | |
"name": "servo-media", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 45.98, | |
"duration": 0.35, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 596, | |
"name": "markup5ever", | |
"version": "0.8.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 46.25, | |
"duration": 1.24, | |
"rmeta_time": 1.24, | |
"unlocked_units": [ | |
604 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 597, | |
"name": "compositing", | |
"version": "0.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 46.26, | |
"duration": 0.18, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 598, | |
"name": "script", | |
"version": "0.0.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 46.37, | |
"duration": 76.63, | |
"rmeta_time": 76.63, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 599, | |
"name": "webxr", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 47.29, | |
"duration": 2.11, | |
"rmeta_time": 0.55, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 600, | |
"name": "debugger", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 47.36, | |
"duration": 1.96, | |
"rmeta_time": 0.57, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 601, | |
"name": "servo-media-gstreamer-render", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 47.46, | |
"duration": 0.13, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 602, | |
"name": "gstreamer-gl", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": "", | |
"start": 47.49, | |
"duration": 3.21, | |
"rmeta_time": 2.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
609 | |
] | |
}, | |
{ | |
"i": 603, | |
"name": "gstreamer-player", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": "", | |
"start": 47.5, | |
"duration": 3.59, | |
"rmeta_time": 1.65, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 604, | |
"name": "markup5ever", | |
"version": "0.8.1", | |
"mode": "todo", | |
"target": "", | |
"start": 47.6, | |
"duration": 2.44, | |
"rmeta_time": 1.79, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
607, | |
606 | |
] | |
}, | |
{ | |
"i": 605, | |
"name": "rust-webvr", | |
"version": "0.16.1", | |
"mode": "todo", | |
"target": "", | |
"start": 48.64, | |
"duration": 1.82, | |
"rmeta_time": 0.68, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 606, | |
"name": "xml5ever", | |
"version": "0.14.0", | |
"mode": "todo", | |
"target": "", | |
"start": 49.39, | |
"duration": 1.39, | |
"rmeta_time": 0.96, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 607, | |
"name": "html5ever", | |
"version": "0.23.0", | |
"mode": "todo", | |
"target": "", | |
"start": 49.59, | |
"duration": 2.13, | |
"rmeta_time": 1.87, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 608, | |
"name": "webdriver", | |
"version": "0.40.1", | |
"mode": "todo", | |
"target": "", | |
"start": 49.69, | |
"duration": 3.88, | |
"rmeta_time": 3.6, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 609, | |
"name": "servo-media-gstreamer-render-unix", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 49.89, | |
"duration": 0.66, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
610 | |
] | |
}, | |
{ | |
"i": 610, | |
"name": "servo-media-gstreamer", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 50.46, | |
"duration": 4.3, | |
"rmeta_time": 2.03, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 611, | |
"name": "malloc_size_of", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 58.34, | |
"duration": 0.79, | |
"rmeta_time": 0.71, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
618, | |
616, | |
615, | |
617 | |
] | |
}, | |
{ | |
"i": 612, | |
"name": "webrender", | |
"version": "0.60.0", | |
"mode": "todo", | |
"target": "", | |
"start": 58.38, | |
"duration": 60.11, | |
"rmeta_time": 19.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
634 | |
] | |
}, | |
{ | |
"i": 613, | |
"name": "azure", | |
"version": "0.36.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 58.92, | |
"duration": 21.6, | |
"rmeta_time": 21.6, | |
"unlocked_units": [ | |
636 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 614, | |
"name": "servo-skia", | |
"version": "0.30000022.0", | |
"mode": "todo", | |
"target": "", | |
"start": 59.13, | |
"duration": 0.42, | |
"rmeta_time": 0.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 615, | |
"name": "msg", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 59.22, | |
"duration": 2.5, | |
"rmeta_time": 2.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
622, | |
623, | |
621 | |
] | |
}, | |
{ | |
"i": 616, | |
"name": "servo_url", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 59.36, | |
"duration": 1.12, | |
"rmeta_time": 0.77, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
620 | |
] | |
}, | |
{ | |
"i": 617, | |
"name": "pixels", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 59.46, | |
"duration": 0.7, | |
"rmeta_time": 0.58, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 618, | |
"name": "range", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 59.55, | |
"duration": 0.49, | |
"rmeta_time": 0.45, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
619 | |
] | |
}, | |
{ | |
"i": 619, | |
"name": "gfx_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 60.05, | |
"duration": 0.85, | |
"rmeta_time": 0.72, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 620, | |
"name": "style_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 60.16, | |
"duration": 1.83, | |
"rmeta_time": 1.34, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
624, | |
625 | |
] | |
}, | |
{ | |
"i": 621, | |
"name": "devtools_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 61.72, | |
"duration": 3.11, | |
"rmeta_time": 2.73, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
628 | |
] | |
}, | |
{ | |
"i": 622, | |
"name": "webvr_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 61.96, | |
"duration": 0.88, | |
"rmeta_time": 0.77, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 623, | |
"name": "background_hang_monitor", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 61.99, | |
"duration": 3.81, | |
"rmeta_time": 0.97, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 624, | |
"name": "embedder_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 62.04, | |
"duration": 1.77, | |
"rmeta_time": 1.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
626 | |
] | |
}, | |
{ | |
"i": 625, | |
"name": "servo_geometry", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 62.84, | |
"duration": 0.45, | |
"rmeta_time": 0.4, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
627 | |
] | |
}, | |
{ | |
"i": 626, | |
"name": "bluetooth_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 63.29, | |
"duration": 3.06, | |
"rmeta_time": 1.9, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 627, | |
"name": "servo_config", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 63.82, | |
"duration": 14.67, | |
"rmeta_time": 10.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
629, | |
632, | |
630, | |
633, | |
631 | |
] | |
}, | |
{ | |
"i": 628, | |
"name": "devtools", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 64.84, | |
"duration": 12.31, | |
"rmeta_time": 3.25, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 629, | |
"name": "net_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 77.15, | |
"duration": 10.66, | |
"rmeta_time": 6.34, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
637 | |
] | |
}, | |
{ | |
"i": 630, | |
"name": "profile_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 78.49, | |
"duration": 2.85, | |
"rmeta_time": 1.73, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
635 | |
] | |
}, | |
{ | |
"i": 631, | |
"name": "canvas_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 80.53, | |
"duration": 27.76, | |
"rmeta_time": 10.55, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 632, | |
"name": "style", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 81.34, | |
"duration": 73.57, | |
"rmeta_time": 56.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
646, | |
645 | |
] | |
}, | |
{ | |
"i": 633, | |
"name": "bluetooth", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 87.81, | |
"duration": 7.14, | |
"rmeta_time": 1.64, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 634, | |
"name": "webrender_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 94.95, | |
"duration": 0.87, | |
"rmeta_time": 0.48, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
638 | |
] | |
}, | |
{ | |
"i": 635, | |
"name": "profile", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 95.83, | |
"duration": 6.0, | |
"rmeta_time": 1.48, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 636, | |
"name": "azure", | |
"version": "0.36.1", | |
"mode": "todo", | |
"target": "", | |
"start": 100.47, | |
"duration": 0.83, | |
"rmeta_time": 0.54, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
639 | |
] | |
}, | |
{ | |
"i": 637, | |
"name": "net", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 101.3, | |
"duration": 20.82, | |
"rmeta_time": 5.88, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 638, | |
"name": "media", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 101.83, | |
"duration": 4.06, | |
"rmeta_time": 1.42, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
640 | |
] | |
}, | |
{ | |
"i": 639, | |
"name": "canvas", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 105.89, | |
"duration": 8.03, | |
"rmeta_time": 2.83, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 640, | |
"name": "script_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 108.3, | |
"duration": 9.39, | |
"rmeta_time": 7.35, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
643, | |
641, | |
642 | |
] | |
}, | |
{ | |
"i": 641, | |
"name": "metrics", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 116.55, | |
"duration": 3.06, | |
"rmeta_time": 1.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 642, | |
"name": "webvr", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 116.96, | |
"duration": 4.23, | |
"rmeta_time": 1.63, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
644 | |
] | |
}, | |
{ | |
"i": 643, | |
"name": "webdriver_server", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 117.54, | |
"duration": 7.87, | |
"rmeta_time": 3.68, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 644, | |
"name": "compositing", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 118.79, | |
"duration": 3.51, | |
"rmeta_time": 1.93, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 645, | |
"name": "gfx", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 137.46, | |
"duration": 4.3, | |
"rmeta_time": 3.03, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
647, | |
648 | |
] | |
}, | |
{ | |
"i": 646, | |
"name": "script_layout_interface", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 137.51, | |
"duration": 1.56, | |
"rmeta_time": 1.41, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 647, | |
"name": "layout_traits", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 140.49, | |
"duration": 0.33, | |
"rmeta_time": 0.3, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
649 | |
] | |
}, | |
{ | |
"i": 648, | |
"name": "layout_2013", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 140.49, | |
"duration": 11.59, | |
"rmeta_time": 5.64, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 649, | |
"name": "constellation", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 140.8, | |
"duration": 3.72, | |
"rmeta_time": 2.41, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 650, | |
"name": "mozjs_sys", | |
"version": "0.67.1", | |
"mode": "todo", | |
"target": "", | |
"start": 150.29, | |
"duration": 3.99, | |
"rmeta_time": 3.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
652 | |
] | |
}, | |
{ | |
"i": 651, | |
"name": "mozjs", | |
"version": "0.12.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 150.31, | |
"duration": 1.54, | |
"rmeta_time": 1.54, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 652, | |
"name": "mozjs", | |
"version": "0.12.0", | |
"mode": "todo", | |
"target": "", | |
"start": 153.5, | |
"duration": 1.91, | |
"rmeta_time": 1.78, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
653 | |
] | |
}, | |
{ | |
"i": 653, | |
"name": "script", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 155.27, | |
"duration": 196.48, | |
"rmeta_time": 73.67, | |
"unlocked_units": [ | |
657 | |
], | |
"unlocked_rmeta_units": [ | |
655 | |
] | |
}, | |
{ | |
"i": 654, | |
"name": "osmesa-src", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 172.46, | |
"duration": 0.07, | |
"rmeta_time": 0.06, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 655, | |
"name": "layout_thread_2013", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 228.95, | |
"duration": 11.04, | |
"rmeta_time": 2.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
656 | |
] | |
}, | |
{ | |
"i": 656, | |
"name": "libservo", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": "", | |
"start": 231.17, | |
"duration": 5.62, | |
"rmeta_time": 2.31, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 657, | |
"name": "servo", | |
"version": "0.0.1", | |
"mode": "todo", | |
"target": " bin \"servo\"", | |
"start": 351.76, | |
"duration": 29.71, | |
"rmeta_time": 29.71, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
} | |
]; | |
const CONCURRENCY_DATA = [ | |
{ | |
"t": 1.344239472, | |
"active": 1, | |
"waiting": 127, | |
"inactive": 530 | |
}, | |
{ | |
"t": 1.3620719860000001, | |
"active": 28, | |
"waiting": 100, | |
"inactive": 530 | |
}, | |
{ | |
"t": 1.364541764, | |
"active": 28, | |
"waiting": 100, | |
"inactive": 530 | |
}, | |
{ | |
"t": 1.4118573589999999, | |
"active": 28, | |
"waiting": 102, | |
"inactive": 528 | |
}, | |
{ | |
"t": 1.413082416, | |
"active": 28, | |
"waiting": 103, | |
"inactive": 527 | |
}, | |
{ | |
"t": 1.420847381, | |
"active": 28, | |
"waiting": 102, | |
"inactive": 527 | |
}, | |
{ | |
"t": 1.420997538, | |
"active": 28, | |
"waiting": 102, | |
"inactive": 527 | |
}, | |
{ | |
"t": 1.423904936, | |
"active": 28, | |
"waiting": 101, | |
"inactive": 527 | |
}, | |
{ | |
"t": 1.425149106, | |
"active": 28, | |
"waiting": 101, | |
"inactive": 527 | |
}, | |
{ | |
"t": 1.448983992, | |
"active": 28, | |
"waiting": 103, | |
"inactive": 525 | |
}, | |
{ | |
"t": 1.458812421, | |
"active": 28, | |
"waiting": 102, | |
"inactive": 525 | |
}, | |
{ | |
"t": 1.458968144, | |
"active": 28, | |
"waiting": 102, | |
"inactive": 525 | |
}, | |
{ | |
"t": 1.461866619, | |
"active": 28, | |
"waiting": 103, | |
"inactive": 524 | |
}, | |
{ | |
"t": 1.461890226, | |
"active": 28, | |
"waiting": 103, | |
"inactive": 524 | |
}, | |
{ | |
"t": 1.463987921, | |
"active": 28, | |
"waiting": 103, | |
"inactive": 524 | |
}, | |
{ | |
"t": 1.469815474, | |
"active": 28, | |
"waiting": 104, | |
"inactive": 523 | |
}, | |
{ | |
"t": 1.47430065, | |
"active": 28, | |
"waiting": 106, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.475034334, | |
"active": 28, | |
"waiting": 105, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.475168863, | |
"active": 28, | |
"waiting": 105, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.477850421, | |
"active": 28, | |
"waiting": 104, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.4779909660000001, | |
"active": 28, | |
"waiting": 103, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.480696896, | |
"active": 28, | |
"waiting": 103, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.4827771410000001, | |
"active": 28, | |
"waiting": 103, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.489205792, | |
"active": 28, | |
"waiting": 102, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.489385984, | |
"active": 28, | |
"waiting": 102, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.493440638, | |
"active": 28, | |
"waiting": 101, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.494661466, | |
"active": 28, | |
"waiting": 101, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.5001479500000001, | |
"active": 28, | |
"waiting": 101, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.5095643939999999, | |
"active": 28, | |
"waiting": 100, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.511826286, | |
"active": 28, | |
"waiting": 100, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.5227455189999999, | |
"active": 28, | |
"waiting": 100, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.5249073659999999, | |
"active": 28, | |
"waiting": 100, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.5272472719999999, | |
"active": 28, | |
"waiting": 100, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.531273503, | |
"active": 28, | |
"waiting": 99, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.533315628, | |
"active": 28, | |
"waiting": 98, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.5338120179999999, | |
"active": 28, | |
"waiting": 98, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.5377670879999998, | |
"active": 28, | |
"waiting": 98, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.540460014, | |
"active": 28, | |
"waiting": 97, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.542127507, | |
"active": 28, | |
"waiting": 97, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.5461519799999999, | |
"active": 28, | |
"waiting": 97, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.54625846, | |
"active": 28, | |
"waiting": 97, | |
"inactive": 521 | |
}, | |
{ | |
"t": 1.546577162, | |
"active": 28, | |
"waiting": 98, | |
"inactive": 520 | |
}, | |
{ | |
"t": 1.557244353, | |
"active": 28, | |
"waiting": 98, | |
"inactive": 520 | |
}, | |
{ | |
"t": 1.557564428, | |
"active": 28, | |
"waiting": 98, | |
"inactive": 519 | |
}, | |
{ | |
"t": 1.558895717, | |
"active": 28, | |
"waiting": 98, | |
"inactive": 519 | |
}, | |
{ | |
"t": 1.560969048, | |
"active": 28, | |
"waiting": 97, | |
"inactive": 519 | |
}, | |
{ | |
"t": 1.561111936, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 519 | |
}, | |
{ | |
"t": 1.5612622090000001, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 519 | |
}, | |
{ | |
"t": 1.563189414, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 519 | |
}, | |
{ | |
"t": 1.569686557, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 519 | |
}, | |
{ | |
"t": 1.5714386949999999, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 519 | |
}, | |
{ | |
"t": 1.583517372, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 519 | |
}, | |
{ | |
"t": 1.58937988, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 518 | |
}, | |
{ | |
"t": 1.596541822, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 518 | |
}, | |
{ | |
"t": 1.600674148, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 518 | |
}, | |
{ | |
"t": 1.60112039, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 518 | |
}, | |
{ | |
"t": 1.627525677, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 518 | |
}, | |
{ | |
"t": 1.628674185, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 517 | |
}, | |
{ | |
"t": 1.6363282350000001, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 517 | |
}, | |
{ | |
"t": 1.638610128, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 517 | |
}, | |
{ | |
"t": 1.640067834, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 517 | |
}, | |
{ | |
"t": 1.640250006, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 517 | |
}, | |
{ | |
"t": 1.644761847, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 517 | |
}, | |
{ | |
"t": 1.6447809260000001, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 516 | |
}, | |
{ | |
"t": 1.6566145749999999, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 516 | |
}, | |
{ | |
"t": 1.656830408, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 516 | |
}, | |
{ | |
"t": 1.6612978219999999, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 516 | |
}, | |
{ | |
"t": 1.665837957, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 516 | |
}, | |
{ | |
"t": 1.670072694, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 516 | |
}, | |
{ | |
"t": 1.670517381, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 514 | |
}, | |
{ | |
"t": 1.6727460330000001, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 514 | |
}, | |
{ | |
"t": 1.67650957, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 514 | |
}, | |
{ | |
"t": 1.680666936, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 514 | |
}, | |
{ | |
"t": 1.687416037, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 514 | |
}, | |
{ | |
"t": 1.696055425, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 514 | |
}, | |
{ | |
"t": 1.697069028, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 514 | |
}, | |
{ | |
"t": 1.708616712, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 514 | |
}, | |
{ | |
"t": 1.7088249009999998, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 513 | |
}, | |
{ | |
"t": 1.709330542, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 513 | |
}, | |
{ | |
"t": 1.711593667, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 513 | |
}, | |
{ | |
"t": 1.716044294, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 512 | |
}, | |
{ | |
"t": 1.7220166620000001, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 512 | |
}, | |
{ | |
"t": 1.7222009379999998, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 512 | |
}, | |
{ | |
"t": 1.728582445, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 512 | |
}, | |
{ | |
"t": 1.73199311, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 512 | |
}, | |
{ | |
"t": 1.737457274, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 512 | |
}, | |
{ | |
"t": 1.739049628, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 512 | |
}, | |
{ | |
"t": 1.742820874, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 512 | |
}, | |
{ | |
"t": 1.743733803, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 511 | |
}, | |
{ | |
"t": 1.745204975, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 511 | |
}, | |
{ | |
"t": 1.802792795, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 511 | |
}, | |
{ | |
"t": 1.803234126, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 510 | |
}, | |
{ | |
"t": 1.807687973, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 506 | |
}, | |
{ | |
"t": 1.807693475, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 506 | |
}, | |
{ | |
"t": 1.818874619, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 506 | |
}, | |
{ | |
"t": 1.819248062, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 505 | |
}, | |
{ | |
"t": 1.820797805, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 505 | |
}, | |
{ | |
"t": 1.824494965, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 505 | |
}, | |
{ | |
"t": 1.8270873989999998, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 505 | |
}, | |
{ | |
"t": 1.8278843089999999, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 504 | |
}, | |
{ | |
"t": 1.8297879959999999, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 504 | |
}, | |
{ | |
"t": 1.838356982, | |
"active": 28, | |
"waiting": 96, | |
"inactive": 504 | |
}, | |
{ | |
"t": 1.851021316, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 504 | |
}, | |
{ | |
"t": 1.851140854, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 504 | |
}, | |
{ | |
"t": 1.851146411, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 504 | |
}, | |
{ | |
"t": 1.8534203200000001, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 504 | |
}, | |
{ | |
"t": 1.8608252680000001, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 504 | |
}, | |
{ | |
"t": 1.861195715, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 503 | |
}, | |
{ | |
"t": 1.866038227, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 503 | |
}, | |
{ | |
"t": 1.87105062, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 503 | |
}, | |
{ | |
"t": 1.871326713, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 502 | |
}, | |
{ | |
"t": 1.8714519200000002, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 502 | |
}, | |
{ | |
"t": 1.8930533349999998, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 502 | |
}, | |
{ | |
"t": 1.8935022830000001, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 502 | |
}, | |
{ | |
"t": 1.89584972, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 501 | |
}, | |
{ | |
"t": 1.92999417, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 501 | |
}, | |
{ | |
"t": 1.93924055, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 501 | |
}, | |
{ | |
"t": 1.9448400179999998, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 501 | |
}, | |
{ | |
"t": 1.947278834, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 501 | |
}, | |
{ | |
"t": 1.949928548, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 500 | |
}, | |
{ | |
"t": 1.949960982, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 500 | |
}, | |
{ | |
"t": 1.9509811190000002, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 500 | |
}, | |
{ | |
"t": 1.9544876850000001, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 500 | |
}, | |
{ | |
"t": 1.9560711990000001, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 500 | |
}, | |
{ | |
"t": 1.96791895, | |
"active": 28, | |
"waiting": 91, | |
"inactive": 500 | |
}, | |
{ | |
"t": 1.969526133, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 499 | |
}, | |
{ | |
"t": 1.971839967, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 499 | |
}, | |
{ | |
"t": 1.9950760829999998, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 499 | |
}, | |
{ | |
"t": 2.000850381, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 497 | |
}, | |
{ | |
"t": 2.035088351, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 496 | |
}, | |
{ | |
"t": 2.046637013, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 496 | |
}, | |
{ | |
"t": 2.049261443, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 496 | |
}, | |
{ | |
"t": 2.060328176, | |
"active": 28, | |
"waiting": 95, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.080668185, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.08108913, | |
"active": 28, | |
"waiting": 94, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.087969181, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.089930879, | |
"active": 28, | |
"waiting": 93, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.103186051, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.103380601, | |
"active": 28, | |
"waiting": 92, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.113044844, | |
"active": 28, | |
"waiting": 91, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.113178022, | |
"active": 28, | |
"waiting": 91, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.119032666, | |
"active": 28, | |
"waiting": 91, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.18988872, | |
"active": 28, | |
"waiting": 91, | |
"inactive": 495 | |
}, | |
{ | |
"t": 2.190313574, | |
"active": 28, | |
"waiting": 91, | |
"inactive": 494 | |
}, | |
{ | |
"t": 2.19387738, | |
"active": 28, | |
"waiting": 91, | |
"inactive": 494 | |
}, | |
{ | |
"t": 2.197391441, | |
"active": 28, | |
"waiting": 90, | |
"inactive": 494 | |
}, | |
{ | |
"t": 2.197867847, | |
"active": 28, | |
"waiting": 90, | |
"inactive": 494 | |
}, | |
{ | |
"t": 2.207308722, | |
"active": 28, | |
"waiting": 90, | |
"inactive": 494 | |
}, | |
{ | |
"t": 2.207550829, | |
"active": 28, | |
"waiting": 90, | |
"inactive": 494 | |
}, | |
{ | |
"t": 2.207838941, | |
"active": 28, | |
"waiting": 90, | |
"inactive": 493 | |
}, | |
{ | |
"t": 2.20984269, | |
"active": 28, | |
"waiting": 90, | |
"inactive": 493 | |
}, | |
{ | |
"t": 2.212936442, | |
"active": 28, | |
"waiting": 89, | |
"inactive": 493 | |
}, | |
{ | |
"t": 2.214166396, | |
"active": 28, | |
"waiting": 89, | |
"inactive": 493 | |
}, | |
{ | |
"t": 2.216508227, | |
"active": 28, | |
"waiting": 89, | |
"inactive": 493 | |
}, | |
{ | |
"t": 2.219567239, | |
"active": 28, | |
"waiting": 91, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.219831189, | |
"active": 28, | |
"waiting": 91, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.222723944, | |
"active": 28, | |
"waiting": 90, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.223891147, | |
"active": 28, | |
"waiting": 89, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.225834355, | |
"active": 28, | |
"waiting": 89, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.228160135, | |
"active": 28, | |
"waiting": 89, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.243917745, | |
"active": 28, | |
"waiting": 88, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.244171906, | |
"active": 28, | |
"waiting": 88, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.248716557, | |
"active": 28, | |
"waiting": 88, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.25250348, | |
"active": 28, | |
"waiting": 87, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.252542549, | |
"active": 28, | |
"waiting": 87, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.252751999, | |
"active": 28, | |
"waiting": 87, | |
"inactive": 490 | |
}, | |
{ | |
"t": 2.253222986, | |
"active": 28, | |
"waiting": 87, | |
"inactive": 489 | |
}, | |
{ | |
"t": 2.253831361, | |
"active": 28, | |
"waiting": 87, | |
"inactive": 489 | |
}, | |
{ | |
"t": 2.253834138, | |
"active": 28, | |
"waiting": 87, | |
"inactive": 489 | |
}, | |
{ | |
"t": 2.260286846, | |
"active": 28, | |
"waiting": 86, | |
"inactive": 489 | |
}, | |
{ | |
"t": 2.261153586, | |
"active": 28, | |
"waiting": 86, | |
"inactive": 488 | |
}, | |
{ | |
"t": 2.2618169200000002, | |
"active": 28, | |
"waiting": 86, | |
"inactive": 488 | |
}, | |
{ | |
"t": 2.266381812, | |
"active": 28, | |
"waiting": 86, | |
"inactive": 488 | |
}, | |
{ | |
"t": 2.295118665, | |
"active": 28, | |
"waiting": 86, | |
"inactive": 488 | |
}, | |
{ | |
"t": 2.297294567, | |
"active": 28, | |
"waiting": 86, | |
"inactive": 488 | |
}, | |
{ | |
"t": 2.298024209, | |
"active": 28, | |
"waiting": 86, | |
"inactive": 487 | |
}, | |
{ | |
"t": 2.298426045, | |
"active": 28, | |
"waiting": 86, | |
"inactive": 487 | |
}, | |
{ | |
"t": 2.301181318, | |
"active": 28, | |
"waiting": 85, | |
"inactive": 487 | |
}, | |
{ | |
"t": 2.301358354, | |
"active": 28, | |
"waiting": 85, | |
"inactive": 487 | |
}, | |
{ | |
"t": 2.304907661, | |
"active": 28, | |
"waiting": 84, | |
"inactive": 487 | |
}, | |
{ | |
"t": 2.307308423, | |
"active": 28, | |
"waiting": 84, | |
"inactive": 487 | |
}, | |
{ | |
"t": 2.309420355, | |
"active": 28, | |
"waiting": 84, | |
"inactive": 487 | |
}, | |
{ | |
"t": 2.309657636, | |
"active": 28, | |
"waiting": 84, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.311973789, | |
"active": 28, | |
"waiting": 84, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.312068382, | |
"active": 28, | |
"waiting": 84, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.3254474, | |
"active": 28, | |
"waiting": 84, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.329906452, | |
"active": 28, | |
"waiting": 84, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.331952983, | |
"active": 28, | |
"waiting": 84, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.334385126, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.340470282, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.3650576819999998, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.374599982, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 486 | |
}, | |
{ | |
"t": 2.374826899, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 485 | |
}, | |
{ | |
"t": 2.375908113, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 485 | |
}, | |
{ | |
"t": 2.3811856049999998, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 485 | |
}, | |
{ | |
"t": 2.383762653, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 485 | |
}, | |
{ | |
"t": 2.385059754, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 485 | |
}, | |
{ | |
"t": 2.385244361, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 484 | |
}, | |
{ | |
"t": 2.386230309, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 484 | |
}, | |
{ | |
"t": 2.391829869, | |
"active": 28, | |
"waiting": 83, | |
"inactive": 484 | |
}, | |
{ | |
"t": 2.392802588, | |
"active": 28, | |
"waiting": 82, | |
"inactive": 484 | |
}, | |
{ | |
"t": 2.392927453, | |
"active": 28, | |
"waiting": 82, | |
"inactive": 484 | |
}, | |
{ | |
"t": 2.414139899, | |
"active": 28, | |
"waiting": 81, | |
"inactive": 484 | |
}, | |
{ | |
"t": 2.41679058, | |
"active": 28, | |
"waiting": 81, | |
"inactive": 484 | |
}, | |
{ | |
"t": 2.417106241, | |
"active": 28, | |
"waiting": 81, | |
"inactive": 483 | |
}, | |
{ | |
"t": 2.418580698, | |
"active": 28, | |
"waiting": 81, | |
"inactive": 483 | |
}, | |
{ | |
"t": 2.426154701, | |
"active": 28, | |
"waiting": 81, | |
"inactive": 483 | |
}, | |
{ | |
"t": 2.429501299, | |
"active": 28, | |
"waiting": 81, | |
"inactive": 483 | |
}, | |
{ | |
"t": 2.429680707, | |
"active": 28, | |
"waiting": 81, | |
"inactive": 482 | |
}, | |
{ | |
"t": 2.429845897, | |
"active": 28, | |
"waiting": 81, | |
"inactive": 482 | |
}, | |
{ | |
"t": 2.430406811, | |
"active": 28, | |
"waiting": 80, | |
"inactive": 482 | |
}, | |
{ | |
"t": 2.43447618, | |
"active": 28, | |
"waiting": 80, | |
"inactive": 482 | |
}, | |
{ | |
"t": 2.434488667, | |
"active": 28, | |
"waiting": 80, | |
"inactive": 482 | |
}, | |
{ | |
"t": 2.438131913, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 482 | |
}, | |
{ | |
"t": 2.441893802, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 482 | |
}, | |
{ | |
"t": 2.454411805, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 482 | |
}, | |
{ | |
"t": 2.46455266, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 482 | |
}, | |
{ | |
"t": 2.464691577, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 481 | |
}, | |
{ | |
"t": 2.464816803, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 481 | |
}, | |
{ | |
"t": 2.4797389340000002, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 481 | |
}, | |
{ | |
"t": 2.483224841, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 481 | |
}, | |
{ | |
"t": 2.485715265, | |
"active": 28, | |
"waiting": 80, | |
"inactive": 480 | |
}, | |
{ | |
"t": 2.485725507, | |
"active": 28, | |
"waiting": 80, | |
"inactive": 480 | |
}, | |
{ | |
"t": 2.492091192, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 480 | |
}, | |
{ | |
"t": 2.492240644, | |
"active": 28, | |
"waiting": 79, | |
"inactive": 480 | |
}, | |
{ | |
"t": 2.494720981, | |
"active": 28, | |
"waiting": 78, | |
"inactive": 480 | |
}, | |
{ | |
"t": 2.495675671, | |
"active": 28, | |
"waiting": 78, | |
"inactive": 480 | |
}, | |
{ | |
"t": 2.5021832870000003, | |
"active": 28, | |
"waiting": 77, | |
"inactive": 480 | |
}, | |
{ | |
"t": 2.50238067, | |
"active": 28, | |
"waiting": 77, | |
"inactive": 480 | |
}, | |
{ | |
"t": 2.50472257, | |
"active": 28, | |
"waiting": 77, | |
"inactive": 480 | |
}, | |
{ | |
"t": 2.51548625, | |
"active": 28, | |
"waiting": 78, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.517612669, | |
"active": 28, | |
"waiting": 78, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.526147527, | |
"active": 28, | |
"waiting": 77, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.526577647, | |
"active": 28, | |
"waiting": 77, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.5435584540000002, | |
"active": 28, | |
"waiting": 76, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.54368567, | |
"active": 28, | |
"waiting": 75, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.544580512, | |
"active": 28, | |
"waiting": 75, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.547115971, | |
"active": 28, | |
"waiting": 75, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.556331299, | |
"active": 28, | |
"waiting": 75, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.556790595, | |
"active": 28, | |
"waiting": 75, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.5692025579999997, | |
"active": 28, | |
"waiting": 75, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.569644818, | |
"active": 28, | |
"waiting": 74, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.572216622, | |
"active": 28, | |
"waiting": 74, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.576761899, | |
"active": 28, | |
"waiting": 73, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.578630232, | |
"active": 28, | |
"waiting": 73, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.583636003, | |
"active": 28, | |
"waiting": 73, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.583814958, | |
"active": 28, | |
"waiting": 72, | |
"inactive": 479 | |
}, | |
{ | |
"t": 2.5839385569999997, | |
"active": 28, | |
"waiting": 72, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.584028055, | |
"active": 28, | |
"waiting": 72, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.584063615, | |
"active": 28, | |
"waiting": 72, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.605271075, | |
"active": 28, | |
"waiting": 72, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.6137705970000003, | |
"active": 28, | |
"waiting": 71, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.613951439, | |
"active": 28, | |
"waiting": 71, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.618892939, | |
"active": 28, | |
"waiting": 71, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.623991705, | |
"active": 28, | |
"waiting": 71, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.645375809, | |
"active": 28, | |
"waiting": 70, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.645528631, | |
"active": 28, | |
"waiting": 70, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.648269499, | |
"active": 28, | |
"waiting": 70, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.648515091, | |
"active": 28, | |
"waiting": 69, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.649803437, | |
"active": 28, | |
"waiting": 69, | |
"inactive": 478 | |
}, | |
{ | |
"t": 2.654587912, | |
"active": 28, | |
"waiting": 70, | |
"inactive": 477 | |
}, | |
{ | |
"t": 2.656191495, | |
"active": 28, | |
"waiting": 69, | |
"inactive": 477 | |
}, | |
{ | |
"t": 2.656432738, | |
"active": 28, | |
"waiting": 69, | |
"inactive": 477 | |
}, | |
{ | |
"t": 2.665001853, | |
"active": 28, | |
"waiting": 68, | |
"inactive": 477 | |
}, | |
{ | |
"t": 2.6652877, | |
"active": 28, | |
"waiting": 68, | |
"inactive": 477 | |
}, | |
{ | |
"t": 2.673073054, | |
"active": 28, | |
"waiting": 68, | |
"inactive": 477 | |
}, | |
{ | |
"t": 2.67323554, | |
"active": 28, | |
"waiting": 68, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.675160555, | |
"active": 28, | |
"waiting": 68, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.6911461599999997, | |
"active": 28, | |
"waiting": 68, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.700986919, | |
"active": 28, | |
"waiting": 67, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.7013849199999997, | |
"active": 28, | |
"waiting": 67, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.723012598, | |
"active": 28, | |
"waiting": 67, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.723515281, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.723687039, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.7342939, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.734565581, | |
"active": 28, | |
"waiting": 65, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.73479737, | |
"active": 28, | |
"waiting": 65, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.759098447, | |
"active": 28, | |
"waiting": 65, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.7593461379999997, | |
"active": 28, | |
"waiting": 64, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.759834556, | |
"active": 28, | |
"waiting": 64, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.765262467, | |
"active": 28, | |
"waiting": 63, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.765466495, | |
"active": 28, | |
"waiting": 63, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.768900845, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.769437572, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.78679029, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.791372759, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.792235851, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.792780012, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.796918883, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.797069627, | |
"active": 28, | |
"waiting": 59, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.797074287, | |
"active": 28, | |
"waiting": 59, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.799289581, | |
"active": 28, | |
"waiting": 59, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.8051305490000003, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 476 | |
}, | |
{ | |
"t": 2.806971587, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.807927362, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.810351718, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.812677955, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.812689318, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.813989592, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.814244108, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.815426131, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.820190725, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.820535102, | |
"active": 28, | |
"waiting": 55, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.820686771, | |
"active": 28, | |
"waiting": 55, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.823393045, | |
"active": 28, | |
"waiting": 55, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.825520266, | |
"active": 28, | |
"waiting": 55, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.8392370099999997, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.839686328, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.842176189, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.851760186, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.8560627629999997, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.856933046, | |
"active": 28, | |
"waiting": 53, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.857822804, | |
"active": 28, | |
"waiting": 53, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.861036734, | |
"active": 28, | |
"waiting": 52, | |
"inactive": 475 | |
}, | |
{ | |
"t": 2.861446248, | |
"active": 28, | |
"waiting": 67, | |
"inactive": 459 | |
}, | |
{ | |
"t": 2.861801749, | |
"active": 28, | |
"waiting": 67, | |
"inactive": 459 | |
}, | |
{ | |
"t": 2.864295556, | |
"active": 28, | |
"waiting": 67, | |
"inactive": 459 | |
}, | |
{ | |
"t": 2.866355607, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 459 | |
}, | |
{ | |
"t": 2.876889945, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 459 | |
}, | |
{ | |
"t": 2.877060719, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 459 | |
}, | |
{ | |
"t": 2.8824825240000003, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 459 | |
}, | |
{ | |
"t": 2.888978081, | |
"active": 28, | |
"waiting": 67, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.889455274, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.889812002, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.895078308, | |
"active": 28, | |
"waiting": 66, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.904126366, | |
"active": 28, | |
"waiting": 65, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.904265218, | |
"active": 28, | |
"waiting": 65, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.907403491, | |
"active": 28, | |
"waiting": 64, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.909968048, | |
"active": 28, | |
"waiting": 63, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.910015365, | |
"active": 28, | |
"waiting": 63, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.91171908, | |
"active": 28, | |
"waiting": 63, | |
"inactive": 458 | |
}, | |
{ | |
"t": 2.918459113, | |
"active": 28, | |
"waiting": 64, | |
"inactive": 457 | |
}, | |
{ | |
"t": 2.922521691, | |
"active": 28, | |
"waiting": 64, | |
"inactive": 457 | |
}, | |
{ | |
"t": 2.92274819, | |
"active": 28, | |
"waiting": 64, | |
"inactive": 456 | |
}, | |
{ | |
"t": 2.922916587, | |
"active": 28, | |
"waiting": 64, | |
"inactive": 456 | |
}, | |
{ | |
"t": 2.937558433, | |
"active": 28, | |
"waiting": 63, | |
"inactive": 456 | |
}, | |
{ | |
"t": 2.937921871, | |
"active": 28, | |
"waiting": 63, | |
"inactive": 456 | |
}, | |
{ | |
"t": 2.948479585, | |
"active": 28, | |
"waiting": 63, | |
"inactive": 456 | |
}, | |
{ | |
"t": 2.94876085, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 456 | |
}, | |
{ | |
"t": 2.948940592, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 456 | |
}, | |
{ | |
"t": 2.95227357, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 456 | |
}, | |
{ | |
"t": 2.952758517, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 456 | |
}, | |
{ | |
"t": 2.956347154, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 455 | |
}, | |
{ | |
"t": 2.963905393, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 455 | |
}, | |
{ | |
"t": 2.964382627, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 455 | |
}, | |
{ | |
"t": 2.972584082, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 455 | |
}, | |
{ | |
"t": 2.973858883, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 455 | |
}, | |
{ | |
"t": 2.974266094, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 455 | |
}, | |
{ | |
"t": 2.97667366, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 455 | |
}, | |
{ | |
"t": 2.986579574, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 455 | |
}, | |
{ | |
"t": 2.986762023, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 454 | |
}, | |
{ | |
"t": 2.987243701, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 454 | |
}, | |
{ | |
"t": 3.01376785, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 454 | |
}, | |
{ | |
"t": 3.019022067, | |
"active": 28, | |
"waiting": 59, | |
"inactive": 454 | |
}, | |
{ | |
"t": 3.020709034, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 451 | |
}, | |
{ | |
"t": 3.021827597, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 451 | |
}, | |
{ | |
"t": 3.031362016, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 451 | |
}, | |
{ | |
"t": 3.031562572, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 450 | |
}, | |
{ | |
"t": 3.031655263, | |
"active": 28, | |
"waiting": 62, | |
"inactive": 450 | |
}, | |
{ | |
"t": 3.038302978, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 450 | |
}, | |
{ | |
"t": 3.041292745, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 450 | |
}, | |
{ | |
"t": 3.049586955, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 450 | |
}, | |
{ | |
"t": 3.049827026, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.050025323, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.05761959, | |
"active": 28, | |
"waiting": 61, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.05830925, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.058616264, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.066401862, | |
"active": 28, | |
"waiting": 60, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.067312819, | |
"active": 28, | |
"waiting": 59, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.067761042, | |
"active": 28, | |
"waiting": 59, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.071039263, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.071227232, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 449 | |
}, | |
{ | |
"t": 3.079126409, | |
"active": 28, | |
"waiting": 59, | |
"inactive": 448 | |
}, | |
{ | |
"t": 3.084503304, | |
"active": 28, | |
"waiting": 59, | |
"inactive": 448 | |
}, | |
{ | |
"t": 3.088103139, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 448 | |
}, | |
{ | |
"t": 3.089835059, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 448 | |
}, | |
{ | |
"t": 3.096894274, | |
"active": 28, | |
"waiting": 59, | |
"inactive": 447 | |
}, | |
{ | |
"t": 3.106935755, | |
"active": 28, | |
"waiting": 58, | |
"inactive": 447 | |
}, | |
{ | |
"t": 3.10964124, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 447 | |
}, | |
{ | |
"t": 3.109695682, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 447 | |
}, | |
{ | |
"t": 3.109873247, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 447 | |
}, | |
{ | |
"t": 3.133159212, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 447 | |
}, | |
{ | |
"t": 3.13342123, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 446 | |
}, | |
{ | |
"t": 3.135220513, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 446 | |
}, | |
{ | |
"t": 3.135869665, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 446 | |
}, | |
{ | |
"t": 3.151960947, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 446 | |
}, | |
{ | |
"t": 3.152837134, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.15323854, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.156444636, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.157532473, | |
"active": 28, | |
"waiting": 57, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.16688316, | |
"active": 28, | |
"waiting": 56, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.167141838, | |
"active": 28, | |
"waiting": 56, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.170041277, | |
"active": 28, | |
"waiting": 56, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.170641208, | |
"active": 28, | |
"waiting": 55, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.170938153, | |
"active": 28, | |
"waiting": 55, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.175976496, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.177397709, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.181667108, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.1847917470000002, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 445 | |
}, | |
{ | |
"t": 3.185649145, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 444 | |
}, | |
{ | |
"t": 3.188018584, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 444 | |
}, | |
{ | |
"t": 3.19100868, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 444 | |
}, | |
{ | |
"t": 3.19174685, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.192079456, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.194750722, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.209488563, | |
"active": 28, | |
"waiting": 54, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.210076421, | |
"active": 28, | |
"waiting": 53, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.212657981, | |
"active": 28, | |
"waiting": 53, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.215848461, | |
"active": 28, | |
"waiting": 52, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.216015955, | |
"active": 28, | |
"waiting": 51, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.217859335, | |
"active": 28, | |
"waiting": 51, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.220564232, | |
"active": 28, | |
"waiting": 51, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.22716156, | |
"active": 28, | |
"waiting": 50, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.229958927, | |
"active": 28, | |
"waiting": 50, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.258135747, | |
"active": 28, | |
"waiting": 50, | |
"inactive": 443 | |
}, | |
{ | |
"t": 3.259408039, | |
"active": 28, | |
"waiting": 50, | |
"inactive": 442 | |
}, | |
{ | |
"t": 3.259854321, | |
"active": 28, | |
"waiting": 50, | |
"inactive": 442 | |
}, | |
{ | |
"t": 3.296752666, | |
"active": 28, | |
"waiting": 50, | |
"inactive": 442 | |
}, | |
{ | |
"t": 3.296986207, | |
"active": 28, | |
"waiting": 50, | |
"inactive": 441 | |
}, | |
{ | |
"t": 3.2971706579999998, | |
"active": 28, | |
"waiting": 50, | |
"inactive": 441 | |
}, | |
{ | |
"t": 3.303372692, | |
"active": 28, | |
"waiting": 50, | |
"inactive": 441 | |
}, | |
{ | |
"t": 3.3042802350000002, | |
"active": 28, | |
"waiting": 49, | |
"inactive": 441 | |
}, | |
{ | |
"t": 3.304717205, | |
"active": 28, | |
"waiting": 49, | |
"inactive": 441 | |
}, | |
{ | |
"t": 3.3157903, | |
"active": 28, | |
"waiting": 48, | |
"inactive": 441 | |
}, | |
{ | |
"t": 3.322797923, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 441 | |
}, | |
{ | |
"t": 3.3228384, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 441 | |
}, | |
{ | |
"t": 3.325865304, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 441 | |
}, | |
{ | |
"t": 3.334692118, | |
"active": 28, | |
"waiting": 48, | |
"inactive": 440 | |
}, | |
{ | |
"t": 3.338785524, | |
"active": 28, | |
"waiting": 48, | |
"inactive": 440 | |
}, | |
{ | |
"t": 3.339152219, | |
"active": 28, | |
"waiting": 48, | |
"inactive": 439 | |
}, | |
{ | |
"t": 3.339488248, | |
"active": 28, | |
"waiting": 48, | |
"inactive": 439 | |
}, | |
{ | |
"t": 3.346019634, | |
"active": 28, | |
"waiting": 48, | |
"inactive": 438 | |
}, | |
{ | |
"t": 3.34617961, | |
"active": 28, | |
"waiting": 48, | |
"inactive": 438 | |
}, | |
{ | |
"t": 3.384477974, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 438 | |
}, | |
{ | |
"t": 3.386157556, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 438 | |
}, | |
{ | |
"t": 3.39398017, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 438 | |
}, | |
{ | |
"t": 3.394479688, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 437 | |
}, | |
{ | |
"t": 3.395282399, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 437 | |
}, | |
{ | |
"t": 3.404759056, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 437 | |
}, | |
{ | |
"t": 3.404930206, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 436 | |
}, | |
{ | |
"t": 3.405116533, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 436 | |
}, | |
{ | |
"t": 3.410481953, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 436 | |
}, | |
{ | |
"t": 3.410640245, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 436 | |
}, | |
{ | |
"t": 3.413668952, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 436 | |
}, | |
{ | |
"t": 3.413895256, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 435 | |
}, | |
{ | |
"t": 3.414567671, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 435 | |
}, | |
{ | |
"t": 3.417102995, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 435 | |
}, | |
{ | |
"t": 3.417281929, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 434 | |
}, | |
{ | |
"t": 3.418198341, | |
"active": 28, | |
"waiting": 47, | |
"inactive": 434 | |
}, | |
{ | |
"t": 3.418458733, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 434 | |
}, | |
{ | |
"t": 3.418568929, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 434 | |
}, | |
{ | |
"t": 3.42365478, | |
"active": 28, | |
"waiting": 46, | |
"inactive": 434 | |
}, | |
{ | |
"t": 3.423850417, | |
"active": 28, | |
"waiting": 45, | |
"inactive": 434 | |
}, | |
{ | |
"t": 3.42569632, | |
"active": 28, | |
"waiting": 45, | |
"inactive": 434 | |
}, | |
{ | |
"t": 3.428646525, | |
"active": 28, | |
"waiting": 45, | |
"inactive": 434 | |
}, | |
{ | |
"t": 3.428997479, | |
"active": 28, | |
"waiting": 44, | |
"inactive": 434 | |
}, | |
{ | |
"t": 3.429274629, | |
"active": 28, | |
"waiting": 44, | |
"inactive": 433 | |
}, | |
{ | |
"t": 3.429398799, | |
"active": 28, | |
"waiting": 43, | |
"inactive": 433 | |
}, | |
{ | |
"t": 3.432055622, | |
"active": 28, | |
"waiting": 43, | |
"inactive": 433 | |
}, | |
{ | |
"t": 3.432091604, | |
"active": 28, | |
"waiting": 43, | |
"inactive": 433 | |
}, | |
{ | |
"t": 3.441266636, | |
"active": 28, | |
"waiting": 43, | |
"inactive": 433 | |
}, | |
{ | |
"t": 3.442228879, | |
"active": 28, | |
"waiting": 43, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.442657113, | |
"active": 28, | |
"waiting": 43, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.446380408, | |
"active": 28, | |
"waiting": 43, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.446642258, | |
"active": 28, | |
"waiting": 42, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.449106368, | |
"active": 28, | |
"waiting": 42, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.456352137, | |
"active": 28, | |
"waiting": 42, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.456976847, | |
"active": 28, | |
"waiting": 42, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.469502667, | |
"active": 28, | |
"waiting": 42, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.479518186, | |
"active": 28, | |
"waiting": 41, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.483371181, | |
"active": 28, | |
"waiting": 41, | |
"inactive": 432 | |
}, | |
{ | |
"t": 3.484468972, | |
"active": 28, | |
"waiting": 41, | |
"inactive": 431 | |
}, | |
{ | |
"t": 3.484952834, | |
"active": 28, | |
"waiting": 41, | |
"inactive": 431 | |
}, | |
{ | |
"t": 3.495351957, | |
"active": 28, | |
"waiting": 41, | |
"inactive": 431 | |
}, | |
{ | |
"t": 3.495590273, | |
"active": 28, | |
"waiting": 41, | |
"inactive": 430 | |
}, | |
{ | |
"t": 3.495752459, | |
"active": 28, | |
"waiting": 41, | |
"inactive": 430 | |
}, | |
{ | |
"t": 3.503287609, | |
"active": 28, | |
"waiting": 41, | |
"inactive": 430 | |
}, | |
{ | |
"t": 3.511116436, | |
"active": 28, | |
"waiting": 41, | |
"inactive": 430 | |
}, | |
{ | |
"t": 3.511355492, | |
"active": 28, | |
"waiting": 40, | |
"inactive": 430 | |
}, | |
{ | |
"t": 3.515764269, | |
"active": 28, | |
"waiting": 40, | |
"inactive": 430 | |
}, | |
{ | |
"t": 3.519828625, | |
"active": 28, | |
"waiting": 40, | |
"inactive": 430 | |
}, | |
{ | |
"t": 3.520107739, | |
"active": 28, | |
"waiting": 40, | |
"inactive": 429 | |
}, | |
{ | |
"t": 3.520282322, | |
"active": 28, | |
"waiting": 40, | |
"inactive": 429 | |
}, | |
{ | |
"t": 3.548139924, | |
"active": 28, | |
"waiting": 39, | |
"inactive": 429 | |
}, | |
{ | |
"t": 3.5499789919999998, | |
"active": 28, | |
"waiting": 39, | |
"inactive": 429 | |
}, | |
{ | |
"t": 3.552844732, | |
"active": 28, | |
"waiting": 40, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.553067064, | |
"active": 28, | |
"waiting": 40, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.563589685, | |
"active": 28, | |
"waiting": 39, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.573850589, | |
"active": 28, | |
"waiting": 39, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.615377464, | |
"active": 28, | |
"waiting": 38, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.618303677, | |
"active": 28, | |
"waiting": 38, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.627453318, | |
"active": 28, | |
"waiting": 37, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.629022456, | |
"active": 28, | |
"waiting": 37, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.678783448, | |
"active": 28, | |
"waiting": 37, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.718194012, | |
"active": 28, | |
"waiting": 36, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.721022177, | |
"active": 28, | |
"waiting": 36, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.733798031, | |
"active": 28, | |
"waiting": 35, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.734795058, | |
"active": 28, | |
"waiting": 35, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.75333305, | |
"active": 28, | |
"waiting": 35, | |
"inactive": 428 | |
}, | |
{ | |
"t": 3.753522525, | |
"active": 28, | |
"waiting": 35, | |
"inactive": 427 | |
}, | |
{ | |
"t": 3.75375244, | |
"active": 28, | |
"waiting": 35, | |
"inactive": 427 | |
}, | |
{ | |
"t": 3.7910657089999997, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 427 | |
}, | |
{ | |
"t": 3.7912791070000003, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 427 | |
}, | |
{ | |
"t": 3.797785299, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 427 | |
}, | |
{ | |
"t": 3.798051038, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 426 | |
}, | |
{ | |
"t": 3.798742285, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 426 | |
}, | |
{ | |
"t": 3.822022667, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 426 | |
}, | |
{ | |
"t": 3.822493797, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 426 | |
}, | |
{ | |
"t": 3.823910366, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 426 | |
}, | |
{ | |
"t": 3.841620185, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 426 | |
}, | |
{ | |
"t": 3.842273075, | |
"active": 28, | |
"waiting": 32, | |
"inactive": 426 | |
}, | |
{ | |
"t": 3.845040672, | |
"active": 28, | |
"waiting": 32, | |
"inactive": 426 | |
}, | |
{ | |
"t": 3.846478936, | |
"active": 28, | |
"waiting": 32, | |
"inactive": 426 | |
}, | |
{ | |
"t": 3.8471456269999997, | |
"active": 28, | |
"waiting": 31, | |
"inactive": 425 | |
}, | |
{ | |
"t": 3.8473457829999997, | |
"active": 28, | |
"waiting": 31, | |
"inactive": 425 | |
}, | |
{ | |
"t": 3.850103302, | |
"active": 28, | |
"waiting": 31, | |
"inactive": 425 | |
}, | |
{ | |
"t": 3.856987547, | |
"active": 28, | |
"waiting": 31, | |
"inactive": 425 | |
}, | |
{ | |
"t": 3.857896708, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 425 | |
}, | |
{ | |
"t": 3.861070905, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.861096913, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.8613293459999998, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.864402451, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.864523599, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.867776414, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.8681293549999998, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.873545715, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.873866506, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.874120387, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.881644091, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 424 | |
}, | |
{ | |
"t": 3.903438847, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 423 | |
}, | |
{ | |
"t": 3.905016221, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 423 | |
}, | |
{ | |
"t": 3.905215088, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 423 | |
}, | |
{ | |
"t": 3.915225832, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 423 | |
}, | |
{ | |
"t": 3.915661685, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 423 | |
}, | |
{ | |
"t": 3.919343414, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 423 | |
}, | |
{ | |
"t": 3.9200339250000003, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 422 | |
}, | |
{ | |
"t": 3.9201625399999998, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 422 | |
}, | |
{ | |
"t": 3.939273855, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 422 | |
}, | |
{ | |
"t": 3.939938534, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 422 | |
}, | |
{ | |
"t": 3.940871293, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 422 | |
}, | |
{ | |
"t": 3.95255242, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 422 | |
}, | |
{ | |
"t": 3.986731983, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 422 | |
}, | |
{ | |
"t": 4.007329078, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 422 | |
}, | |
{ | |
"t": 4.009894735, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 422 | |
}, | |
{ | |
"t": 4.047267082, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 419 | |
}, | |
{ | |
"t": 4.048540836, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 419 | |
}, | |
{ | |
"t": 4.054796434, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 419 | |
}, | |
{ | |
"t": 4.058871862, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 419 | |
}, | |
{ | |
"t": 4.059019168, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.059219185, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.063769386, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.065866184, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.075257353, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.075596254, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.077081553, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.080692896, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.080923978, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.109457839, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.1098998, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.110427821, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.119761158, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.12283154, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.123642412, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.123701877, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 418 | |
}, | |
{ | |
"t": 4.124035542, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 417 | |
}, | |
{ | |
"t": 4.124326937, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 417 | |
}, | |
{ | |
"t": 4.129991548, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 417 | |
}, | |
{ | |
"t": 4.130195336, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 417 | |
}, | |
{ | |
"t": 4.130272129, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 417 | |
}, | |
{ | |
"t": 4.132638748, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 417 | |
}, | |
{ | |
"t": 4.132682699, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.13292583, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.147489948, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.148154749, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.148323473, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.151409445, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.155612537, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.158663557, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.161725217, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.170493135, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.170876484, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 415 | |
}, | |
{ | |
"t": 4.19816084, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.198420756, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.235404315, | |
"active": 28, | |
"waiting": 18, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.235590682, | |
"active": 28, | |
"waiting": 18, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.258584708, | |
"active": 28, | |
"waiting": 18, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.269353134, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.269798391, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.297918435, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.298332323, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.31062177, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 414 | |
}, | |
{ | |
"t": 4.311139026, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 413 | |
}, | |
{ | |
"t": 4.311541847, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 413 | |
}, | |
{ | |
"t": 4.341351412, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 413 | |
}, | |
{ | |
"t": 4.341998579, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 412 | |
}, | |
{ | |
"t": 4.342156625, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 412 | |
}, | |
{ | |
"t": 4.346435034, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 412 | |
}, | |
{ | |
"t": 4.346682727, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 411 | |
}, | |
{ | |
"t": 4.349624057, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 411 | |
}, | |
{ | |
"t": 4.358495513, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 411 | |
}, | |
{ | |
"t": 4.358682973, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 411 | |
}, | |
{ | |
"t": 4.362081274, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 411 | |
}, | |
{ | |
"t": 4.362933378, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 411 | |
}, | |
{ | |
"t": 4.364262721, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 409 | |
}, | |
{ | |
"t": 4.364547183, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 409 | |
}, | |
{ | |
"t": 4.36512732, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 408 | |
}, | |
{ | |
"t": 4.365980355, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 408 | |
}, | |
{ | |
"t": 4.368625458, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 408 | |
}, | |
{ | |
"t": 4.368702909, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 408 | |
}, | |
{ | |
"t": 4.372040494, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 408 | |
}, | |
{ | |
"t": 4.372142395, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 408 | |
}, | |
{ | |
"t": 4.373046592, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 408 | |
}, | |
{ | |
"t": 4.376629784, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 408 | |
}, | |
{ | |
"t": 4.379616365, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 408 | |
}, | |
{ | |
"t": 4.380071203, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 407 | |
}, | |
{ | |
"t": 4.380468262, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.380573425, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.383235402, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.38615325, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.396096322, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.396255336, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.39693497, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.409795219, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.412958351, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.416105195, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.416397042, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.422651526, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.422830176, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.422835529, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.425944031, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.458331527, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.492405118, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.493043075, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.499575784, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.51451024, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.5411061109999995, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 406 | |
}, | |
{ | |
"t": 4.541616343, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 405 | |
}, | |
{ | |
"t": 4.543436756, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 405 | |
}, | |
{ | |
"t": 4.551084481, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 405 | |
}, | |
{ | |
"t": 4.551505208, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 405 | |
}, | |
{ | |
"t": 4.56376837, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 405 | |
}, | |
{ | |
"t": 4.582721698, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 403 | |
}, | |
{ | |
"t": 4.622195062, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 403 | |
}, | |
{ | |
"t": 4.622849976, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 403 | |
}, | |
{ | |
"t": 4.627215984, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 403 | |
}, | |
{ | |
"t": 4.627778115, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 403 | |
}, | |
{ | |
"t": 4.667331252, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 403 | |
}, | |
{ | |
"t": 4.672089001, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 401 | |
}, | |
{ | |
"t": 4.705243497, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 401 | |
}, | |
{ | |
"t": 4.70955862, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 401 | |
}, | |
{ | |
"t": 4.709890798, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 401 | |
}, | |
{ | |
"t": 4.727047219, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 401 | |
}, | |
{ | |
"t": 4.727451465, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 401 | |
}, | |
{ | |
"t": 4.75152631, | |
"active": 28, | |
"waiting": 6, | |
"inactive": 401 | |
}, | |
{ | |
"t": 4.755395063, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 400 | |
}, | |
{ | |
"t": 4.756178157, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 400 | |
}, | |
{ | |
"t": 4.768463569, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 400 | |
}, | |
{ | |
"t": 4.768997769, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 399 | |
}, | |
{ | |
"t": 4.769441071, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 399 | |
}, | |
{ | |
"t": 4.778346033, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 395 | |
}, | |
{ | |
"t": 4.778745334, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 395 | |
}, | |
{ | |
"t": 4.789814702, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 395 | |
}, | |
{ | |
"t": 4.790091379, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 394 | |
}, | |
{ | |
"t": 4.790274227, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 394 | |
}, | |
{ | |
"t": 4.826527463, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 394 | |
}, | |
{ | |
"t": 4.82669165, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 394 | |
}, | |
{ | |
"t": 4.8545136840000005, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 394 | |
}, | |
{ | |
"t": 4.85523457, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 393 | |
}, | |
{ | |
"t": 4.855238537, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 393 | |
}, | |
{ | |
"t": 4.868323249, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 393 | |
}, | |
{ | |
"t": 4.884999865, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 393 | |
}, | |
{ | |
"t": 4.907748032, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 393 | |
}, | |
{ | |
"t": 4.907923265, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 393 | |
}, | |
{ | |
"t": 4.96047032, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 374 | |
}, | |
{ | |
"t": 4.96355492, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 374 | |
}, | |
{ | |
"t": 4.963992385, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 374 | |
}, | |
{ | |
"t": 4.999308549, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 374 | |
}, | |
{ | |
"t": 4.999482963, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 374 | |
}, | |
{ | |
"t": 5.012178511, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 374 | |
}, | |
{ | |
"t": 5.025605731, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 374 | |
}, | |
{ | |
"t": 5.025908435, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 371 | |
}, | |
{ | |
"t": 5.026072039, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 371 | |
}, | |
{ | |
"t": 5.047490967, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 370 | |
}, | |
{ | |
"t": 5.047670539, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 370 | |
}, | |
{ | |
"t": 5.074647884, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 370 | |
}, | |
{ | |
"t": 5.075433353, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 370 | |
}, | |
{ | |
"t": 5.091195661, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 369 | |
}, | |
{ | |
"t": 5.103631845, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 369 | |
}, | |
{ | |
"t": 5.133674626, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 369 | |
}, | |
{ | |
"t": 5.134149528, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 369 | |
}, | |
{ | |
"t": 5.169067376, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 367 | |
}, | |
{ | |
"t": 5.170172076, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 367 | |
}, | |
{ | |
"t": 5.17031839, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 366 | |
}, | |
{ | |
"t": 5.171117091, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 366 | |
}, | |
{ | |
"t": 5.171540384, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 366 | |
}, | |
{ | |
"t": 5.180230559, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 366 | |
}, | |
{ | |
"t": 5.180639073, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 366 | |
}, | |
{ | |
"t": 5.181120538, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 366 | |
}, | |
{ | |
"t": 5.267203722, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 365 | |
}, | |
{ | |
"t": 5.285590006, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 365 | |
}, | |
{ | |
"t": 5.286606758, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 364 | |
}, | |
{ | |
"t": 5.287044045, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 364 | |
}, | |
{ | |
"t": 5.311206236, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 364 | |
}, | |
{ | |
"t": 5.312291228, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 363 | |
}, | |
{ | |
"t": 5.31277857, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 363 | |
}, | |
{ | |
"t": 5.315995177, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 363 | |
}, | |
{ | |
"t": 5.317348671, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 362 | |
}, | |
{ | |
"t": 5.317845612, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 362 | |
}, | |
{ | |
"t": 5.369365705, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 362 | |
}, | |
{ | |
"t": 5.369610673, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 361 | |
}, | |
{ | |
"t": 5.369805235, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 361 | |
}, | |
{ | |
"t": 5.386004, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 361 | |
}, | |
{ | |
"t": 5.394403087, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 361 | |
}, | |
{ | |
"t": 5.401951357, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 361 | |
}, | |
{ | |
"t": 5.405989032, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 361 | |
}, | |
{ | |
"t": 5.427042651, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 361 | |
}, | |
{ | |
"t": 5.427192268, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 361 | |
}, | |
{ | |
"t": 5.430454179, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 360 | |
}, | |
{ | |
"t": 5.460121249, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 359 | |
}, | |
{ | |
"t": 5.463962948, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 354 | |
}, | |
{ | |
"t": 5.501845097, | |
"active": 28, | |
"waiting": 35, | |
"inactive": 353 | |
}, | |
{ | |
"t": 5.520016753, | |
"active": 28, | |
"waiting": 36, | |
"inactive": 352 | |
}, | |
{ | |
"t": 5.522100278, | |
"active": 28, | |
"waiting": 36, | |
"inactive": 351 | |
}, | |
{ | |
"t": 5.525268322, | |
"active": 28, | |
"waiting": 36, | |
"inactive": 351 | |
}, | |
{ | |
"t": 5.536882803, | |
"active": 28, | |
"waiting": 35, | |
"inactive": 351 | |
}, | |
{ | |
"t": 5.537319118, | |
"active": 28, | |
"waiting": 35, | |
"inactive": 351 | |
}, | |
{ | |
"t": 5.5417952150000005, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 351 | |
}, | |
{ | |
"t": 5.543853563, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 351 | |
}, | |
{ | |
"t": 5.595452631, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 351 | |
}, | |
{ | |
"t": 5.595619773, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 351 | |
}, | |
{ | |
"t": 5.666714854, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 350 | |
}, | |
{ | |
"t": 5.682038305, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 350 | |
}, | |
{ | |
"t": 5.682444831, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 350 | |
}, | |
{ | |
"t": 5.693084566, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 350 | |
}, | |
{ | |
"t": 5.710264594, | |
"active": 28, | |
"waiting": 34, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.711067127, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.711484147, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.7349284990000005, | |
"active": 28, | |
"waiting": 33, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.737433439, | |
"active": 28, | |
"waiting": 32, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.737614465, | |
"active": 28, | |
"waiting": 32, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.792938032, | |
"active": 28, | |
"waiting": 31, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.7932577389999995, | |
"active": 28, | |
"waiting": 31, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.86358199, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.864035294, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.8756377, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 349 | |
}, | |
{ | |
"t": 5.908271141, | |
"active": 28, | |
"waiting": 31, | |
"inactive": 348 | |
}, | |
{ | |
"t": 5.91857056, | |
"active": 28, | |
"waiting": 32, | |
"inactive": 347 | |
}, | |
{ | |
"t": 5.940646254, | |
"active": 28, | |
"waiting": 31, | |
"inactive": 347 | |
}, | |
{ | |
"t": 5.940840092, | |
"active": 28, | |
"waiting": 31, | |
"inactive": 347 | |
}, | |
{ | |
"t": 5.9544858099999995, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 347 | |
}, | |
{ | |
"t": 5.954584762, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 347 | |
}, | |
{ | |
"t": 5.976460664, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.004258879, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.004740248, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.02991545, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.030049886, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.030507365, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.056302343, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.056741175, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.066925028, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.068526407, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.082167984, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 347 | |
}, | |
{ | |
"t": 6.082385662, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 343 | |
}, | |
{ | |
"t": 6.082589679, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 343 | |
}, | |
{ | |
"t": 6.090430008, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 343 | |
}, | |
{ | |
"t": 6.090630422, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 343 | |
}, | |
{ | |
"t": 6.093885456, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 343 | |
}, | |
{ | |
"t": 6.094202056, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 343 | |
}, | |
{ | |
"t": 6.094392358, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 343 | |
}, | |
{ | |
"t": 6.1030589729999996, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 343 | |
}, | |
{ | |
"t": 6.103921164, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 341 | |
}, | |
{ | |
"t": 6.104260327, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 341 | |
}, | |
{ | |
"t": 6.108411565, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.121121983, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.121309065, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.131654335, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.144278517, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.144516788, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.147652666, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.156340611, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.156498021, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.160302336, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.164619137, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.221861835, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.222044691, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.254441593, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.2552414, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.255690495, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.290328266, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.290786128, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.291195098, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.294291626, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 340 | |
}, | |
{ | |
"t": 6.314505387, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 338 | |
}, | |
{ | |
"t": 6.339038397, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 338 | |
}, | |
{ | |
"t": 6.33963927, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.344101523, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.375150595, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.378490217, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.378992756, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.402038507, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.417373483, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.417781825, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.470435778, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.505141853, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.505822462, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.534417252, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.534826773, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.5828868069999995, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.588118326, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 337 | |
}, | |
{ | |
"t": 6.588354646, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 336 | |
}, | |
{ | |
"t": 6.588516622, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 336 | |
}, | |
{ | |
"t": 6.592265391, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 334 | |
}, | |
{ | |
"t": 6.613655748, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 334 | |
}, | |
{ | |
"t": 6.618114848, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 334 | |
}, | |
{ | |
"t": 6.652579869, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 331 | |
}, | |
{ | |
"t": 6.665717466, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 331 | |
}, | |
{ | |
"t": 6.666205732, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 331 | |
}, | |
{ | |
"t": 6.675872009, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 330 | |
}, | |
{ | |
"t": 6.713530284, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 330 | |
}, | |
{ | |
"t": 6.716476717, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 329 | |
}, | |
{ | |
"t": 6.725635821, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 329 | |
}, | |
{ | |
"t": 6.725825679, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 329 | |
}, | |
{ | |
"t": 6.741993228, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 329 | |
}, | |
{ | |
"t": 6.742420529, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 329 | |
}, | |
{ | |
"t": 6.745567467, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 329 | |
}, | |
{ | |
"t": 6.760373949, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 329 | |
}, | |
{ | |
"t": 6.772967994, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 329 | |
}, | |
{ | |
"t": 6.773391405, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 329 | |
}, | |
{ | |
"t": 6.776611383, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 328 | |
}, | |
{ | |
"t": 6.838001874, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 328 | |
}, | |
{ | |
"t": 6.8387003459999995, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 328 | |
}, | |
{ | |
"t": 6.881088603, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 328 | |
}, | |
{ | |
"t": 6.8815454339999995, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 328 | |
}, | |
{ | |
"t": 6.961900903, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 324 | |
}, | |
{ | |
"t": 6.962503782, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 324 | |
}, | |
{ | |
"t": 6.970028983, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 322 | |
}, | |
{ | |
"t": 6.970496018, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 322 | |
}, | |
{ | |
"t": 6.98378774, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 322 | |
}, | |
{ | |
"t": 6.984315156, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 319 | |
}, | |
{ | |
"t": 6.984774139, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 319 | |
}, | |
{ | |
"t": 6.993849215, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 319 | |
}, | |
{ | |
"t": 6.994321495, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 319 | |
}, | |
{ | |
"t": 6.994783128, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 319 | |
}, | |
{ | |
"t": 7.007878109, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 319 | |
}, | |
{ | |
"t": 7.008357602, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 318 | |
}, | |
{ | |
"t": 7.008806467, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 318 | |
}, | |
{ | |
"t": 7.015456833, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 318 | |
}, | |
{ | |
"t": 7.022316253, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 318 | |
}, | |
{ | |
"t": 7.022777536, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 317 | |
}, | |
{ | |
"t": 7.023249831, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 317 | |
}, | |
{ | |
"t": 7.026458941, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 316 | |
}, | |
{ | |
"t": 7.036384768, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 312 | |
}, | |
{ | |
"t": 7.036951033, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 312 | |
}, | |
{ | |
"t": 7.037425049, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.03801481, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.047211933, | |
"active": 28, | |
"waiting": 30, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.047651647, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.048071244, | |
"active": 28, | |
"waiting": 29, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.167611175, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.168173895, | |
"active": 28, | |
"waiting": 28, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.23216149, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.232655837, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.236911829, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.237830779, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.282523867, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 311 | |
}, | |
{ | |
"t": 7.286499025, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 310 | |
}, | |
{ | |
"t": 7.293810914, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 310 | |
}, | |
{ | |
"t": 7.294243696, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 310 | |
}, | |
{ | |
"t": 7.417922573, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 310 | |
}, | |
{ | |
"t": 7.41830647, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 310 | |
}, | |
{ | |
"t": 7.461904667, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 308 | |
}, | |
{ | |
"t": 7.546618738, | |
"active": 28, | |
"waiting": 27, | |
"inactive": 308 | |
}, | |
{ | |
"t": 7.557231288, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 308 | |
}, | |
{ | |
"t": 7.557689028, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 308 | |
}, | |
{ | |
"t": 7.562019903, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 308 | |
}, | |
{ | |
"t": 7.5625463, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 308 | |
}, | |
{ | |
"t": 7.573278945, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 308 | |
}, | |
{ | |
"t": 7.591725746, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 308 | |
}, | |
{ | |
"t": 7.5920006319999995, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 308 | |
}, | |
{ | |
"t": 7.682877831, | |
"active": 28, | |
"waiting": 26, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.69978732, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.700254296, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.710099914, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.723494529, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.724023831, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.803296521, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.803646019, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.814802503, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.934546287, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 306 | |
}, | |
{ | |
"t": 7.937868, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 306 | |
}, | |
{ | |
"t": 8.001906765, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 304 | |
}, | |
{ | |
"t": 8.024752593, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 304 | |
}, | |
{ | |
"t": 8.025633398, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 303 | |
}, | |
{ | |
"t": 8.026083135, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 303 | |
}, | |
{ | |
"t": 8.083980622, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 303 | |
}, | |
{ | |
"t": 8.08924027, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 303 | |
}, | |
{ | |
"t": 8.10740281, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 303 | |
}, | |
{ | |
"t": 8.107812956, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 303 | |
}, | |
{ | |
"t": 8.235315162, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 303 | |
}, | |
{ | |
"t": 8.273551541, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 303 | |
}, | |
{ | |
"t": 8.273950502, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 303 | |
}, | |
{ | |
"t": 8.331717107, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 300 | |
}, | |
{ | |
"t": 8.418307793, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 300 | |
}, | |
{ | |
"t": 8.550879656, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 300 | |
}, | |
{ | |
"t": 8.5514633, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 300 | |
}, | |
{ | |
"t": 8.555742802, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 300 | |
}, | |
{ | |
"t": 8.590836694, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 299 | |
}, | |
{ | |
"t": 8.642007175, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 299 | |
}, | |
{ | |
"t": 8.642442332, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.642581573, | |
"active": 28, | |
"waiting": 25, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.773994118, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.774738172, | |
"active": 28, | |
"waiting": 24, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.904781426, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.90539222, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.91497479, | |
"active": 28, | |
"waiting": 23, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.915479868, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.915907280999999, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.930841739, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 298 | |
}, | |
{ | |
"t": 8.931103477, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 297 | |
}, | |
{ | |
"t": 8.931897668, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 297 | |
}, | |
{ | |
"t": 8.94550359, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 297 | |
}, | |
{ | |
"t": 8.946007253, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.946452357, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.95575298, | |
"active": 28, | |
"waiting": 22, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.95592091, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.956141397, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.965861972, | |
"active": 28, | |
"waiting": 21, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.966019063, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.970812445, | |
"active": 28, | |
"waiting": 20, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.971135345, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.97535004, | |
"active": 28, | |
"waiting": 19, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.975702807, | |
"active": 28, | |
"waiting": 18, | |
"inactive": 296 | |
}, | |
{ | |
"t": 8.975890332, | |
"active": 28, | |
"waiting": 18, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.051823147, | |
"active": 28, | |
"waiting": 18, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.320421548, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.321013348, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.355608593, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.356058272, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.395604719, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.39636821, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.396620387, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.406085893, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.406333982, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.406528047, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.498829732, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.514109491, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.514294097, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 296 | |
}, | |
{ | |
"t": 9.534510203, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 295 | |
}, | |
{ | |
"t": 9.568309056, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 295 | |
}, | |
{ | |
"t": 9.678875306, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 295 | |
}, | |
{ | |
"t": 9.707486465, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 293 | |
}, | |
{ | |
"t": 9.715030188, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 293 | |
}, | |
{ | |
"t": 9.715530918, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 293 | |
}, | |
{ | |
"t": 9.774132921, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 293 | |
}, | |
{ | |
"t": 9.774567774, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 293 | |
}, | |
{ | |
"t": 9.813423525, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 293 | |
}, | |
{ | |
"t": 9.813888335, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 292 | |
}, | |
{ | |
"t": 9.814255707000001, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 292 | |
}, | |
{ | |
"t": 9.853442337, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 291 | |
}, | |
{ | |
"t": 9.874869449, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 289 | |
}, | |
{ | |
"t": 9.87856093, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 289 | |
}, | |
{ | |
"t": 9.878940298, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 289 | |
}, | |
{ | |
"t": 9.879191917, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 288 | |
}, | |
{ | |
"t": 9.879386163, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 288 | |
}, | |
{ | |
"t": 9.910728341, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 288 | |
}, | |
{ | |
"t": 9.910936137, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 288 | |
}, | |
{ | |
"t": 9.946726779, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 288 | |
}, | |
{ | |
"t": 9.947833478, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 287 | |
}, | |
{ | |
"t": 9.948299949, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 287 | |
}, | |
{ | |
"t": 9.951602713, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 287 | |
}, | |
{ | |
"t": 10.075783569, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 287 | |
}, | |
{ | |
"t": 10.083300033, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 285 | |
}, | |
{ | |
"t": 10.09122216, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 285 | |
}, | |
{ | |
"t": 10.091359109, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 285 | |
}, | |
{ | |
"t": 10.128956764, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 285 | |
}, | |
{ | |
"t": 10.129204994, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 284 | |
}, | |
{ | |
"t": 10.129953814, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 284 | |
}, | |
{ | |
"t": 10.133738358, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 284 | |
}, | |
{ | |
"t": 10.134697233, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 283 | |
}, | |
{ | |
"t": 10.136598398, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.136781152, | |
"active": 28, | |
"waiting": 17, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.150787490999999, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.151116525, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.151481118, | |
"active": 28, | |
"waiting": 16, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.229830354, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.230178393, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.239870824, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.240020714, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.240235435, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.249740209, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.250194493, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.250347097, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.276859818, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.277306372, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.303902968, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 282 | |
}, | |
{ | |
"t": 10.304792887, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.30523159, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.326798748, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.327284193, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.338597818, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.338733087, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.407553171, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.456655383, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.460604953, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.467926276, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 281 | |
}, | |
{ | |
"t": 10.468766274, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 280 | |
}, | |
{ | |
"t": 10.469169931, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 280 | |
}, | |
{ | |
"t": 10.499538319, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 278 | |
}, | |
{ | |
"t": 10.514602460999999, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 278 | |
}, | |
{ | |
"t": 10.515021371, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 278 | |
}, | |
{ | |
"t": 10.523191023, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 278 | |
}, | |
{ | |
"t": 10.568825025, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 278 | |
}, | |
{ | |
"t": 10.569154344, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 278 | |
}, | |
{ | |
"t": 10.63134034, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 276 | |
}, | |
{ | |
"t": 10.640782399, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 275 | |
}, | |
{ | |
"t": 10.641647891, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 275 | |
}, | |
{ | |
"t": 10.641788898, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 274 | |
}, | |
{ | |
"t": 10.642057191, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 274 | |
}, | |
{ | |
"t": 10.649919090000001, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 274 | |
}, | |
{ | |
"t": 10.650366053, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 274 | |
}, | |
{ | |
"t": 10.749132923, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 271 | |
}, | |
{ | |
"t": 10.81243835, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 271 | |
}, | |
{ | |
"t": 10.826716602, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 270 | |
}, | |
{ | |
"t": 10.826854394, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 270 | |
}, | |
{ | |
"t": 10.830477891, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 270 | |
}, | |
{ | |
"t": 10.831427475, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 269 | |
}, | |
{ | |
"t": 10.831916807, | |
"active": 28, | |
"waiting": 15, | |
"inactive": 269 | |
}, | |
{ | |
"t": 10.83613529, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 269 | |
}, | |
{ | |
"t": 10.840190307, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 269 | |
}, | |
{ | |
"t": 10.850266133, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 269 | |
}, | |
{ | |
"t": 10.851362704, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 269 | |
}, | |
{ | |
"t": 10.852054919, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 269 | |
}, | |
{ | |
"t": 11.014247137, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 269 | |
}, | |
{ | |
"t": 11.107175166, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 269 | |
}, | |
{ | |
"t": 11.133223202, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 268 | |
}, | |
{ | |
"t": 11.147056805, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 268 | |
}, | |
{ | |
"t": 11.170856665, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 268 | |
}, | |
{ | |
"t": 11.171067461, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 267 | |
}, | |
{ | |
"t": 11.171543806, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 267 | |
}, | |
{ | |
"t": 11.197436366, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.197826566, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.233366396, | |
"active": 28, | |
"waiting": 14, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.252935988, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.253422307, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.293991708, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.294447166, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.309394435, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.332596167, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.333027284, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.340798994, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 266 | |
}, | |
{ | |
"t": 11.341880588, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 265 | |
}, | |
{ | |
"t": 11.342345629, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 265 | |
}, | |
{ | |
"t": 11.399207282, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 265 | |
}, | |
{ | |
"t": 11.399482691, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 264 | |
}, | |
{ | |
"t": 11.399661486, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 264 | |
}, | |
{ | |
"t": 11.423925752, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 264 | |
}, | |
{ | |
"t": 11.424418911, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 264 | |
}, | |
{ | |
"t": 11.452118904, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 264 | |
}, | |
{ | |
"t": 11.452740328, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 264 | |
}, | |
{ | |
"t": 11.508980367, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 263 | |
}, | |
{ | |
"t": 11.520934528, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 263 | |
}, | |
{ | |
"t": 11.52185815, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 262 | |
}, | |
{ | |
"t": 11.52187652, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 261 | |
}, | |
{ | |
"t": 11.522385038, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 261 | |
}, | |
{ | |
"t": 11.549097113, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 261 | |
}, | |
{ | |
"t": 11.557514022, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 261 | |
}, | |
{ | |
"t": 11.633259097, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.678577887, | |
"active": 28, | |
"waiting": 13, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.699547912, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.69998363, | |
"active": 28, | |
"waiting": 12, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.704341114, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.704836319, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.748219245, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.761803755, | |
"active": 28, | |
"waiting": 11, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.762051003, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.762648697, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.800158689, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.873961805, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.887798383, | |
"active": 28, | |
"waiting": 10, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.929432185, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.937852155, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.973920313, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 258 | |
}, | |
{ | |
"t": 11.975951553, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 258 | |
}, | |
{ | |
"t": 12.007569322, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.023395849, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.02389121, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.028310609, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.028961761, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.038186194, | |
"active": 28, | |
"waiting": 6, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.038787073, | |
"active": 28, | |
"waiting": 6, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.121254382, | |
"active": 28, | |
"waiting": 6, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.132744871, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.136196668, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.193095426, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.19726535, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.21018938, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 257 | |
}, | |
{ | |
"t": 12.215394883, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 254 | |
}, | |
{ | |
"t": 12.225734997, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 254 | |
}, | |
{ | |
"t": 12.226207445, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 254 | |
}, | |
{ | |
"t": 12.301990784000001, | |
"active": 28, | |
"waiting": 6, | |
"inactive": 254 | |
}, | |
{ | |
"t": 12.302565, | |
"active": 28, | |
"waiting": 6, | |
"inactive": 254 | |
}, | |
{ | |
"t": 12.311587762, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 253 | |
}, | |
{ | |
"t": 12.328321797, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 252 | |
}, | |
{ | |
"t": 12.416722087, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 252 | |
}, | |
{ | |
"t": 12.453394724, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.456464413, | |
"active": 28, | |
"waiting": 9, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.472189412, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.472653621, | |
"active": 28, | |
"waiting": 8, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.506796557, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.507235855, | |
"active": 28, | |
"waiting": 7, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.522883655, | |
"active": 28, | |
"waiting": 6, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.523288498, | |
"active": 28, | |
"waiting": 6, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.607211284, | |
"active": 28, | |
"waiting": 6, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.621263896, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.621803882, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.635803286, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.662609258, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 250 | |
}, | |
{ | |
"t": 12.663439607, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 249 | |
}, | |
{ | |
"t": 12.663850091, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 249 | |
}, | |
{ | |
"t": 12.755879477, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 249 | |
}, | |
{ | |
"t": 12.778051356, | |
"active": 28, | |
"waiting": 4, | |
"inactive": 249 | |
}, | |
{ | |
"t": 12.778503369, | |
"active": 28, | |
"waiting": 4, | |
"inactive": 249 | |
}, | |
{ | |
"t": 12.785994108, | |
"active": 28, | |
"waiting": 3, | |
"inactive": 249 | |
}, | |
{ | |
"t": 12.78619884, | |
"active": 28, | |
"waiting": 3, | |
"inactive": 249 | |
}, | |
{ | |
"t": 12.868818344, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 247 | |
}, | |
{ | |
"t": 12.884735889, | |
"active": 28, | |
"waiting": 5, | |
"inactive": 247 | |
}, | |
{ | |
"t": 12.908031518, | |
"active": 28, | |
"waiting": 4, | |
"inactive": 247 | |
}, | |
{ | |
"t": 12.908473027, | |
"active": 28, | |
"waiting": 4, | |
"inactive": 247 | |
}, | |
{ | |
"t": 12.912591556, | |
"active": 28, | |
"waiting": 4, | |
"inactive": 247 | |
}, | |
{ | |
"t": 12.913558806, | |
"active": 28, | |
"waiting": 3, | |
"inactive": 247 | |
}, | |
{ | |
"t": 12.914057442, | |
"active": 28, | |
"waiting": 3, | |
"inactive": 247 | |
}, | |
{ | |
"t": 12.921813949, | |
"active": 28, | |
"waiting": 3, | |
"inactive": 247 | |
}, | |
{ | |
"t": 13.035895003, | |
"active": 28, | |
"waiting": 2, | |
"inactive": 247 | |
}, | |
{ | |
"t": 13.036693293, | |
"active": 28, | |
"waiting": 2, | |
"inactive": 247 | |
}, | |
{ | |
"t": 13.133351699, | |
"active": 28, | |
"waiting": 1, | |
"inactive": 247 | |
}, | |
{ | |
"t": 13.134764263, | |
"active": 28, | |
"waiting": 1, | |
"inactive": 247 | |
}, | |
{ | |
"t": 13.155356131, | |
"active": 28, | |
"waiting": 2, | |
"inactive": 246 | |
}, | |
{ | |
"t": 13.168062706, | |
"active": 28, | |
"waiting": 2, | |
"inactive": 246 | |
}, | |
{ | |
"t": 13.168485251, | |
"active": 28, | |
"waiting": 1, | |
"inactive": 246 | |
}, | |
{ | |
"t": 13.168888253, | |
"active": 28, | |
"waiting": 1, | |
"inactive": 246 | |
}, | |
{ | |
"t": 13.205565504, | |
"active": 28, | |
"waiting": 0, | |
"inactive": 246 | |
}, | |
{ | |
"t": 13.209246284, | |
"active": 28, | |
"waiting": 0, | |
"inactive": 246 | |
}, | |
{ | |
"t": 13.225655625, | |
"active": 28, | |
"waiting": 0, | |
"inactive": 246 | |
}, | |
{ | |
"t": 13.226162837, | |
"active": 28, | |
"waiting": 0, | |
"inactive": 245 | |
}, | |
{ | |
"t": 13.229866283, | |
"active": 28, | |
"waiting": 0, | |
"inactive": 245 | |
}, | |
{ | |
"t": 13.247543678, | |
"active": 28, | |
"waiting": 0, | |
"inactive": 245 | |
}, | |
{ | |
"t": 13.248020016, | |
"active": 27, | |
"waiting": 0, | |
"inactive": 245 | |
}, | |
{ | |
"t": 13.286872824, | |
"active": 26, | |
"waiting": 0, | |
"inactive": 245 | |
}, | |
{ | |
"t": 13.301970185, | |
"active": 25, | |
"waiting": 0, | |
"inactive": 245 | |
}, | |
{ | |
"t": 13.322255091, | |
"active": 25, | |
"waiting": 0, | |
"inactive": 245 | |
}, | |
{ | |
"t": 13.335713248, | |
"active": 25, | |
"waiting": 0, | |
"inactive": 245 | |
}, | |
{ | |
"t": 13.335851389, | |
"active": 25, | |
"waiting": 0, | |
"inactive": 244 | |
}, | |
{ | |
"t": 13.336014785, | |
"active": 25, | |
"waiting": 0, | |
"inactive": 244 | |
}, | |
{ | |
"t": 13.349529131, | |
"active": 25, | |
"waiting": 0, | |
"inactive": 244 | |
}, | |
{ | |
"t": 13.350005426, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 244 | |
}, | |
{ | |
"t": 13.392592845, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 244 | |
}, | |
{ | |
"t": 13.407476963, | |
"active": 22, | |
"waiting": 0, | |
"inactive": 244 | |
}, | |
{ | |
"t": 13.419852886, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 244 | |
}, | |
{ | |
"t": 13.420279487, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 244 | |
}, | |
{ | |
"t": 13.558440371, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 244 | |
}, | |
{ | |
"t": 13.559086953, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.559514717999999, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.58940625, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.604335305, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.607983342, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.608391262, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.666995055, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.726114285, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.783386494, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.783520769999999, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.844725462, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.894656421, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.89513159, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 243 | |
}, | |
{ | |
"t": 13.917076944, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 13.917511697, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 13.923658097, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 13.942479268, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 13.999575823, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 13.999768302, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.023561942, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.062751882, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.128075343, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.132919385, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.43559725, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.478470841, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.478523096, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.478535512, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.478588249, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.478627138, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.478648817, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.478667806, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.482011993, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.525501853, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.543150325, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.582955041, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 242 | |
}, | |
{ | |
"t": 14.65735909, | |
"active": 14, | |
"waiting": 2, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.693062403, | |
"active": 15, | |
"waiting": 1, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.693838698, | |
"active": 15, | |
"waiting": 1, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.718839211, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.719306526, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731350012, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731483346, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731507748, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731526483, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731550212, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731584611, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731627984, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731648999, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731668309, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73168762, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731706869, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731726266999999, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73174215, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73175987, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731778058, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731796861, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73181387, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73183228, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731851709, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731870405, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731889684, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731909491, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731926859, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731945209, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731965572, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.731984102, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732003414, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732021778, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732041664, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732062024, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732080996, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732098588, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732117666, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732134794, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732152519, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732171017, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732187656, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732208034, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732225617, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73224316, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732260728, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732277919, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732297419, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732314062, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732332497, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732350979, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732368924, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732388189, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732407267, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732429498, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732448335, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732465241, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73248232, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73249834, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732515517, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732532798, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732549957, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732566747, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732584308, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732602936, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732621739, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73264016, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732658447, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732677238, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732692792, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732712101, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73272996, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732747398, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732765815, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732784851, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732802825, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732818848, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732835743999999, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73285218, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732868327, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732887019, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732926297, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732928421, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732949856, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73295194, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732971258, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73297304, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732989432, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.732991119, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733011403999999, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73301309, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733031826, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733033453000001, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733053106, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733054792, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733075790000001, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733079907, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733081991, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733092436, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733094457, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73310411, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733105890000001, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733115102, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733116865, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733126655, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733128548, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733138786, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733140703, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733151143, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733153474, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733155485, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733165426, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733167689, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73317361, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733175884, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733187126, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733188971, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733197715, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733199647, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733208045, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733210243, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733218725, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733220585, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733229118, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733231033, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733240079, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73324191, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733250658, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733252949, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733256114, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733258403, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733260453, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73326913, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733271227, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733280538, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733282884, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733285168, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73328745, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733289528, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733298331, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733304859, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733306938, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733309022, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733317502, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733319746, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733321969, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733324149, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73332627, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733328466, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733330678, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733332872, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733334958, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733337117, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733339327, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733341462, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73334377, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733345911, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733354951, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733356731, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733365049, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733367011, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733375303999999, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733377213, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733385709, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733387996, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733390052, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733398792, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.7334012, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733403515, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733412362, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733414585, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733417002, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733425866, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733427779, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733435957, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733438279, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733440397, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733448871, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733451161, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733453179, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733461349, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733463571, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733471861, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733473706, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733481763, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733483408, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733491748, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733493479, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733502252, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733504318, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733513148, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733515113, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733523822, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733526036, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733534654, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733536899, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733538833, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733547096, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733549268, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733557869, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733559831, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733568571, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733570774, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733573265, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733576757, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733584234, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73358681, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733588986, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733590943, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733599934, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733601812, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733610149, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.7336123, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733614301, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733616384, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733618483, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733627333, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733629379, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733637621, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733639483, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733648205, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733650586, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733652614, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733661005, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733663057, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733670815, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733672668, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733681125, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733683028, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733691433, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733693139, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733701684, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733703751, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733736567, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733738409, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733746555, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73374849, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733757318, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733759141, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.7337673, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733769146, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733777590999999, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733779532, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733787929, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733789774, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733797736, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733799929, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733808194, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733810118, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733818516, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733820421, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733828710000001, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73383052, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733838648999999, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733840905, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733843028, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733845509, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.7338478, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733849966, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733852379, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733854776, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733862815, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733864617, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733872761, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733875026, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733877262, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733886047, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733887936, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733895145, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733897589, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733899592, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733901592, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733903645, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733905764, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73391432, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733916184, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733924682, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733926716, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733935473, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733937664, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733944699, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733946914, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733955232, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733956896, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733965376, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733967288, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733975564, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733977598, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733986003, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733987979, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73398986, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.733997908, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73399989, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734008585, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734010458, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734018471, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734020274, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734028411, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734030865, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734033002, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734035242000001, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73404352, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734045299, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734053601, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734055878, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734058083, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734066606, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734068526, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734076801, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734079093, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734081038, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734089466, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734091788, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734094029, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734096143, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734104419, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73410629, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734114412, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734116623, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734124639000001, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734126887, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734135111, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734137374, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734139629, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734147827, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734149599, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734158119, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734160603, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734162706, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734164845, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734173394, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73417538, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734183323, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734185268, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734193317999999, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734195377, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734203872, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734205639, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734213929, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734215702, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734224741, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734226686, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734235505000001, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734237657, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734239905, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734242311, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734250392, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734252268, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734260681, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734262678, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734270789, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734273062, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73427514, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734283492, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734285825, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734288190000001, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734296934, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734299236, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734301058, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.73430906, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734310986, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734319405, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734321413, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734329902, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734331933, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734340394, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734342437, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734350856, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734353077, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734359951, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734361988, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.734368887, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.748739932, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 14.74883567, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 15.080730633, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 15.116438325, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 240 | |
}, | |
{ | |
"t": 15.168644333, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 239 | |
}, | |
{ | |
"t": 15.168653087, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 239 | |
}, | |
{ | |
"t": 15.168733877, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 239 | |
}, | |
{ | |
"t": 15.173082442, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 238 | |
}, | |
{ | |
"t": 15.173112505, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 238 | |
}, | |
{ | |
"t": 15.17328973, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 238 | |
}, | |
{ | |
"t": 15.212378034, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 238 | |
}, | |
{ | |
"t": 15.403643811, | |
"active": 14, | |
"waiting": 2, | |
"inactive": 236 | |
}, | |
{ | |
"t": 15.404277134, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 236 | |
}, | |
{ | |
"t": 15.404437917, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 236 | |
}, | |
{ | |
"t": 15.407872164, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 236 | |
}, | |
{ | |
"t": 15.535375541, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 236 | |
}, | |
{ | |
"t": 15.556879249, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 236 | |
}, | |
{ | |
"t": 15.556932987, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 236 | |
}, | |
{ | |
"t": 15.668083336, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 236 | |
}, | |
{ | |
"t": 15.668370815, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 235 | |
}, | |
{ | |
"t": 15.668377881, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 235 | |
}, | |
{ | |
"t": 15.668470294, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 235 | |
}, | |
{ | |
"t": 15.728192461999999, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 235 | |
}, | |
{ | |
"t": 15.72834997, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 234 | |
}, | |
{ | |
"t": 15.728368639, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 234 | |
}, | |
{ | |
"t": 15.728523961, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 234 | |
}, | |
{ | |
"t": 15.982794847, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 234 | |
}, | |
{ | |
"t": 16.033999549, | |
"active": 14, | |
"waiting": 1, | |
"inactive": 233 | |
}, | |
{ | |
"t": 16.059545232, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 233 | |
}, | |
{ | |
"t": 16.059668323, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 233 | |
}, | |
{ | |
"t": 16.072483369, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 233 | |
}, | |
{ | |
"t": 16.081389004, | |
"active": 14, | |
"waiting": 1, | |
"inactive": 232 | |
}, | |
{ | |
"t": 16.081586981, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 232 | |
}, | |
{ | |
"t": 16.081743507, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 232 | |
}, | |
{ | |
"t": 16.143624287, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 232 | |
}, | |
{ | |
"t": 16.203104344, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 232 | |
}, | |
{ | |
"t": 16.400473333, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 232 | |
}, | |
{ | |
"t": 16.636831062, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 232 | |
}, | |
{ | |
"t": 16.849565905, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 232 | |
}, | |
{ | |
"t": 16.851274301, | |
"active": 13, | |
"waiting": 16, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.851509709, | |
"active": 16, | |
"waiting": 13, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.851518901, | |
"active": 16, | |
"waiting": 13, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.854953682, | |
"active": 16, | |
"waiting": 13, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.861886408, | |
"active": 16, | |
"waiting": 13, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.864861473, | |
"active": 16, | |
"waiting": 12, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.865182931, | |
"active": 16, | |
"waiting": 12, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.868540193, | |
"active": 16, | |
"waiting": 11, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.868744158, | |
"active": 16, | |
"waiting": 11, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.902072301, | |
"active": 17, | |
"waiting": 10, | |
"inactive": 215 | |
}, | |
{ | |
"t": 16.902571276, | |
"active": 17, | |
"waiting": 10, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.023954448, | |
"active": 17, | |
"waiting": 10, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.052635614, | |
"active": 18, | |
"waiting": 9, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.053629252, | |
"active": 18, | |
"waiting": 9, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.079145979, | |
"active": 19, | |
"waiting": 8, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.081836519, | |
"active": 19, | |
"waiting": 8, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.108835607, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.109039283, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.154841445, | |
"active": 21, | |
"waiting": 6, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.158551989, | |
"active": 21, | |
"waiting": 6, | |
"inactive": 215 | |
}, | |
{ | |
"t": 17.216761218, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 193 | |
}, | |
{ | |
"t": 17.22143116, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 193 | |
}, | |
{ | |
"t": 17.225186522, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 193 | |
}, | |
{ | |
"t": 17.226111589, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 192 | |
}, | |
{ | |
"t": 17.226318408, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 192 | |
}, | |
{ | |
"t": 17.265946061, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 192 | |
}, | |
{ | |
"t": 17.266417347, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 191 | |
}, | |
{ | |
"t": 17.269263546, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 191 | |
}, | |
{ | |
"t": 17.273271866, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 191 | |
}, | |
{ | |
"t": 17.273644155, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 189 | |
}, | |
{ | |
"t": 17.273854988, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 189 | |
}, | |
{ | |
"t": 17.27389884, | |
"active": 21, | |
"waiting": 27, | |
"inactive": 189 | |
}, | |
{ | |
"t": 17.307849515, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 189 | |
}, | |
{ | |
"t": 17.309098897, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 189 | |
}, | |
{ | |
"t": 17.320760657, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 189 | |
}, | |
{ | |
"t": 17.321632429, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 188 | |
}, | |
{ | |
"t": 17.325622522, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 188 | |
}, | |
{ | |
"t": 17.391511853, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 188 | |
}, | |
{ | |
"t": 17.391949283, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 187 | |
}, | |
{ | |
"t": 17.392054211, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 187 | |
}, | |
{ | |
"t": 17.39607401, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 187 | |
}, | |
{ | |
"t": 17.396291697, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.396410391, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.448879097, | |
"active": 22, | |
"waiting": 26, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.449081279, | |
"active": 22, | |
"waiting": 25, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.449626153, | |
"active": 22, | |
"waiting": 25, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.457000965, | |
"active": 22, | |
"waiting": 25, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.457171578, | |
"active": 22, | |
"waiting": 24, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.457911596, | |
"active": 23, | |
"waiting": 23, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.458009569, | |
"active": 23, | |
"waiting": 23, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.46271291, | |
"active": 23, | |
"waiting": 23, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.471475484, | |
"active": 23, | |
"waiting": 22, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.472592162, | |
"active": 23, | |
"waiting": 22, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.58214726, | |
"active": 23, | |
"waiting": 22, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.582658657, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.583402963, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.591642584, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 186 | |
}, | |
{ | |
"t": 17.592579386, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 185 | |
}, | |
{ | |
"t": 17.593077982, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 185 | |
}, | |
{ | |
"t": 17.63956689, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 185 | |
}, | |
{ | |
"t": 17.640453305, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 184 | |
}, | |
{ | |
"t": 17.64475158, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 184 | |
}, | |
{ | |
"t": 17.666230145, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 184 | |
}, | |
{ | |
"t": 17.66644263, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 183 | |
}, | |
{ | |
"t": 17.666553615, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 183 | |
}, | |
{ | |
"t": 17.670267378, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 182 | |
}, | |
{ | |
"t": 17.670338717, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 182 | |
}, | |
{ | |
"t": 17.67104034, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 182 | |
}, | |
{ | |
"t": 17.702300576, | |
"active": 23, | |
"waiting": 21, | |
"inactive": 182 | |
}, | |
{ | |
"t": 17.702819043, | |
"active": 23, | |
"waiting": 20, | |
"inactive": 182 | |
}, | |
{ | |
"t": 17.702935165, | |
"active": 23, | |
"waiting": 20, | |
"inactive": 182 | |
}, | |
{ | |
"t": 17.909046764, | |
"active": 23, | |
"waiting": 20, | |
"inactive": 182 | |
}, | |
{ | |
"t": 17.909456896000002, | |
"active": 23, | |
"waiting": 20, | |
"inactive": 181 | |
}, | |
{ | |
"t": 17.909693723, | |
"active": 23, | |
"waiting": 20, | |
"inactive": 181 | |
}, | |
{ | |
"t": 18.342049924, | |
"active": 23, | |
"waiting": 20, | |
"inactive": 181 | |
}, | |
{ | |
"t": 18.34307914, | |
"active": 23, | |
"waiting": 20, | |
"inactive": 180 | |
}, | |
{ | |
"t": 18.347391205, | |
"active": 23, | |
"waiting": 19, | |
"inactive": 180 | |
}, | |
{ | |
"t": 18.347418135, | |
"active": 23, | |
"waiting": 19, | |
"inactive": 180 | |
}, | |
{ | |
"t": 18.348107752, | |
"active": 23, | |
"waiting": 19, | |
"inactive": 180 | |
}, | |
{ | |
"t": 18.45368832, | |
"active": 23, | |
"waiting": 19, | |
"inactive": 180 | |
}, | |
{ | |
"t": 18.454691509, | |
"active": 23, | |
"waiting": 19, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.455144468, | |
"active": 23, | |
"waiting": 19, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.524460725, | |
"active": 24, | |
"waiting": 18, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.528311444, | |
"active": 24, | |
"waiting": 18, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.543793197, | |
"active": 24, | |
"waiting": 18, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.544485844, | |
"active": 24, | |
"waiting": 17, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.545817626, | |
"active": 24, | |
"waiting": 17, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.61807174, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.618482349, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.622546094, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 179 | |
}, | |
{ | |
"t": 18.622888248, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.623149416, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.768980721, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.770168884, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.770610615, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.814448569, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.815017683, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.898336982, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.898743396, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.902987916, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.953016864, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 178 | |
}, | |
{ | |
"t": 18.953175322, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 177 | |
}, | |
{ | |
"t": 18.953313009, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 177 | |
}, | |
{ | |
"t": 18.968530542, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 177 | |
}, | |
{ | |
"t": 18.969041896, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 176 | |
}, | |
{ | |
"t": 18.973351119, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 176 | |
}, | |
{ | |
"t": 18.9887995, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 176 | |
}, | |
{ | |
"t": 18.98931987, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 175 | |
}, | |
{ | |
"t": 18.989656989, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 175 | |
}, | |
{ | |
"t": 18.993305636, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 175 | |
}, | |
{ | |
"t": 18.993566176, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 173 | |
}, | |
{ | |
"t": 18.993680109, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 173 | |
}, | |
{ | |
"t": 19.003439092, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 173 | |
}, | |
{ | |
"t": 19.003942066, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 172 | |
}, | |
{ | |
"t": 19.004118867, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 172 | |
}, | |
{ | |
"t": 19.008732581, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 172 | |
}, | |
{ | |
"t": 19.008922121, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 172 | |
}, | |
{ | |
"t": 19.009073677, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 172 | |
}, | |
{ | |
"t": 19.023786218, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 172 | |
}, | |
{ | |
"t": 19.023973169, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 171 | |
}, | |
{ | |
"t": 19.024342371, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 171 | |
}, | |
{ | |
"t": 19.14994403, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 171 | |
}, | |
{ | |
"t": 19.150327525, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 169 | |
}, | |
{ | |
"t": 19.154042917, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 169 | |
}, | |
{ | |
"t": 19.32292419, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 169 | |
}, | |
{ | |
"t": 19.323237023, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 168 | |
}, | |
{ | |
"t": 19.324946528, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 168 | |
}, | |
{ | |
"t": 19.414545243, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 168 | |
}, | |
{ | |
"t": 19.414698318, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 167 | |
}, | |
{ | |
"t": 19.415170711000002, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 167 | |
}, | |
{ | |
"t": 19.450832503, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 167 | |
}, | |
{ | |
"t": 19.451884394, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 166 | |
}, | |
{ | |
"t": 19.452587531, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 166 | |
}, | |
{ | |
"t": 19.463788799, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 166 | |
}, | |
{ | |
"t": 19.464334227, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 163 | |
}, | |
{ | |
"t": 19.464644633, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 163 | |
}, | |
{ | |
"t": 19.508792979, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 163 | |
}, | |
{ | |
"t": 19.517759556, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 163 | |
}, | |
{ | |
"t": 19.518228344, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 162 | |
}, | |
{ | |
"t": 19.518612585, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 162 | |
}, | |
{ | |
"t": 19.522889416, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 162 | |
}, | |
{ | |
"t": 19.523078548, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 162 | |
}, | |
{ | |
"t": 19.637635708, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 162 | |
}, | |
{ | |
"t": 19.638471255, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 161 | |
}, | |
{ | |
"t": 19.638954544, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 161 | |
}, | |
{ | |
"t": 19.693163671, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 160 | |
}, | |
{ | |
"t": 19.70105372, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 160 | |
}, | |
{ | |
"t": 19.701508539, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 160 | |
}, | |
{ | |
"t": 19.705451343, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 160 | |
}, | |
{ | |
"t": 19.714204974, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 160 | |
}, | |
{ | |
"t": 19.714655632, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 159 | |
}, | |
{ | |
"t": 19.719365114, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 159 | |
}, | |
{ | |
"t": 19.730234829, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 159 | |
}, | |
{ | |
"t": 19.730418717, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 158 | |
}, | |
{ | |
"t": 19.730589956, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 158 | |
}, | |
{ | |
"t": 19.785677321, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 157 | |
}, | |
{ | |
"t": 19.792980584, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 157 | |
}, | |
{ | |
"t": 19.793782787, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 157 | |
}, | |
{ | |
"t": 19.838320865, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 157 | |
}, | |
{ | |
"t": 19.838471256, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 157 | |
}, | |
{ | |
"t": 19.838659131, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 157 | |
}, | |
{ | |
"t": 19.889677175, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 155 | |
}, | |
{ | |
"t": 19.914627184, | |
"active": 25, | |
"waiting": 16, | |
"inactive": 155 | |
}, | |
{ | |
"t": 19.915023639, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 155 | |
}, | |
{ | |
"t": 19.915409716, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 155 | |
}, | |
{ | |
"t": 19.931492702, | |
"active": 25, | |
"waiting": 15, | |
"inactive": 155 | |
}, | |
{ | |
"t": 19.943940729, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 155 | |
}, | |
{ | |
"t": 19.944101215, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 155 | |
}, | |
{ | |
"t": 19.994896387, | |
"active": 25, | |
"waiting": 14, | |
"inactive": 155 | |
}, | |
{ | |
"t": 20.004764282, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 155 | |
}, | |
{ | |
"t": 20.005107799, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 155 | |
}, | |
{ | |
"t": 20.089235606, | |
"active": 25, | |
"waiting": 12, | |
"inactive": 155 | |
}, | |
{ | |
"t": 20.090086917, | |
"active": 25, | |
"waiting": 12, | |
"inactive": 155 | |
}, | |
{ | |
"t": 20.117178488, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 154 | |
}, | |
{ | |
"t": 20.145342257, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 154 | |
}, | |
{ | |
"t": 20.145837331, | |
"active": 25, | |
"waiting": 12, | |
"inactive": 154 | |
}, | |
{ | |
"t": 20.146306127, | |
"active": 25, | |
"waiting": 12, | |
"inactive": 154 | |
}, | |
{ | |
"t": 20.159841247, | |
"active": 25, | |
"waiting": 13, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.175734909, | |
"active": 25, | |
"waiting": 12, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.181349688, | |
"active": 25, | |
"waiting": 12, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.198095075, | |
"active": 25, | |
"waiting": 12, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.198600205, | |
"active": 25, | |
"waiting": 11, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.199237956, | |
"active": 25, | |
"waiting": 11, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.229432232, | |
"active": 25, | |
"waiting": 11, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.490196354, | |
"active": 25, | |
"waiting": 10, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.490852571, | |
"active": 25, | |
"waiting": 10, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.501505454, | |
"active": 25, | |
"waiting": 10, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.501860988, | |
"active": 25, | |
"waiting": 9, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.501986984, | |
"active": 25, | |
"waiting": 9, | |
"inactive": 153 | |
}, | |
{ | |
"t": 20.559340841, | |
"active": 25, | |
"waiting": 10, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.61456742, | |
"active": 25, | |
"waiting": 10, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.631065379, | |
"active": 25, | |
"waiting": 9, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.631301646, | |
"active": 25, | |
"waiting": 8, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.631307782, | |
"active": 25, | |
"waiting": 8, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.635349084, | |
"active": 25, | |
"waiting": 8, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.697731347, | |
"active": 25, | |
"waiting": 8, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.753163444, | |
"active": 25, | |
"waiting": 7, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.761927025, | |
"active": 25, | |
"waiting": 7, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.965936813, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 152 | |
}, | |
{ | |
"t": 20.977864866, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 152 | |
}, | |
{ | |
"t": 21.153054221, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 152 | |
}, | |
{ | |
"t": 21.485286224, | |
"active": 25, | |
"waiting": 5, | |
"inactive": 152 | |
}, | |
{ | |
"t": 21.497860349, | |
"active": 25, | |
"waiting": 5, | |
"inactive": 152 | |
}, | |
{ | |
"t": 21.643005576, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 151 | |
}, | |
{ | |
"t": 21.681924357, | |
"active": 25, | |
"waiting": 7, | |
"inactive": 150 | |
}, | |
{ | |
"t": 21.692552845, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 150 | |
}, | |
{ | |
"t": 21.706872862, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 150 | |
}, | |
{ | |
"t": 21.844676466, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 149 | |
}, | |
{ | |
"t": 21.869853935, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 149 | |
}, | |
{ | |
"t": 22.028296154, | |
"active": 25, | |
"waiting": 7, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.073591775, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.079323852, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.346194425, | |
"active": 25, | |
"waiting": 6, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.347367246, | |
"active": 25, | |
"waiting": 5, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.354020132, | |
"active": 25, | |
"waiting": 5, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.38399726, | |
"active": 25, | |
"waiting": 4, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.397854786, | |
"active": 25, | |
"waiting": 4, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.462244444, | |
"active": 25, | |
"waiting": 4, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.462558287, | |
"active": 25, | |
"waiting": 3, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.473896153, | |
"active": 25, | |
"waiting": 3, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.729959506, | |
"active": 25, | |
"waiting": 3, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.774660987, | |
"active": 25, | |
"waiting": 2, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.797858239, | |
"active": 25, | |
"waiting": 2, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.809701976, | |
"active": 25, | |
"waiting": 2, | |
"inactive": 148 | |
}, | |
{ | |
"t": 22.810742197, | |
"active": 25, | |
"waiting": 2, | |
"inactive": 147 | |
}, | |
{ | |
"t": 22.823370072, | |
"active": 25, | |
"waiting": 2, | |
"inactive": 147 | |
}, | |
{ | |
"t": 22.869340905, | |
"active": 25, | |
"waiting": 1, | |
"inactive": 147 | |
}, | |
{ | |
"t": 22.897860803, | |
"active": 25, | |
"waiting": 1, | |
"inactive": 147 | |
}, | |
{ | |
"t": 23.003260413, | |
"active": 25, | |
"waiting": 1, | |
"inactive": 147 | |
}, | |
{ | |
"t": 23.170168894, | |
"active": 25, | |
"waiting": 1, | |
"inactive": 147 | |
}, | |
{ | |
"t": 23.171255015, | |
"active": 25, | |
"waiting": 0, | |
"inactive": 147 | |
}, | |
{ | |
"t": 23.181853968, | |
"active": 25, | |
"waiting": 0, | |
"inactive": 147 | |
}, | |
{ | |
"t": 23.231032894, | |
"active": 25, | |
"waiting": 0, | |
"inactive": 147 | |
}, | |
{ | |
"t": 23.231514641, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 147 | |
}, | |
{ | |
"t": 23.353807226, | |
"active": 24, | |
"waiting": 1, | |
"inactive": 146 | |
}, | |
{ | |
"t": 23.39299381, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 146 | |
}, | |
{ | |
"t": 23.409847955, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 146 | |
}, | |
{ | |
"t": 23.49838883, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 146 | |
}, | |
{ | |
"t": 23.499618662, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 145 | |
}, | |
{ | |
"t": 23.509842979, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 145 | |
}, | |
{ | |
"t": 23.581940047, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 145 | |
}, | |
{ | |
"t": 23.600992298, | |
"active": 24, | |
"waiting": 1, | |
"inactive": 144 | |
}, | |
{ | |
"t": 23.620939929, | |
"active": 24, | |
"waiting": 2, | |
"inactive": 143 | |
}, | |
{ | |
"t": 23.753650522, | |
"active": 24, | |
"waiting": 1, | |
"inactive": 143 | |
}, | |
{ | |
"t": 23.76186799, | |
"active": 24, | |
"waiting": 1, | |
"inactive": 143 | |
}, | |
{ | |
"t": 24.254877982, | |
"active": 24, | |
"waiting": 1, | |
"inactive": 143 | |
}, | |
{ | |
"t": 24.318773419, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 143 | |
}, | |
{ | |
"t": 24.325876572, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 143 | |
}, | |
{ | |
"t": 24.526879791, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 143 | |
}, | |
{ | |
"t": 24.61307234, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 143 | |
}, | |
{ | |
"t": 24.6139246, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 142 | |
}, | |
{ | |
"t": 24.625852366, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 142 | |
}, | |
{ | |
"t": 24.6660342, | |
"active": 23, | |
"waiting": 1, | |
"inactive": 141 | |
}, | |
{ | |
"t": 24.745811872, | |
"active": 23, | |
"waiting": 1, | |
"inactive": 141 | |
}, | |
{ | |
"t": 24.785101424, | |
"active": 23, | |
"waiting": 2, | |
"inactive": 140 | |
}, | |
{ | |
"t": 24.825574808, | |
"active": 23, | |
"waiting": 1, | |
"inactive": 140 | |
}, | |
{ | |
"t": 24.837857943, | |
"active": 23, | |
"waiting": 1, | |
"inactive": 140 | |
}, | |
{ | |
"t": 24.901447594, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 140 | |
}, | |
{ | |
"t": 24.909856605999998, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 140 | |
}, | |
{ | |
"t": 25.043098085, | |
"active": 23, | |
"waiting": 1, | |
"inactive": 139 | |
}, | |
{ | |
"t": 25.219494809, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 139 | |
}, | |
{ | |
"t": 25.230516195, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 139 | |
}, | |
{ | |
"t": 25.568288021, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 139 | |
}, | |
{ | |
"t": 25.56898142, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 25.577845083, | |
"active": 24, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 25.816629723, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 25.821250093, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 25.82169354, | |
"active": 22, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 25.850540212, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 25.9629666, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 26.017904977, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 26.149172533, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 26.149751566, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 26.177171702, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 26.290057243, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 26.29063121, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 26.759167511, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 26.947734113, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 138 | |
}, | |
{ | |
"t": 26.948376919, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 137 | |
}, | |
{ | |
"t": 26.957847588, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 137 | |
}, | |
{ | |
"t": 27.070207407, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 137 | |
}, | |
{ | |
"t": 27.07088667, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 136 | |
}, | |
{ | |
"t": 27.097853714, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 136 | |
}, | |
{ | |
"t": 27.105956739, | |
"active": 17, | |
"waiting": 1, | |
"inactive": 135 | |
}, | |
{ | |
"t": 27.19947742, | |
"active": 17, | |
"waiting": 2, | |
"inactive": 134 | |
}, | |
{ | |
"t": 27.254677169, | |
"active": 17, | |
"waiting": 1, | |
"inactive": 134 | |
}, | |
{ | |
"t": 27.269872802, | |
"active": 17, | |
"waiting": 1, | |
"inactive": 134 | |
}, | |
{ | |
"t": 27.593052387, | |
"active": 17, | |
"waiting": 2, | |
"inactive": 132 | |
}, | |
{ | |
"t": 27.601856795, | |
"active": 17, | |
"waiting": 2, | |
"inactive": 132 | |
}, | |
{ | |
"t": 27.938982086, | |
"active": 17, | |
"waiting": 3, | |
"inactive": 131 | |
}, | |
{ | |
"t": 28.004940951, | |
"active": 17, | |
"waiting": 3, | |
"inactive": 131 | |
}, | |
{ | |
"t": 28.095558449, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 131 | |
}, | |
{ | |
"t": 28.113871373, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 131 | |
}, | |
{ | |
"t": 28.117882458, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 131 | |
}, | |
{ | |
"t": 28.192654141, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 131 | |
}, | |
{ | |
"t": 28.193663098, | |
"active": 18, | |
"waiting": 1, | |
"inactive": 131 | |
}, | |
{ | |
"t": 28.201837294, | |
"active": 18, | |
"waiting": 1, | |
"inactive": 131 | |
}, | |
{ | |
"t": 28.266217353, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 130 | |
}, | |
{ | |
"t": 28.465946925, | |
"active": 19, | |
"waiting": 1, | |
"inactive": 130 | |
}, | |
{ | |
"t": 28.473866442, | |
"active": 19, | |
"waiting": 1, | |
"inactive": 130 | |
}, | |
{ | |
"t": 28.537722278, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 130 | |
}, | |
{ | |
"t": 28.5458535, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 130 | |
}, | |
{ | |
"t": 28.869905278, | |
"active": 19, | |
"waiting": 1, | |
"inactive": 129 | |
}, | |
{ | |
"t": 28.92669683, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 28.937868507, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 29.092877264, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 29.093528393, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 29.397198938, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 29.897451964, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 30.041360048, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 30.155466384, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 30.155646456, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 30.239209764, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 30.243125634, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 30.743253291, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 30.778327198, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.243591707, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.255796274, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256093126, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256106741, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256117509, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256129644, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256141755, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.25615289, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256163012000002, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256173969, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256185073, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256196205, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256208775, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256220549, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256233576, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256243941, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.2562551, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256282037, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256294951, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256305664, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256316272, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256327643, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256338608, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256349991, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256361948, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256372194, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256381696, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256391994, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256401411, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.25641325, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256424664, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256435253, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.25644704, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256458324, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256467479, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256479056, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256490736, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256500565, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256510611, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256534169, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.25654402, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256554803, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256564273, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256574571, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256585063, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256595024, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256605303, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256614241, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256624762, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256634584, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256645141, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.25665508, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256664339, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256671007, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256681771, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256692163, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256701192, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256711806, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256722355, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256731501, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256741654, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256751837, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.25676096, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256771398, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256780434, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256790122, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256799061, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256807915, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256817352, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256826611, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256836868, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.25684733, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256857897, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256867199, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256877616, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256888247, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256898459, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256907386, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256917612, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256928174, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256937435, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256946797, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256956324, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256965344, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.256973202, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.669813677, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.670326357, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.786812672, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 129 | |
}, | |
{ | |
"t": 31.787441875, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 128 | |
}, | |
{ | |
"t": 31.79273695, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 128 | |
}, | |
{ | |
"t": 32.292870889, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 128 | |
}, | |
{ | |
"t": 32.357150553, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 128 | |
}, | |
{ | |
"t": 32.857276174, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 128 | |
}, | |
{ | |
"t": 33.137439329, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 128 | |
}, | |
{ | |
"t": 33.300894385, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 128 | |
}, | |
{ | |
"t": 33.301193181, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 127 | |
}, | |
{ | |
"t": 33.301375348, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 127 | |
}, | |
{ | |
"t": 33.311357844, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 127 | |
}, | |
{ | |
"t": 33.57634346, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 127 | |
}, | |
{ | |
"t": 33.714911197, | |
"active": 12, | |
"waiting": 1, | |
"inactive": 126 | |
}, | |
{ | |
"t": 33.811451804, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 33.811887292, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 33.866419663, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 33.980930636, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 34.3831152, | |
"active": 11, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 34.398976297, | |
"active": 11, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 34.399044681, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 34.899202006, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 35.399446043, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 35.887650887, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 36.286390862, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 126 | |
}, | |
{ | |
"t": 36.287066119, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 36.287495816, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 36.291630104, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 36.412376515, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 36.472377239, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 36.571743528, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 37.003326429, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 37.273135049, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 37.774398356, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 38.274632438, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 38.544494837, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 125 | |
}, | |
{ | |
"t": 38.544785525, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 124 | |
}, | |
{ | |
"t": 38.545828299, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 124 | |
}, | |
{ | |
"t": 38.602587793, | |
"active": 7, | |
"waiting": 1, | |
"inactive": 123 | |
}, | |
{ | |
"t": 38.61465872, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 123 | |
}, | |
{ | |
"t": 38.615106109, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 123 | |
}, | |
{ | |
"t": 38.736362764, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 123 | |
}, | |
{ | |
"t": 38.767841816, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 123 | |
}, | |
{ | |
"t": 38.918225255, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 123 | |
}, | |
{ | |
"t": 38.985029556, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 123 | |
}, | |
{ | |
"t": 39.485142767, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 123 | |
}, | |
{ | |
"t": 39.985381522, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 123 | |
}, | |
{ | |
"t": 40.485620145, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 123 | |
}, | |
{ | |
"t": 40.885341226, | |
"active": 6, | |
"waiting": 14, | |
"inactive": 109 | |
}, | |
{ | |
"t": 40.915466099, | |
"active": 7, | |
"waiting": 13, | |
"inactive": 109 | |
}, | |
{ | |
"t": 40.91582854, | |
"active": 7, | |
"waiting": 13, | |
"inactive": 109 | |
}, | |
{ | |
"t": 40.942735125, | |
"active": 8, | |
"waiting": 12, | |
"inactive": 109 | |
}, | |
{ | |
"t": 40.942927821, | |
"active": 8, | |
"waiting": 12, | |
"inactive": 109 | |
}, | |
{ | |
"t": 40.999907403, | |
"active": 8, | |
"waiting": 14, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.000150782, | |
"active": 8, | |
"waiting": 14, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.024264648, | |
"active": 9, | |
"waiting": 13, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.024849617, | |
"active": 9, | |
"waiting": 13, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.054075986, | |
"active": 9, | |
"waiting": 12, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.055001188, | |
"active": 9, | |
"waiting": 12, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.071888407, | |
"active": 10, | |
"waiting": 11, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.071935684, | |
"active": 11, | |
"waiting": 10, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.072128729, | |
"active": 11, | |
"waiting": 10, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.076306604, | |
"active": 11, | |
"waiting": 10, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.129771958, | |
"active": 12, | |
"waiting": 9, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.130561817, | |
"active": 12, | |
"waiting": 9, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.179715531, | |
"active": 13, | |
"waiting": 8, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.179969054, | |
"active": 13, | |
"waiting": 8, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.211761009, | |
"active": 14, | |
"waiting": 7, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.21631477, | |
"active": 14, | |
"waiting": 7, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.245113802, | |
"active": 15, | |
"waiting": 6, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.245849845, | |
"active": 15, | |
"waiting": 6, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.250226332, | |
"active": 16, | |
"waiting": 5, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.250558518, | |
"active": 16, | |
"waiting": 5, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.262967331, | |
"active": 17, | |
"waiting": 4, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.26349634, | |
"active": 17, | |
"waiting": 4, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.341701, | |
"active": 18, | |
"waiting": 3, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.341948425, | |
"active": 18, | |
"waiting": 3, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.342336869, | |
"active": 18, | |
"waiting": 3, | |
"inactive": 106 | |
}, | |
{ | |
"t": 41.347314909, | |
"active": 18, | |
"waiting": 4, | |
"inactive": 105 | |
}, | |
{ | |
"t": 41.361021144, | |
"active": 18, | |
"waiting": 3, | |
"inactive": 105 | |
}, | |
{ | |
"t": 41.361193173, | |
"active": 18, | |
"waiting": 3, | |
"inactive": 105 | |
}, | |
{ | |
"t": 41.376746164, | |
"active": 18, | |
"waiting": 7, | |
"inactive": 101 | |
}, | |
{ | |
"t": 41.380229747, | |
"active": 19, | |
"waiting": 6, | |
"inactive": 101 | |
}, | |
{ | |
"t": 41.385587295, | |
"active": 19, | |
"waiting": 6, | |
"inactive": 101 | |
}, | |
{ | |
"t": 41.387305636, | |
"active": 19, | |
"waiting": 7, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.392137779, | |
"active": 19, | |
"waiting": 6, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.396371496, | |
"active": 19, | |
"waiting": 6, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.44156672, | |
"active": 20, | |
"waiting": 5, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.441748387, | |
"active": 20, | |
"waiting": 5, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.459260973, | |
"active": 20, | |
"waiting": 4, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.459787841, | |
"active": 20, | |
"waiting": 4, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.480357401, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.480864292, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.569176735, | |
"active": 21, | |
"waiting": 2, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.569553166, | |
"active": 21, | |
"waiting": 2, | |
"inactive": 100 | |
}, | |
{ | |
"t": 41.574200586, | |
"active": 21, | |
"waiting": 4, | |
"inactive": 98 | |
}, | |
{ | |
"t": 41.57534581, | |
"active": 21, | |
"waiting": 4, | |
"inactive": 98 | |
}, | |
{ | |
"t": 41.577270817, | |
"active": 21, | |
"waiting": 5, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.594082834, | |
"active": 22, | |
"waiting": 4, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.594565206, | |
"active": 22, | |
"waiting": 4, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.599995828, | |
"active": 22, | |
"waiting": 3, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.60043866, | |
"active": 22, | |
"waiting": 3, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.617830488, | |
"active": 22, | |
"waiting": 3, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.666815324, | |
"active": 22, | |
"waiting": 3, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.693264123, | |
"active": 22, | |
"waiting": 3, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.696625734, | |
"active": 22, | |
"waiting": 2, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.696714366, | |
"active": 22, | |
"waiting": 2, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.705008723, | |
"active": 22, | |
"waiting": 1, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.705563965, | |
"active": 22, | |
"waiting": 1, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.711681855, | |
"active": 22, | |
"waiting": 0, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.716314401, | |
"active": 22, | |
"waiting": 0, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.716970832, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.729536852, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.732489007, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 97 | |
}, | |
{ | |
"t": 41.903833991, | |
"active": 21, | |
"waiting": 1, | |
"inactive": 96 | |
}, | |
{ | |
"t": 41.90686244, | |
"active": 22, | |
"waiting": 0, | |
"inactive": 96 | |
}, | |
{ | |
"t": 41.907065928, | |
"active": 22, | |
"waiting": 0, | |
"inactive": 96 | |
}, | |
{ | |
"t": 41.958658406, | |
"active": 22, | |
"waiting": 1, | |
"inactive": 95 | |
}, | |
{ | |
"t": 41.973595111, | |
"active": 22, | |
"waiting": 1, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.029659931, | |
"active": 22, | |
"waiting": 1, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.031593699, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.03173046, | |
"active": 23, | |
"waiting": 0, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.055626472, | |
"active": 22, | |
"waiting": 0, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.153531226, | |
"active": 22, | |
"waiting": 0, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.207605935, | |
"active": 22, | |
"waiting": 0, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.21438149, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.214528851, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.268744629, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 95 | |
}, | |
{ | |
"t": 42.286676242, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 92 | |
}, | |
{ | |
"t": 42.312890167, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 92 | |
}, | |
{ | |
"t": 42.313841605, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 92 | |
}, | |
{ | |
"t": 42.34020817, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 91 | |
}, | |
{ | |
"t": 42.411192974, | |
"active": 20, | |
"waiting": 4, | |
"inactive": 90 | |
}, | |
{ | |
"t": 42.470574656, | |
"active": 21, | |
"waiting": 3, | |
"inactive": 90 | |
}, | |
{ | |
"t": 42.474957497, | |
"active": 21, | |
"waiting": 3, | |
"inactive": 90 | |
}, | |
{ | |
"t": 42.618841809, | |
"active": 21, | |
"waiting": 2, | |
"inactive": 90 | |
}, | |
{ | |
"t": 42.619012173, | |
"active": 21, | |
"waiting": 2, | |
"inactive": 90 | |
}, | |
{ | |
"t": 42.624346291, | |
"active": 21, | |
"waiting": 1, | |
"inactive": 90 | |
}, | |
{ | |
"t": 42.625734778, | |
"active": 21, | |
"waiting": 1, | |
"inactive": 90 | |
}, | |
{ | |
"t": 42.629970669, | |
"active": 21, | |
"waiting": 2, | |
"inactive": 89 | |
}, | |
{ | |
"t": 42.71190156, | |
"active": 21, | |
"waiting": 1, | |
"inactive": 89 | |
}, | |
{ | |
"t": 42.712052145, | |
"active": 21, | |
"waiting": 1, | |
"inactive": 89 | |
}, | |
{ | |
"t": 42.71803009, | |
"active": 21, | |
"waiting": 2, | |
"inactive": 88 | |
}, | |
{ | |
"t": 42.762342914, | |
"active": 21, | |
"waiting": 1, | |
"inactive": 88 | |
}, | |
{ | |
"t": 42.763122507, | |
"active": 21, | |
"waiting": 1, | |
"inactive": 88 | |
}, | |
{ | |
"t": 42.843629843, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 88 | |
}, | |
{ | |
"t": 42.844734962, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 88 | |
}, | |
{ | |
"t": 42.853129906, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 88 | |
}, | |
{ | |
"t": 42.92464888, | |
"active": 21, | |
"waiting": 0, | |
"inactive": 88 | |
}, | |
{ | |
"t": 43.008933189, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 88 | |
}, | |
{ | |
"t": 43.049543173, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 87 | |
}, | |
{ | |
"t": 43.22057979, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 87 | |
}, | |
{ | |
"t": 43.221421856, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 86 | |
}, | |
{ | |
"t": 43.221637561, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 86 | |
}, | |
{ | |
"t": 43.27429409, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 85 | |
}, | |
{ | |
"t": 43.287062443, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 80 | |
}, | |
{ | |
"t": 43.291047008, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 80 | |
}, | |
{ | |
"t": 43.345350382, | |
"active": 20, | |
"waiting": 6, | |
"inactive": 80 | |
}, | |
{ | |
"t": 43.347998341, | |
"active": 20, | |
"waiting": 6, | |
"inactive": 80 | |
}, | |
{ | |
"t": 43.368376353, | |
"active": 20, | |
"waiting": 5, | |
"inactive": 80 | |
}, | |
{ | |
"t": 43.372738567, | |
"active": 20, | |
"waiting": 5, | |
"inactive": 80 | |
}, | |
{ | |
"t": 43.374798084, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 77 | |
}, | |
{ | |
"t": 43.472167143, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 77 | |
}, | |
{ | |
"t": 43.542294159, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 76 | |
}, | |
{ | |
"t": 43.566517748, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 76 | |
}, | |
{ | |
"t": 43.566717061, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 75 | |
}, | |
{ | |
"t": 43.566854558, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 75 | |
}, | |
{ | |
"t": 43.679367048, | |
"active": 20, | |
"waiting": 10, | |
"inactive": 73 | |
}, | |
{ | |
"t": 43.68048647, | |
"active": 20, | |
"waiting": 10, | |
"inactive": 73 | |
}, | |
{ | |
"t": 43.770611219, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 73 | |
}, | |
{ | |
"t": 43.774982681, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 73 | |
}, | |
{ | |
"t": 43.775503126, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 73 | |
}, | |
{ | |
"t": 43.776639843, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 72 | |
}, | |
{ | |
"t": 43.777125685, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 72 | |
}, | |
{ | |
"t": 43.79277636, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 72 | |
}, | |
{ | |
"t": 43.793056845, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 72 | |
}, | |
{ | |
"t": 43.872663065, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 72 | |
}, | |
{ | |
"t": 43.898697559, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 72 | |
}, | |
{ | |
"t": 43.898862365, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 72 | |
}, | |
{ | |
"t": 43.932807338, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 70 | |
}, | |
{ | |
"t": 43.949831121, | |
"active": 20, | |
"waiting": 10, | |
"inactive": 69 | |
}, | |
{ | |
"t": 43.976116799, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 69 | |
}, | |
{ | |
"t": 43.977853828, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 69 | |
}, | |
{ | |
"t": 44.01094955, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 69 | |
}, | |
{ | |
"t": 44.011384281, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 69 | |
}, | |
{ | |
"t": 44.028006552, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 69 | |
}, | |
{ | |
"t": 44.028216418, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 69 | |
}, | |
{ | |
"t": 44.05364069, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 69 | |
}, | |
{ | |
"t": 44.098006251, | |
"active": 20, | |
"waiting": 6, | |
"inactive": 69 | |
}, | |
{ | |
"t": 44.104825732, | |
"active": 20, | |
"waiting": 6, | |
"inactive": 69 | |
}, | |
{ | |
"t": 44.11647091, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.17759604, | |
"active": 20, | |
"waiting": 9, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.241429939, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.241769879, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.315997003, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.425149223, | |
"active": 20, | |
"waiting": 8, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.542274195, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.546695399, | |
"active": 20, | |
"waiting": 7, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.55134741, | |
"active": 20, | |
"waiting": 6, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.555532391, | |
"active": 20, | |
"waiting": 6, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.555546842, | |
"active": 20, | |
"waiting": 6, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.564127854, | |
"active": 20, | |
"waiting": 6, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.564270407, | |
"active": 20, | |
"waiting": 5, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.56447598, | |
"active": 20, | |
"waiting": 5, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.683844339, | |
"active": 20, | |
"waiting": 5, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.749041277, | |
"active": 20, | |
"waiting": 4, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.749467748, | |
"active": 20, | |
"waiting": 4, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.966570505, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.967367008, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 66 | |
}, | |
{ | |
"t": 44.997034934, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 65 | |
}, | |
{ | |
"t": 44.997499382, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 65 | |
}, | |
{ | |
"t": 45.135190208, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 65 | |
}, | |
{ | |
"t": 45.135879954, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 65 | |
}, | |
{ | |
"t": 45.27659235, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 65 | |
}, | |
{ | |
"t": 45.277228095, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 65 | |
}, | |
{ | |
"t": 45.421045877, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 64 | |
}, | |
{ | |
"t": 45.439206852, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 64 | |
}, | |
{ | |
"t": 45.448451923, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 63 | |
}, | |
{ | |
"t": 45.501170252, | |
"active": 20, | |
"waiting": 4, | |
"inactive": 62 | |
}, | |
{ | |
"t": 45.523197546, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 62 | |
}, | |
{ | |
"t": 45.523675361, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 62 | |
}, | |
{ | |
"t": 45.614296209, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 62 | |
}, | |
{ | |
"t": 45.61450328, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 61 | |
}, | |
{ | |
"t": 45.618849287, | |
"active": 20, | |
"waiting": 3, | |
"inactive": 61 | |
}, | |
{ | |
"t": 45.80494242, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 61 | |
}, | |
{ | |
"t": 45.805844945, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 61 | |
}, | |
{ | |
"t": 45.894383929, | |
"active": 20, | |
"waiting": 2, | |
"inactive": 61 | |
}, | |
{ | |
"t": 45.982989171, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 61 | |
}, | |
{ | |
"t": 45.983328675, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 61 | |
}, | |
{ | |
"t": 46.02530764, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 61 | |
}, | |
{ | |
"t": 46.159079196, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 61 | |
}, | |
{ | |
"t": 46.179449232, | |
"active": 20, | |
"waiting": 1, | |
"inactive": 61 | |
}, | |
{ | |
"t": 46.247242188, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 61 | |
}, | |
{ | |
"t": 46.247547739, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 61 | |
}, | |
{ | |
"t": 46.253809428, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 61 | |
}, | |
{ | |
"t": 46.254160652, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 60 | |
}, | |
{ | |
"t": 46.255452772, | |
"active": 20, | |
"waiting": 0, | |
"inactive": 60 | |
}, | |
{ | |
"t": 46.332901112, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 60 | |
}, | |
{ | |
"t": 46.364932387, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 60 | |
}, | |
{ | |
"t": 46.36539043, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 59 | |
}, | |
{ | |
"t": 46.365845532, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 59 | |
}, | |
{ | |
"t": 46.432732364, | |
"active": 19, | |
"waiting": 0, | |
"inactive": 59 | |
}, | |
{ | |
"t": 46.433161077, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 59 | |
}, | |
{ | |
"t": 46.697378551, | |
"active": 18, | |
"waiting": 1, | |
"inactive": 58 | |
}, | |
{ | |
"t": 46.717871342, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 57 | |
}, | |
{ | |
"t": 47.217990254, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 57 | |
}, | |
{ | |
"t": 47.273544035, | |
"active": 18, | |
"waiting": 5, | |
"inactive": 54 | |
}, | |
{ | |
"t": 47.287400484, | |
"active": 18, | |
"waiting": 4, | |
"inactive": 54 | |
}, | |
{ | |
"t": 47.287977931, | |
"active": 18, | |
"waiting": 4, | |
"inactive": 54 | |
}, | |
{ | |
"t": 47.360225875, | |
"active": 18, | |
"waiting": 3, | |
"inactive": 54 | |
}, | |
{ | |
"t": 47.3606649, | |
"active": 18, | |
"waiting": 3, | |
"inactive": 54 | |
}, | |
{ | |
"t": 47.462221567, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 54 | |
}, | |
{ | |
"t": 47.462374866, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 54 | |
}, | |
{ | |
"t": 47.488016346, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 54 | |
}, | |
{ | |
"t": 47.488410366, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 53 | |
}, | |
{ | |
"t": 47.488640534, | |
"active": 18, | |
"waiting": 2, | |
"inactive": 53 | |
}, | |
{ | |
"t": 47.499700523, | |
"active": 18, | |
"waiting": 1, | |
"inactive": 53 | |
}, | |
{ | |
"t": 47.49991438, | |
"active": 18, | |
"waiting": 1, | |
"inactive": 53 | |
}, | |
{ | |
"t": 47.584761137, | |
"active": 18, | |
"waiting": 1, | |
"inactive": 53 | |
}, | |
{ | |
"t": 47.595075298, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 53 | |
}, | |
{ | |
"t": 47.595175972, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 53 | |
}, | |
{ | |
"t": 47.838388144, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 53 | |
}, | |
{ | |
"t": 47.931516572, | |
"active": 18, | |
"waiting": 0, | |
"inactive": 53 | |
}, | |
{ | |
"t": 48.415857789, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 53 | |
}, | |
{ | |
"t": 48.638058758, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 53 | |
}, | |
{ | |
"t": 48.638362762, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 48.63895978, | |
"active": 17, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 48.872943562, | |
"active": 16, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 49.013655102, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 49.154570321, | |
"active": 15, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 49.198140937, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 49.254347456, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 49.264737075, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 49.316964323, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 49.318874885, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 52 | |
}, | |
{ | |
"t": 49.383195562, | |
"active": 13, | |
"waiting": 2, | |
"inactive": 50 | |
}, | |
{ | |
"t": 49.394287664, | |
"active": 13, | |
"waiting": 1, | |
"inactive": 50 | |
}, | |
{ | |
"t": 49.394464009000004, | |
"active": 13, | |
"waiting": 1, | |
"inactive": 50 | |
}, | |
{ | |
"t": 49.581015818, | |
"active": 13, | |
"waiting": 2, | |
"inactive": 49 | |
}, | |
{ | |
"t": 49.594380901, | |
"active": 13, | |
"waiting": 1, | |
"inactive": 49 | |
}, | |
{ | |
"t": 49.594600655, | |
"active": 13, | |
"waiting": 1, | |
"inactive": 49 | |
}, | |
{ | |
"t": 49.690247049999996, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 49 | |
}, | |
{ | |
"t": 49.690373363, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 49 | |
}, | |
{ | |
"t": 49.760707617, | |
"active": 13, | |
"waiting": 1, | |
"inactive": 48 | |
}, | |
{ | |
"t": 49.885467533, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 48 | |
}, | |
{ | |
"t": 49.886077106, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 48 | |
}, | |
{ | |
"t": 49.906746705, | |
"active": 14, | |
"waiting": 0, | |
"inactive": 48 | |
}, | |
{ | |
"t": 50.032270263, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 48 | |
}, | |
{ | |
"t": 50.098331481, | |
"active": 13, | |
"waiting": 0, | |
"inactive": 48 | |
}, | |
{ | |
"t": 50.13070853, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 48 | |
}, | |
{ | |
"t": 50.195164919, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 48 | |
}, | |
{ | |
"t": 50.252510982, | |
"active": 12, | |
"waiting": 1, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.354549872, | |
"active": 12, | |
"waiting": 1, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.461026732, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.46164282, | |
"active": 12, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.546222183, | |
"active": 11, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.579090679, | |
"active": 11, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.703030956, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.789397518, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.878902836, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987091341, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987228917, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.9872645, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987279749, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.98729341, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.98730793, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987320544, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987333625, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987345709, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987360102, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987373573, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987385836, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987399426, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987412491, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987425632, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987437742, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.98745189, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987462928, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987474905, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987486864, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987500199, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987513435, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.98752696, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987539847, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987553369, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987566641, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987579862, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987593144, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987606357, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987619705, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987631881, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987642928, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987654827, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.98766807, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987680964, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987691982, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987704451, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987716688, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987729863, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.98774338, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987755818, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987769384, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.98778087, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987791968, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987803905, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987815869, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 50.987825833, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 51.089532021, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 51.462976778, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 51.722273928, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 52.22286501, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 52.491746377, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 52.991960297, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 53.285448254, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 53.566850535, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 54.067102987, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 54.567332116, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 54.761212393, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 55.261989966, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 55.762214629, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 56.262435285, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 56.762661543, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 57.262875496, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 57.763091344, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 58.263305656, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 47 | |
}, | |
{ | |
"t": 58.29178933, | |
"active": 5, | |
"waiting": 2, | |
"inactive": 45 | |
}, | |
{ | |
"t": 58.338224787, | |
"active": 6, | |
"waiting": 1, | |
"inactive": 45 | |
}, | |
{ | |
"t": 58.338905427, | |
"active": 6, | |
"waiting": 1, | |
"inactive": 45 | |
}, | |
{ | |
"t": 58.379403145, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 45 | |
}, | |
{ | |
"t": 58.379647218, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 45 | |
}, | |
{ | |
"t": 58.879739378, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 45 | |
}, | |
{ | |
"t": 58.913536636, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 45 | |
}, | |
{ | |
"t": 58.913784657, | |
"active": 7, | |
"waiting": 1, | |
"inactive": 43 | |
}, | |
{ | |
"t": 58.916235119, | |
"active": 7, | |
"waiting": 1, | |
"inactive": 43 | |
}, | |
{ | |
"t": 59.049115315, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.130151809, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.13051791, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.220179376, | |
"active": 8, | |
"waiting": 3, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.220430913, | |
"active": 8, | |
"waiting": 3, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.343083093, | |
"active": 8, | |
"waiting": 3, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.363932208, | |
"active": 9, | |
"waiting": 2, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.364755615, | |
"active": 9, | |
"waiting": 2, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.459345671, | |
"active": 10, | |
"waiting": 1, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.459808655, | |
"active": 10, | |
"waiting": 1, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.551590318, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.551745495, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.610585045, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.628910326, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 39 | |
}, | |
{ | |
"t": 59.628952106, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 39 | |
}, | |
{ | |
"t": 60.000540476, | |
"active": 10, | |
"waiting": 1, | |
"inactive": 38 | |
}, | |
{ | |
"t": 60.043260658, | |
"active": 10, | |
"waiting": 1, | |
"inactive": 38 | |
}, | |
{ | |
"t": 60.045359687, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 38 | |
}, | |
{ | |
"t": 60.045975474, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 38 | |
}, | |
{ | |
"t": 60.137216683, | |
"active": 10, | |
"waiting": 1, | |
"inactive": 37 | |
}, | |
{ | |
"t": 60.159166524, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 37 | |
}, | |
{ | |
"t": 60.160003906, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 37 | |
}, | |
{ | |
"t": 60.487430098, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 37 | |
}, | |
{ | |
"t": 60.764128261, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 37 | |
}, | |
{ | |
"t": 60.896990635, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 37 | |
}, | |
{ | |
"t": 61.084426346, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 37 | |
}, | |
{ | |
"t": 61.084562162, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 37 | |
}, | |
{ | |
"t": 61.25615487, | |
"active": 8, | |
"waiting": 3, | |
"inactive": 34 | |
}, | |
{ | |
"t": 61.500352836, | |
"active": 8, | |
"waiting": 5, | |
"inactive": 32 | |
}, | |
{ | |
"t": 61.721885103, | |
"active": 8, | |
"waiting": 4, | |
"inactive": 32 | |
}, | |
{ | |
"t": 61.722257386, | |
"active": 8, | |
"waiting": 4, | |
"inactive": 32 | |
}, | |
{ | |
"t": 61.960003612, | |
"active": 8, | |
"waiting": 3, | |
"inactive": 32 | |
}, | |
{ | |
"t": 61.960167091, | |
"active": 8, | |
"waiting": 3, | |
"inactive": 32 | |
}, | |
{ | |
"t": 61.98649025, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 32 | |
}, | |
{ | |
"t": 61.987041063, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 32 | |
}, | |
{ | |
"t": 62.043836953, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 32 | |
}, | |
{ | |
"t": 62.04395633, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 32 | |
}, | |
{ | |
"t": 62.544056929999996, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 32 | |
}, | |
{ | |
"t": 62.730726204, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 32 | |
}, | |
{ | |
"t": 62.837922417, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 32 | |
}, | |
{ | |
"t": 62.83879327, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 32 | |
}, | |
{ | |
"t": 62.960544361, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 32 | |
}, | |
{ | |
"t": 63.17766887, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 31 | |
}, | |
{ | |
"t": 63.239194789, | |
"active": 9, | |
"waiting": 2, | |
"inactive": 30 | |
}, | |
{ | |
"t": 63.288691152, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 30 | |
}, | |
{ | |
"t": 63.288808263, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 30 | |
}, | |
{ | |
"t": 63.788962608, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 30 | |
}, | |
{ | |
"t": 63.819256302, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 30 | |
}, | |
{ | |
"t": 63.820073245, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 30 | |
}, | |
{ | |
"t": 64.320192764, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 30 | |
}, | |
{ | |
"t": 64.450189277, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 29 | |
}, | |
{ | |
"t": 64.834758416, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 64.835037863, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 65.189593303, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 65.689885612, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 65.794396774, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 66.295542676, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 66.351626697, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 66.851767662, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 67.352041529, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 67.852285138, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 68.084514998, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 68.584746331, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 69.084983405, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 69.585236778, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 69.717174361, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 70.217408306, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 70.717653311, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 71.217923743, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 71.718160458, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 72.218400942, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 72.718641746, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 73.218886655, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 73.719136595, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 29 | |
}, | |
{ | |
"t": 74.011966091, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 24 | |
}, | |
{ | |
"t": 74.512213396, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 24 | |
}, | |
{ | |
"t": 75.012455137, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 24 | |
}, | |
{ | |
"t": 75.512701987, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 24 | |
}, | |
{ | |
"t": 76.012939869, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 24 | |
}, | |
{ | |
"t": 76.513189035, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 24 | |
}, | |
{ | |
"t": 77.013422924, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 24 | |
}, | |
{ | |
"t": 77.147866339, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 24 | |
}, | |
{ | |
"t": 77.148371682, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 24 | |
}, | |
{ | |
"t": 77.585689647, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 23 | |
}, | |
{ | |
"t": 78.085984617, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 23 | |
}, | |
{ | |
"t": 78.491151024, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 23 | |
}, | |
{ | |
"t": 78.491708636, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 23 | |
}, | |
{ | |
"t": 78.991824473, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 23 | |
}, | |
{ | |
"t": 79.492130903, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 23 | |
}, | |
{ | |
"t": 79.992370304, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 23 | |
}, | |
{ | |
"t": 80.222881954, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 22 | |
}, | |
{ | |
"t": 80.520618175, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 22 | |
}, | |
{ | |
"t": 80.521016058, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 21 | |
}, | |
{ | |
"t": 80.533885089, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 21 | |
}, | |
{ | |
"t": 81.033998035, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 21 | |
}, | |
{ | |
"t": 81.337485733, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 21 | |
}, | |
{ | |
"t": 81.338217072, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 21 | |
}, | |
{ | |
"t": 81.838324017, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 21 | |
}, | |
{ | |
"t": 82.338620774, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 21 | |
}, | |
{ | |
"t": 82.838860646, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 21 | |
}, | |
{ | |
"t": 83.339112094, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 21 | |
}, | |
{ | |
"t": 83.492439661, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 83.992687077, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 84.492944348, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 84.993188983, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 85.493438084, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 85.993676477, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 86.493936706, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 86.994174744, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 87.494409813, | |
"active": 7, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 87.807848744, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 87.807972611, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 88.308164549, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 88.808463467, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 89.308711731, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 89.445905837, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 89.946131723, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 90.446366679, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 90.946593359, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 91.079683825, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 91.579923393, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 92.080170829, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 92.580426481, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 93.08066808, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 93.580922014, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 94.081170664, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 94.58141269, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 94.952394016, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 94.952498262, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 95.43446496, | |
"active": 7, | |
"waiting": 4, | |
"inactive": 19 | |
}, | |
{ | |
"t": 95.826534333, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 95.826800304, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 96.326976193, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 96.827266191, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 97.305396499, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 97.80563577, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 98.305901655, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 98.806140533, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 99.30637344, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 99.806878615, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 100.307121467, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 19 | |
}, | |
{ | |
"t": 100.468759362, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 19 | |
}, | |
{ | |
"t": 100.469018074, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 19 | |
}, | |
{ | |
"t": 100.969132506, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 19 | |
}, | |
{ | |
"t": 101.005626873, | |
"active": 8, | |
"waiting": 3, | |
"inactive": 18 | |
}, | |
{ | |
"t": 101.299383405, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 18 | |
}, | |
{ | |
"t": 101.299546826, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 18 | |
}, | |
{ | |
"t": 101.799733284, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 18 | |
}, | |
{ | |
"t": 101.831387868, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 18 | |
}, | |
{ | |
"t": 101.831551255, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 18 | |
}, | |
{ | |
"t": 102.331667742, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 18 | |
}, | |
{ | |
"t": 102.831970135, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 18 | |
}, | |
{ | |
"t": 103.250113129, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 17 | |
}, | |
{ | |
"t": 103.750334987, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 17 | |
}, | |
{ | |
"t": 104.250578394, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 17 | |
}, | |
{ | |
"t": 104.751052492, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 17 | |
}, | |
{ | |
"t": 105.251299017, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 17 | |
}, | |
{ | |
"t": 105.751549773, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 17 | |
}, | |
{ | |
"t": 105.892397921, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 17 | |
}, | |
{ | |
"t": 105.892978812, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 17 | |
}, | |
{ | |
"t": 106.393087932, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 17 | |
}, | |
{ | |
"t": 106.893387147, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 17 | |
}, | |
{ | |
"t": 107.176070335, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 17 | |
}, | |
{ | |
"t": 107.676311741, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 17 | |
}, | |
{ | |
"t": 108.17655574, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 17 | |
}, | |
{ | |
"t": 108.295474529, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 108.295822123, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 108.721925905, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 109.222190736, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 109.722420564, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 110.127823874, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 110.628064976, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 110.989739829, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 110.989887335, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 111.489999948, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 111.990228036, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 112.490462437, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 112.990700417, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 113.490929289, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 113.921791185, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 113.964830344, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 114.138943567, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 114.639205174, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 115.139426423, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 115.194521009, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 115.194563558, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 115.650572829, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 14 | |
}, | |
{ | |
"t": 116.150782789, | |
"active": 7, | |
"waiting": 3, | |
"inactive": 14 | |
}, | |
{ | |
"t": 116.545719761, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 14 | |
}, | |
{ | |
"t": 116.546158558, | |
"active": 8, | |
"waiting": 2, | |
"inactive": 14 | |
}, | |
{ | |
"t": 116.961692985, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 14 | |
}, | |
{ | |
"t": 116.962075092, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 14 | |
}, | |
{ | |
"t": 117.46218316, | |
"active": 9, | |
"waiting": 1, | |
"inactive": 14 | |
}, | |
{ | |
"t": 117.534615077, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 117.539285701, | |
"active": 10, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 117.687568923, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 117.709764069, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 118.012361916, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 118.490750488, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 118.595673319, | |
"active": 8, | |
"waiting": 1, | |
"inactive": 13 | |
}, | |
{ | |
"t": 118.789181153, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 118.789331285, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 119.289428415, | |
"active": 9, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 119.611199219, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 120.112029883, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 120.612273923, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 120.715863374, | |
"active": 8, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 121.188577314, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 121.217629013, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 121.694182481, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 122.084104611, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 122.084236566, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 122.118323094, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 122.301238405, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 122.544406537, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 122.997108404, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 122.997375473, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 123.014976643, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 123.03611864, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 123.08760892, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 123.104750682, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 123.160536286, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 123.660626123, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 124.160805129, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 124.661023683, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 125.161252785, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 125.411917098, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 125.912186379, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 126.412446629, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 126.913088607, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 127.413361621, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 127.913547761, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 128.413740106, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 128.913916471, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 129.414118763, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 129.914329358, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 130.414523229, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 130.914720864, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 131.414916087, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 131.915117032, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 132.415284188, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 132.915501396, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 133.415699233, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 133.915872415, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 134.416084998, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 134.916292598, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 135.416495764, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 135.916709154, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 136.416923619, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 136.917124643, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 137.417327248, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 137.44132691, | |
"active": 3, | |
"waiting": 2, | |
"inactive": 11 | |
}, | |
{ | |
"t": 137.464383997, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 11 | |
}, | |
{ | |
"t": 137.464634308, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 11 | |
}, | |
{ | |
"t": 137.51182033, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 11 | |
}, | |
{ | |
"t": 137.512273049, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 11 | |
}, | |
{ | |
"t": 138.012370002, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 11 | |
}, | |
{ | |
"t": 138.512596115, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 11 | |
}, | |
{ | |
"t": 138.925760812, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 11 | |
}, | |
{ | |
"t": 139.073484535, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 11 | |
}, | |
{ | |
"t": 139.573928525, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 11 | |
}, | |
{ | |
"t": 140.074254946, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 11 | |
}, | |
{ | |
"t": 140.49328162, | |
"active": 4, | |
"waiting": 2, | |
"inactive": 9 | |
}, | |
{ | |
"t": 140.493863976, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 9 | |
}, | |
{ | |
"t": 140.493995005, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 9 | |
}, | |
{ | |
"t": 140.494116357, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 9 | |
}, | |
{ | |
"t": 140.796809098, | |
"active": 6, | |
"waiting": 1, | |
"inactive": 8 | |
}, | |
{ | |
"t": 140.797324906, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 140.797581302, | |
"active": 7, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 140.820201778, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 141.320344474, | |
"active": 6, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 141.765907139, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 142.266128923, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 142.766366795, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 143.211435243, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 143.711719948, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 144.211943958, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 144.516197817, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 145.016523958, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 145.517243591, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 146.017524393, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 146.131459353, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 146.631664513, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 147.13188, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 147.632098974, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 148.132300862, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 148.632538757, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 149.132752857, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 149.632949841, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 150.133160452, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 150.290282226, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 150.290523528, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 6 | |
}, | |
{ | |
"t": 150.291006298, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 6 | |
}, | |
{ | |
"t": 150.308047071, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 150.310511574, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 150.340366245, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 150.840477549, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 151.340672597, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 151.840876576, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 151.848789178, | |
"active": 5, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 151.848892521, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 152.08369067, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 152.584014843, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 153.084204841, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 6 | |
}, | |
{ | |
"t": 153.413820991, | |
"active": 3, | |
"waiting": 1, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.49475244, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.495104661, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.995198949, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.278492156, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.778797848, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.909658177, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.273494264, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 4 | |
}, | |
{ | |
"t": 155.273799456, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 155.274191808, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 155.410154146, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 155.910978489, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 156.411282674, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 156.911944933, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 157.412610967, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 157.913281097, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 158.413944342, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 158.914611106, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 159.415276124, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 159.915939636, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 160.41659704, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 160.917265865, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 161.417556944, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 161.918141731, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 162.418781884, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 162.91905571, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 163.419251489, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 163.919776598, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 164.420372801, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 164.920659338, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 165.42084083, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 165.921050428, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 166.421645433, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 166.922329684, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 167.422978226, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 167.923266232, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 168.423915095, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 168.924572362, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 169.425228549, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 169.925873225, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 170.42652172, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 170.927170158, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 171.427815633, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 171.928471935, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 172.428762862, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 172.46394028, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 172.464164669, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 172.464175945, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 172.464332603, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 172.527835795, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 172.536355483, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 173.03735957, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 173.538011879, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 174.038639802, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 174.539299968, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 175.039968848, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 175.540631494, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 176.041293337, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 176.541961668, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 177.042628561, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 177.543299541, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 178.043964573, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 178.544627849, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 179.045289021, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 179.545957839, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 180.046621994, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 180.547281531, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 181.047946498, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 181.548597955, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 182.049259015, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 182.549918518, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 183.05058264, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 183.551246079, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 184.051907863, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 184.552566314, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 185.05322439, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 185.553885021, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 186.054543142, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 186.55519644, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 187.055857238, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 187.556518194, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 188.057178382, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 188.557842572, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 189.058502723, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 189.559170441, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 190.059836845, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 190.560497374, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 191.061170021, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 191.561834133, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 192.062494399, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 192.563155763, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 193.063814889, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 193.564480123, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 194.065151066, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 194.565811288, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 195.066474458, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 195.567126888, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 196.067773159, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 196.568445099, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 197.069096911, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 197.569750056, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 198.070406741, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 198.571057353, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 199.071698787, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 199.572348056, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 200.072983188, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 200.573631653, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 201.074312419, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 201.574961755, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 202.075618375, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 202.576274861, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 203.076918377, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 203.577564048, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 204.078239625, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 204.578887422, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 205.079532644, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 205.580182443, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 206.080833953, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 206.581485438, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 207.082140964, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 207.582797963, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 208.083450474, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 208.584094125, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 209.08474828, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 209.585402903, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 210.086049247, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 210.586698196, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 211.087346637, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 211.587984186, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 212.088632888, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 212.589283383, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 213.089939606, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 213.590593278, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 214.091249686, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 214.591900966, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 215.092558403, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 215.593213554, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 216.093867178, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 216.594523152, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 217.095172716, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 217.595826626, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 218.096482749, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 218.59713688, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 219.097788646, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 219.598443983, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 220.099093503, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 220.599746058, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 221.100402357, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 221.601051612, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 222.101703342, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 222.602379952, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 223.103032397, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 223.603677386, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 224.104328776, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 224.604980233, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 225.105621976, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 225.606304695, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 226.106955318, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 226.607609869, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 227.108264202, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 227.60891722, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 228.10957186, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 228.610267324, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 228.945468491, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 228.945904413, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 228.94616407, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 229.446649736, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 229.947401648, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 230.448077674, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 230.948756228, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 231.172799475, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 1 | |
}, | |
{ | |
"t": 231.173126966, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 231.173460347, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 231.673944109, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 232.174714286, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 232.675397352, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 233.175710782, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 233.479455571, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 233.979737172, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 234.479967188, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 234.980194706, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 235.480429185, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 235.980667409, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 236.48090093, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 236.788848026, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 237.289123499, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 237.789347449, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 238.289572792, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 238.789818923, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 239.290030865, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 239.790235274, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 239.982146842, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 240.482751795, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 240.983376974, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 241.484041214, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 241.98470552, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 242.485375527, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 242.986045273, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 243.486708645, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 243.987368052, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 244.488028429, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 244.988691135, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 245.489353917, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 245.990014008, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 246.490683129, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 246.991353628, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 247.492021305, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 247.992687435, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 248.493347496, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 248.99402375, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 249.494682008, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 249.995348472, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 250.496012625, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 250.996686329, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 251.497353499, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 251.998020577, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 252.498682824, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 252.999341736, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 253.500005395, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 254.000671565, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 254.501318333, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 255.001982276, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 255.502632822, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 256.003308904, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 256.503965248, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 257.004614616, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 257.505271937, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 258.005925956, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 258.506578988, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 259.00723334, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 259.507889793, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 260.008541915, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 260.50919759, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 261.009850703, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 261.510502114, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 262.011158937, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 262.511814738, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 263.012470944, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 263.513127689, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 264.013788038, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 264.514445952, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 265.015091053, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 265.515743018, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 266.016395247, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 266.517049854, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 267.017702565, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 267.518378267, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 268.019088071, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 268.51974399, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 269.020398243, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 269.521049272, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 270.021703299, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 270.522383393, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 271.023054579, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 271.523700773, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 272.024352325, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 272.524996282, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 273.025654968, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 273.526341329, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 274.026995507, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 274.527647562, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 275.028308216, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 275.528966753, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 276.029621084, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 276.530276473, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 277.030923095, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 277.531575919, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 278.032231463, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 278.532884078, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 279.033532708, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 279.534219418, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 280.034872338, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 280.535526853, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 281.036180078, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 281.536829792, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 282.037478551, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 282.538138567, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 283.038790749, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 283.539443114, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 284.039732664, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 284.540400653, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 285.041057593, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 285.541738739, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 286.042397099, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 286.543055443, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 287.043700343, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 287.544350777, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 288.045001229, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 288.545651795, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 289.04633168, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 289.546986017, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 290.047631061, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 290.548285766, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 291.048936751, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 291.549586221, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 292.050272861, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 292.550926511, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 293.051579079, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 293.552220347, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 294.052872828, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 294.553527548, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 295.054219245, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 295.554875142, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 296.055529632, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 296.556181827, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 297.056826734, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 297.557473932, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 298.058141023, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 298.558790142, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 299.059448064, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 299.560096541, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 300.060748744, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 300.561395742, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 301.062054159, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 301.562703122, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 302.063375234, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 302.564022929, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 303.064676483, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 303.565316066, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 304.065962939, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 304.566601943, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 305.06725331, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 305.567903147, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 306.068557116, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 306.56920666, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 307.069859362, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 307.57051041, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 308.071155717, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 308.571809148, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 309.072459641, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 309.573104591, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 310.073758758, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 310.574412425, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 311.07506733, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 311.575719003, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 312.076365564, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 312.577018763, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 313.077662134, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 313.57834955, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 314.078999397, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 314.579650315, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 315.080301377, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 315.580958518, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 316.081607939, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 316.582293769, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 317.082944872, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 317.5835989, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 318.084241271, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 318.584892524, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 319.085541597, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 319.586225842, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 320.086869976, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 320.587518427, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 321.088167762, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 321.588808496, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 322.089451268, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 322.590097703, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 323.09074274, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 323.59139363, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 324.092043497, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 324.592692975, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 325.093347045, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 325.593997603, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 326.09464541, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 326.595299025, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 327.095954259, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 327.59659526, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 328.097247014, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 328.597923409, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 329.09819827, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 329.598406666, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 330.098607986, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 330.598817589, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 331.099023229, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 331.599265601, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 332.099837353, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 332.600046103, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 333.100252794, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 333.600458084, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 334.101026767, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 334.601213128, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 335.101413522, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 335.601977631, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 336.102162858, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 336.602357122, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 337.10254597, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 337.602751283, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 338.102932716, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 338.603137267, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 339.103310114, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 339.603878101, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 340.104124117, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 340.604666403, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 341.104892851, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 341.605091057, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 342.105302296, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 342.605503095, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 343.105732292, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 343.605946988, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 344.106507246, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 344.607087572, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 345.107337732, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 345.608059437, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 346.108713894, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 346.609366736, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 347.110015098, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 347.610669603, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 348.111322546, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 348.611979428, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 349.112632526, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 349.613291294, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 350.113946598, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 350.614601271, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 351.115261402, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 351.615917596, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 351.75832155, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 351.758675858, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 352.259166787, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 352.759919491, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 353.260583061, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 353.761225166, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 354.261885995, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 354.762549182, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 355.263210561, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 355.763866399, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 356.264534352, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 356.76521291, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 357.26586458, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 357.766526961, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 358.267185784, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 358.767854595, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 359.268525778, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 359.769200585, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 360.269869338, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 360.770186874, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 361.270847902, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 361.771152123, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 362.271812398, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 362.772475501, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 363.273140438, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 363.773795065, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 364.274462208, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 364.775129436, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 365.275788583, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 365.77645191, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 366.277111279, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 366.777784615, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 367.278449179, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 367.779116438, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 368.279775834, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 368.780431942, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 369.281095736, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 369.781761742, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 370.282059641, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 370.782721275, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 371.283379899, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 371.784059596, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 372.284722905, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 372.785386341, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 373.286041907, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 373.786701309, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 374.2873608, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 374.788024801, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 375.28868178, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 375.789350695, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 376.290014058, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 376.790670421, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 377.291333751, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 377.792000363, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 378.292658056, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 378.792933946, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 379.293542704, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 379.794136542, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 380.294729554, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 380.795321995, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 381.295927849, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 381.469368148, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 381.469732555, | |
"active": 0, | |
"waiting": 0, | |
"inactive": 0 | |
} | |
]; | |
const CPU_USAGE = [ | |
[ | |
1.344239783, | |
3.568161024702647 | |
], | |
[ | |
1.448984341, | |
60.3448275862069 | |
], | |
[ | |
1.557245006, | |
95.97315436241611 | |
], | |
[ | |
1.661298977, | |
96.90721649484536 | |
], | |
[ | |
1.8027952310000002, | |
96.76616915422886 | |
], | |
[ | |
1.929994575, | |
98.32402234636872 | |
], | |
[ | |
2.035088669, | |
97.59450171821305 | |
], | |
[ | |
2.189889084, | |
96.76674364896074 | |
], | |
[ | |
2.2951209009999998, | |
96.55172413793103 | |
], | |
[ | |
2.414141189, | |
96.69669669669669 | |
], | |
[ | |
2.515486601, | |
95.71428571428571 | |
], | |
[ | |
2.618896256, | |
96.21993127147766 | |
], | |
[ | |
2.723015418, | |
96.89655172413794 | |
], | |
[ | |
2.823396406, | |
96.75090252707581 | |
], | |
[ | |
2.937559616, | |
95.83333333333333 | |
], | |
[ | |
3.038305369, | |
96.89655172413794 | |
], | |
[ | |
3.15196305, | |
98.3974358974359 | |
], | |
[ | |
3.258136632, | |
96.66666666666667 | |
], | |
[ | |
3.384479195, | |
98.27089337175792 | |
], | |
[ | |
3.484952905, | |
96.7741935483871 | |
], | |
[ | |
3.615378758, | |
98.1029810298103 | |
], | |
[ | |
3.718194562, | |
97.2318339100346 | |
], | |
[ | |
3.822025091, | |
97.26027397260275 | |
], | |
[ | |
3.939276027, | |
96.90402476780186 | |
], | |
[ | |
4.047268712, | |
97.67441860465117 | |
], | |
[ | |
4.147492081, | |
97.4820143884892 | |
], | |
[ | |
4.258586647, | |
97.76357827476038 | |
], | |
[ | |
4.3586832, | |
98.92086330935251 | |
], | |
[ | |
4.492405443, | |
96.21621621621621 | |
], | |
[ | |
4.622196326, | |
98.91891891891892 | |
], | |
[ | |
4.7270486510000005, | |
97.93814432989691 | |
], | |
[ | |
4.854515568, | |
98.8857938718663 | |
], | |
[ | |
4.960471597, | |
98.63013698630137 | |
], | |
[ | |
5.074649224, | |
99.38271604938272 | |
], | |
[ | |
5.180232615, | |
98.96193771626298 | |
], | |
[ | |
5.285590515, | |
98.28767123287672 | |
], | |
[ | |
5.386006348, | |
99.65635738831615 | |
], | |
[ | |
5.501845475, | |
99.07120743034056 | |
], | |
[ | |
5.666716014, | |
98.68995633187772 | |
], | |
[ | |
5.792939304, | |
98.84726224783861 | |
], | |
[ | |
5.908271522, | |
98.76543209876543 | |
], | |
[ | |
6.029916976, | |
98.55491329479769 | |
], | |
[ | |
6.131656874, | |
98.57142857142857 | |
], | |
[ | |
6.254443909, | |
98.84057971014492 | |
], | |
[ | |
6.375151996, | |
99.10179640718563 | |
], | |
[ | |
6.505142309, | |
98.32869080779945 | |
], | |
[ | |
6.613656067, | |
99.66777408637874 | |
], | |
[ | |
6.71647707, | |
99.31506849315069 | |
], | |
[ | |
6.838002407, | |
99.13294797687861 | |
], | |
[ | |
6.961902469, | |
100.0 | |
], | |
[ | |
7.167612676, | |
99.47552447552448 | |
], | |
[ | |
7.282526652, | |
99.38271604938272 | |
], | |
[ | |
7.41792416, | |
99.73753280839895 | |
], | |
[ | |
7.546619131, | |
100.0 | |
], | |
[ | |
7.682879456, | |
99.73684210526316 | |
], | |
[ | |
7.803297736, | |
99.70238095238095 | |
], | |
[ | |
7.934546703, | |
98.64864864864865 | |
], | |
[ | |
8.083982738, | |
99.7584541062802 | |
], | |
[ | |
8.23531742, | |
99.52941176470588 | |
], | |
[ | |
8.41830815, | |
99.80544747081711 | |
], | |
[ | |
8.550880506, | |
99.7289972899729 | |
], | |
[ | |
8.773995444, | |
99.52305246422894 | |
], | |
[ | |
8.904782689, | |
98.87640449438203 | |
], | |
[ | |
9.051825439, | |
99.03381642512078 | |
], | |
[ | |
9.320421998, | |
98.93333333333334 | |
], | |
[ | |
9.49883236, | |
99.20792079207921 | |
], | |
[ | |
9.678875657, | |
99.20477137176938 | |
], | |
[ | |
9.813426049, | |
98.91304347826087 | |
], | |
[ | |
9.946729194, | |
99.47643979057591 | |
], | |
[ | |
10.075783928, | |
99.15966386554622 | |
], | |
[ | |
10.229831629, | |
99.08466819221968 | |
], | |
[ | |
10.338599004, | |
99.33774834437087 | |
], | |
[ | |
10.456655712, | |
99.69040247678018 | |
], | |
[ | |
10.568825423, | |
99.04458598726114 | |
], | |
[ | |
10.749134075, | |
99.80119284294234 | |
], | |
[ | |
10.850268313, | |
98.96907216494846 | |
], | |
[ | |
11.014249264, | |
99.56427015250544 | |
], | |
[ | |
11.133223526, | |
98.76923076923077 | |
], | |
[ | |
11.233368754, | |
99.6415770609319 | |
], | |
[ | |
11.340803629, | |
99.33333333333333 | |
], | |
[ | |
11.452120175, | |
99.04458598726114 | |
], | |
[ | |
11.557514554, | |
98.62542955326461 | |
], | |
[ | |
11.67857855, | |
100.0 | |
], | |
[ | |
11.800161343, | |
99.70149253731343 | |
], | |
[ | |
11.929432564, | |
98.88268156424581 | |
], | |
[ | |
12.038187725, | |
98.71794871794872 | |
], | |
[ | |
12.193095698, | |
99.29411764705883 | |
], | |
[ | |
12.301992159, | |
99.35897435897436 | |
], | |
[ | |
12.416722717, | |
99.36507936507937 | |
], | |
[ | |
12.522885366, | |
99.33554817275747 | |
], | |
[ | |
12.63580548, | |
99.04458598726114 | |
], | |
[ | |
12.755881804, | |
99.40298507462687 | |
], | |
[ | |
12.868819597, | |
99.36305732484077 | |
], | |
[ | |
13.035895645, | |
99.36305732484077 | |
], | |
[ | |
13.15535756, | |
99.10179640718563 | |
], | |
[ | |
13.286873433, | |
99.1869918699187 | |
], | |
[ | |
13.392593385, | |
98.97260273972603 | |
], | |
[ | |
13.558440946, | |
99.7872340425532 | |
], | |
[ | |
13.6669956, | |
99.33774834437087 | |
], | |
[ | |
13.783387412, | |
99.07407407407408 | |
], | |
[ | |
13.894656979, | |
98.3974358974359 | |
], | |
[ | |
13.999576593, | |
97.59450171821305 | |
], | |
[ | |
14.128075804, | |
98.59550561797752 | |
], | |
[ | |
14.435598161, | |
99.30313588850174 | |
], | |
[ | |
14.543151303, | |
99.00332225913621 | |
], | |
[ | |
14.657359456, | |
99.36102236421725 | |
], | |
[ | |
15.080731081, | |
74.26160337552743 | |
], | |
[ | |
15.212383115, | |
59.89159891598916 | |
], | |
[ | |
15.403644279, | |
67.5977653631285 | |
], | |
[ | |
15.535377075, | |
89.91825613079018 | |
], | |
[ | |
15.668083686, | |
83.15217391304347 | |
], | |
[ | |
15.98279718, | |
90.21615472127418 | |
], | |
[ | |
16.143625547, | |
94.84304932735427 | |
], | |
[ | |
16.400473732000002, | |
98.31697054698458 | |
], | |
[ | |
16.636831511, | |
99.3948562783661 | |
], | |
[ | |
16.84956628, | |
98.82154882154882 | |
], | |
[ | |
17.023956885, | |
98.3739837398374 | |
], | |
[ | |
17.15484297, | |
98.37837837837837 | |
], | |
[ | |
17.265948173, | |
97.43589743589743 | |
], | |
[ | |
17.39151226, | |
98.567335243553 | |
], | |
[ | |
17.582149682, | |
98.31144465290807 | |
], | |
[ | |
17.702302777, | |
99.10979228486647 | |
], | |
[ | |
17.909049142, | |
98.94551845342707 | |
], | |
[ | |
18.342052484, | |
99.09762100082034 | |
], | |
[ | |
18.453690702, | |
99.35483870967742 | |
], | |
[ | |
18.618073507, | |
99.1304347826087 | |
], | |
[ | |
18.768983045, | |
99.7584541062802 | |
], | |
[ | |
18.898339263, | |
99.18478260869566 | |
], | |
[ | |
19.003441262, | |
98.62542955326461 | |
], | |
[ | |
19.149946825, | |
96.10705596107056 | |
], | |
[ | |
19.32292458, | |
98.125 | |
], | |
[ | |
19.450834513, | |
98.59943977591037 | |
], | |
[ | |
19.637638172, | |
97.85992217898833 | |
], | |
[ | |
19.785678629, | |
98.3132530120482 | |
], | |
[ | |
19.889678778, | |
99.3127147766323 | |
], | |
[ | |
19.994898727, | |
98.67109634551495 | |
], | |
[ | |
20.117179762, | |
99.10714285714286 | |
], | |
[ | |
20.229434504, | |
98.41269841269842 | |
], | |
[ | |
20.490196923, | |
98.64314789687924 | |
], | |
[ | |
20.614568177, | |
98.5632183908046 | |
], | |
[ | |
20.75316398, | |
99.73684210526316 | |
], | |
[ | |
20.965938362, | |
100.0 | |
], | |
[ | |
21.153056616, | |
100.0 | |
], | |
[ | |
21.485286531, | |
100.0 | |
], | |
[ | |
21.643006961, | |
100.0 | |
], | |
[ | |
21.844677834, | |
100.0 | |
], | |
[ | |
22.028297509, | |
100.0 | |
], | |
[ | |
22.346196815, | |
100.0 | |
], | |
[ | |
22.462247151, | |
100.0 | |
], | |
[ | |
22.729962137, | |
100.0 | |
], | |
[ | |
22.86934207, | |
100.0 | |
], | |
[ | |
23.003262891, | |
100.0 | |
], | |
[ | |
23.17016938, | |
100.0 | |
], | |
[ | |
23.353807611, | |
100.0 | |
], | |
[ | |
23.498391336, | |
100.0 | |
], | |
[ | |
23.600992757, | |
99.644128113879 | |
], | |
[ | |
23.753650797, | |
100.0 | |
], | |
[ | |
24.254880222, | |
99.92912827781716 | |
], | |
[ | |
24.526882233, | |
100.0 | |
], | |
[ | |
24.666035824, | |
100.0 | |
], | |
[ | |
24.785101965, | |
100.0 | |
], | |
[ | |
24.901448977, | |
100.0 | |
], | |
[ | |
25.043099309, | |
100.0 | |
], | |
[ | |
25.219495545, | |
100.0 | |
], | |
[ | |
25.568290313, | |
100.0 | |
], | |
[ | |
25.81663144, | |
100.0 | |
], | |
[ | |
25.962967328, | |
100.0 | |
], | |
[ | |
26.149172904, | |
100.0 | |
], | |
[ | |
26.290057582, | |
100.0 | |
], | |
[ | |
26.75916844, | |
100.0 | |
], | |
[ | |
26.947734583, | |
100.0 | |
], | |
[ | |
27.070209582, | |
100.0 | |
], | |
[ | |
27.199478018, | |
100.0 | |
], | |
[ | |
27.593053853, | |
100.0 | |
], | |
[ | |
27.93898335, | |
100.0 | |
], | |
[ | |
28.095558907, | |
100.0 | |
], | |
[ | |
28.201838032, | |
100.0 | |
], | |
[ | |
28.465947334, | |
100.0 | |
], | |
[ | |
28.86990684, | |
100.0 | |
], | |
[ | |
29.092879833, | |
100.0 | |
], | |
[ | |
29.397199543, | |
100.0 | |
], | |
[ | |
29.897452438, | |
100.0 | |
], | |
[ | |
30.041360609, | |
100.0 | |
], | |
[ | |
30.155466936, | |
100.0 | |
], | |
[ | |
30.743253724, | |
99.93924665856622 | |
], | |
[ | |
31.243592466, | |
100.0 | |
], | |
[ | |
31.669814174, | |
100.0 | |
], | |
[ | |
31.786813026, | |
100.0 | |
], | |
[ | |
32.292873505, | |
99.92912827781716 | |
], | |
[ | |
32.857276613, | |
99.4296577946768 | |
], | |
[ | |
33.137439924, | |
99.61734693877551 | |
], | |
[ | |
33.300894792, | |
98.47161572052401 | |
], | |
[ | |
33.576343909, | |
98.70633893919793 | |
], | |
[ | |
33.714911583, | |
99.23664122137404 | |
], | |
[ | |
33.86642188, | |
98.10874704491725 | |
], | |
[ | |
33.98093119, | |
98.72204472843451 | |
], | |
[ | |
34.383115833, | |
98.76106194690266 | |
], | |
[ | |
34.899202629, | |
97.56437021572721 | |
], | |
[ | |
35.399447145, | |
98.4251968503937 | |
], | |
[ | |
35.887651269, | |
98.01907556859868 | |
], | |
[ | |
36.286391269, | |
98.38709677419355 | |
], | |
[ | |
36.412376916, | |
99.42196531791907 | |
], | |
[ | |
36.571744163, | |
97.98206278026906 | |
], | |
[ | |
37.003327083, | |
96.92946058091286 | |
], | |
[ | |
37.273135635, | |
100.0 | |
], | |
[ | |
37.774399014, | |
99.8582565556343 | |
], | |
[ | |
38.274633038, | |
100.0 | |
], | |
[ | |
38.544495367, | |
99.06666666666666 | |
], | |
[ | |
38.736365505, | |
98.31460674157303 | |
], | |
[ | |
38.918225905, | |
99.22330097087378 | |
], | |
[ | |
39.485143822, | |
98.79441624365482 | |
], | |
[ | |
39.985382115, | |
98.71152469577666 | |
], | |
[ | |
40.485620923, | |
98.71060171919771 | |
], | |
[ | |
40.88534165, | |
98.11996418979409 | |
], | |
[ | |
40.999908854, | |
95.3560371517028 | |
], | |
[ | |
41.129773471, | |
95.87912087912088 | |
], | |
[ | |
41.245114306, | |
96.16613418530352 | |
], | |
[ | |
41.347318361, | |
95.51724137931035 | |
], | |
[ | |
41.459262598, | |
94.5859872611465 | |
], | |
[ | |
41.569178658, | |
99.66777408637874 | |
], | |
[ | |
41.693264489, | |
98.84393063583815 | |
], | |
[ | |
41.90383434, | |
98.47457627118644 | |
], | |
[ | |
42.029660445, | |
99.13544668587896 | |
], | |
[ | |
42.153531896, | |
98.55491329479769 | |
], | |
[ | |
42.26874517, | |
97.22222222222223 | |
], | |
[ | |
42.411193342, | |
97.0074812967581 | |
], | |
[ | |
42.618842286, | |
96.90189328743546 | |
], | |
[ | |
42.762343231, | |
96.53465346534654 | |
], | |
[ | |
42.924649237, | |
97.0917225950783 | |
], | |
[ | |
43.049543883, | |
98.84726224783861 | |
], | |
[ | |
43.220580149, | |
98.54166666666667 | |
], | |
[ | |
43.345350886, | |
98.85057471264368 | |
], | |
[ | |
43.472167829, | |
97.76536312849161 | |
], | |
[ | |
43.679368478, | |
97.2318339100346 | |
], | |
[ | |
43.792777601, | |
96.78456591639872 | |
], | |
[ | |
43.898697927, | |
97.00996677740864 | |
], | |
[ | |
44.010950997, | |
96.16613418530352 | |
], | |
[ | |
44.116473451, | |
97.59450171821305 | |
], | |
[ | |
44.24143049, | |
98.55907780979827 | |
], | |
[ | |
44.425149606, | |
98.44660194174757 | |
], | |
[ | |
44.542274748, | |
99.7005988023952 | |
], | |
[ | |
44.683847852, | |
99.23469387755102 | |
], | |
[ | |
44.966572206, | |
99.49685534591195 | |
], | |
[ | |
45.135191687, | |
98.72340425531915 | |
], | |
[ | |
45.276594344, | |
98.9795918367347 | |
], | |
[ | |
45.421047649, | |
99.25373134328358 | |
], | |
[ | |
45.523197859, | |
98.62068965517241 | |
], | |
[ | |
45.804942711, | |
97.57033248081841 | |
], | |
[ | |
45.982989883, | |
96.43564356435644 | |
], | |
[ | |
46.159079569, | |
97.75510204081633 | |
], | |
[ | |
46.332902707, | |
97.9253112033195 | |
], | |
[ | |
46.433161596, | |
97.85714285714286 | |
], | |
[ | |
46.697379072, | |
99.4572591587517 | |
], | |
[ | |
47.217990807, | |
98.29118250170882 | |
], | |
[ | |
47.360227246, | |
95.36082474226804 | |
], | |
[ | |
47.462223502, | |
95.18900343642612 | |
], | |
[ | |
47.584763549, | |
95.22388059701493 | |
], | |
[ | |
47.838390465, | |
97.76847977684798 | |
], | |
[ | |
48.415858482, | |
99.00621118012423 | |
], | |
[ | |
48.638059162, | |
99.04306220095694 | |
], | |
[ | |
48.872945605, | |
98.14528593508501 | |
], | |
[ | |
49.013655934, | |
96.40102827763496 | |
], | |
[ | |
49.154570658, | |
96.0 | |
], | |
[ | |
49.264737457, | |
94.05940594059406 | |
], | |
[ | |
49.383195987, | |
96.3963963963964 | |
], | |
[ | |
49.581016935, | |
94.4954128440367 | |
], | |
[ | |
49.690252834, | |
96.7948717948718 | |
], | |
[ | |
49.885468326, | |
97.94392523364486 | |
], | |
[ | |
50.03227084, | |
98.54721549636804 | |
], | |
[ | |
50.195165894, | |
99.12472647702407 | |
], | |
[ | |
50.354550511, | |
98.8814317673378 | |
], | |
[ | |
50.46102747, | |
99.3103448275862 | |
], | |
[ | |
50.579091557, | |
98.80952380952381 | |
], | |
[ | |
50.703031487, | |
98.84726224783861 | |
], | |
[ | |
50.878903794, | |
98.3739837398374 | |
], | |
[ | |
50.987091924, | |
98.34983498349835 | |
], | |
[ | |
51.089532514, | |
98.92857142857143 | |
], | |
[ | |
51.462977177, | |
98.37940896091516 | |
], | |
[ | |
51.722274641, | |
98.7603305785124 | |
], | |
[ | |
52.222866665, | |
98.9971346704871 | |
], | |
[ | |
52.491746721, | |
98.79679144385027 | |
], | |
[ | |
52.991961198, | |
98.9247311827957 | |
], | |
[ | |
53.285448606, | |
98.8970588235294 | |
], | |
[ | |
53.566850958, | |
99.11949685534591 | |
], | |
[ | |
54.067103786, | |
95.13242662848963 | |
], | |
[ | |
54.567332694, | |
95.10439164866811 | |
], | |
[ | |
54.761212818, | |
97.38805970149254 | |
], | |
[ | |
55.261990515, | |
99.21985815602837 | |
], | |
[ | |
55.762215316, | |
97.77936962750717 | |
], | |
[ | |
56.262436175, | |
96.48241206030151 | |
], | |
[ | |
56.76266216, | |
95.62724014336918 | |
], | |
[ | |
57.262876139, | |
95.48387096774194 | |
], | |
[ | |
57.763092109, | |
96.4131994261119 | |
], | |
[ | |
58.263306523, | |
93.98280802292264 | |
], | |
[ | |
58.379404871, | |
91.92546583850931 | |
], | |
[ | |
58.879741842, | |
91.17859725234996 | |
], | |
[ | |
59.049116662, | |
91.45299145299145 | |
], | |
[ | |
59.220181469, | |
93.08176100628931 | |
], | |
[ | |
59.343085554, | |
95.29411764705883 | |
], | |
[ | |
59.459347179, | |
96.58385093167702 | |
], | |
[ | |
59.610587931, | |
95.02369668246446 | |
], | |
[ | |
60.000540838, | |
96.78012879484821 | |
], | |
[ | |
60.137218052, | |
97.36147757255937 | |
], | |
[ | |
60.48743151, | |
98.26883910386965 | |
], | |
[ | |
60.76412899, | |
97.39921976592979 | |
], | |
[ | |
60.896991287, | |
97.00272479564033 | |
], | |
[ | |
61.084427422, | |
95.21988527724665 | |
], | |
[ | |
61.256155238, | |
95.80712788259959 | |
], | |
[ | |
61.500353209, | |
96.7930029154519 | |
], | |
[ | |
61.721885503, | |
94.70304975922953 | |
], | |
[ | |
61.960012431, | |
96.21212121212122 | |
], | |
[ | |
62.544059633, | |
97.60882893930105 | |
], | |
[ | |
62.73072657, | |
97.89272030651341 | |
], | |
[ | |
62.837922935, | |
97.6897689768977 | |
], | |
[ | |
62.960546877, | |
97.62611275964392 | |
], | |
[ | |
63.177669197, | |
96.8543046357616 | |
], | |
[ | |
63.28869149, | |
95.23809523809524 | |
], | |
[ | |
63.788965681, | |
97.27011494252874 | |
], | |
[ | |
64.320195452, | |
99.32705248990578 | |
], | |
[ | |
64.450190006, | |
99.45945945945945 | |
], | |
[ | |
64.834758722, | |
99.53401677539608 | |
], | |
[ | |
65.189595456, | |
99.28716904276986 | |
], | |
[ | |
65.68988618, | |
99.57386363636364 | |
], | |
[ | |
65.794397124, | |
100.0 | |
], | |
[ | |
66.295543392, | |
98.64091559370529 | |
], | |
[ | |
66.851768318, | |
99.54983922829582 | |
], | |
[ | |
67.35204225, | |
99.71408148677627 | |
], | |
[ | |
67.852285594, | |
99.92857142857143 | |
], | |
[ | |
68.084515428, | |
100.0 | |
], | |
[ | |
68.584747373, | |
99.71387696709586 | |
], | |
[ | |
69.084983902, | |
99.78586723768737 | |
], | |
[ | |
69.585237461, | |
100.0 | |
], | |
[ | |
69.717175213, | |
100.0 | |
], | |
[ | |
70.217408979, | |
99.49892627057982 | |
], | |
[ | |
70.717654208, | |
99.92852037169406 | |
], | |
[ | |
71.217924501, | |
99.8581560283688 | |
], | |
[ | |
71.718160973, | |
99.78571428571429 | |
], | |
[ | |
72.218401374, | |
99.64234620886981 | |
], | |
[ | |
72.718642366, | |
99.78525411596277 | |
], | |
[ | |
73.218887498, | |
99.64234620886981 | |
], | |
[ | |
73.719137211, | |
99.85714285714286 | |
], | |
[ | |
74.011966483, | |
99.63235294117646 | |
], | |
[ | |
74.512213961, | |
99.78525411596277 | |
], | |
[ | |
75.012456213, | |
99.71428571428571 | |
], | |
[ | |
75.512702878, | |
99.35622317596567 | |
], | |
[ | |
76.012940825, | |
99.21428571428571 | |
], | |
[ | |
76.513189896, | |
99.92846924177397 | |
], | |
[ | |
77.013423827, | |
99.14224446032881 | |
], | |
[ | |
77.147867172, | |
98.94459102902374 | |
], | |
[ | |
77.585690961, | |
99.51259138911455 | |
], | |
[ | |
78.085985332, | |
98.92550143266476 | |
], | |
[ | |
78.491151742, | |
99.5583038869258 | |
], | |
[ | |
78.991827001, | |
99.78571428571429 | |
], | |
[ | |
79.492131475, | |
99.14101646385112 | |
], | |
[ | |
79.992370888, | |
99.92852037169406 | |
], | |
[ | |
80.222882339, | |
99.53917050691244 | |
], | |
[ | |
80.52061867, | |
98.79372738238843 | |
], | |
[ | |
81.034000792, | |
99.65325936199723 | |
], | |
[ | |
81.337486355, | |
99.76133651551312 | |
], | |
[ | |
81.83832683, | |
99.64513839602554 | |
], | |
[ | |
82.338621326, | |
100.0 | |
], | |
[ | |
82.838861236, | |
99.7855611150822 | |
], | |
[ | |
83.339112766, | |
99.85704074338814 | |
], | |
[ | |
83.492440023, | |
100.0 | |
], | |
[ | |
83.992688027, | |
99.92852037169406 | |
], | |
[ | |
84.492945009, | |
99.85724482512491 | |
], | |
[ | |
84.993193099, | |
99.85714285714286 | |
], | |
[ | |
85.493438873, | |
99.92852037169406 | |
], | |
[ | |
85.993677351, | |
99.42897930049965 | |
], | |
[ | |
86.493937238, | |
99.64488636363636 | |
], | |
[ | |
86.994175236, | |
99.57081545064378 | |
], | |
[ | |
87.494410631, | |
99.49892627057982 | |
], | |
[ | |
87.807849222, | |
98.73997709049256 | |
], | |
[ | |
88.308167358, | |
98.71060171919771 | |
], | |
[ | |
88.808464329, | |
99.21316165951359 | |
], | |
[ | |
89.308712345, | |
99.64285714285714 | |
], | |
[ | |
89.445906204, | |
98.71794871794872 | |
], | |
[ | |
89.946132644, | |
99.5711222301644 | |
], | |
[ | |
90.446367567, | |
99.85693848354792 | |
], | |
[ | |
90.946594231, | |
99.7855611150822 | |
], | |
[ | |
91.079684223, | |
99.72972972972973 | |
], | |
[ | |
91.579924008, | |
99.85704074338814 | |
], | |
[ | |
92.080171737, | |
99.85714285714286 | |
], | |
[ | |
92.580427084, | |
98.9971346704871 | |
], | |
[ | |
93.08066905, | |
99.7855611150822 | |
], | |
[ | |
93.580922551, | |
99.71448965024982 | |
], | |
[ | |
94.081171262, | |
98.92780557541101 | |
], | |
[ | |
94.581413265, | |
99.35668334524661 | |
], | |
[ | |
94.952394348, | |
98.46005774783445 | |
], | |
[ | |
95.434466356, | |
99.48301329394387 | |
], | |
[ | |
95.826534789, | |
99.45305378304467 | |
], | |
[ | |
96.326978874, | |
99.06876790830945 | |
], | |
[ | |
96.827267238, | |
98.92780557541101 | |
], | |
[ | |
97.30539684, | |
99.3993993993994 | |
], | |
[ | |
97.805636706, | |
98.49354375896701 | |
], | |
[ | |
98.305902822, | |
99.64513839602554 | |
], | |
[ | |
98.806141282, | |
99.78571428571429 | |
], | |
[ | |
99.306374314, | |
100.0 | |
], | |
[ | |
99.80687913, | |
99.85704074338814 | |
], | |
[ | |
100.307122233, | |
99.78540772532189 | |
], | |
[ | |
100.468759814, | |
100.0 | |
], | |
[ | |
100.969135321, | |
99.92857142857143 | |
], | |
[ | |
101.299384163, | |
99.78425026968716 | |
], | |
[ | |
101.799736011, | |
99.49928469241775 | |
], | |
[ | |
102.331670522, | |
99.86568166554734 | |
], | |
[ | |
102.831970684, | |
99.85704074338814 | |
], | |
[ | |
103.250113534, | |
99.91489361702128 | |
], | |
[ | |
103.750335756, | |
99.92846924177397 | |
], | |
[ | |
104.250579071, | |
99.92862241256246 | |
], | |
[ | |
104.751052902, | |
99.92857142857143 | |
], | |
[ | |
105.251299649, | |
99.85704074338814 | |
], | |
[ | |
105.751550745, | |
99.35668334524661 | |
], | |
[ | |
105.892398366, | |
99.23273657289002 | |
], | |
[ | |
106.393090511, | |
98.21173104434907 | |
], | |
[ | |
106.89338787, | |
99.21259842519684 | |
], | |
[ | |
107.176070912, | |
99.11616161616162 | |
], | |
[ | |
107.676312343, | |
99.35622317596567 | |
], | |
[ | |
108.176556699, | |
98.567335243553 | |
], | |
[ | |
108.295474802, | |
96.6867469879518 | |
], | |
[ | |
108.721928565, | |
97.91666666666667 | |
], | |
[ | |
109.22219121, | |
99.57081545064378 | |
], | |
[ | |
109.722421125, | |
99.06810035842294 | |
], | |
[ | |
110.127824622, | |
98.67139061116032 | |
], | |
[ | |
110.628065587, | |
97.49283667621776 | |
], | |
[ | |
110.989740632, | |
99.01574803149606 | |
], | |
[ | |
111.49000058, | |
97.71591720199858 | |
], | |
[ | |
111.990228702, | |
97.20430107526882 | |
], | |
[ | |
112.490463276, | |
99.06943450250537 | |
], | |
[ | |
112.990701002, | |
99.14163090128756 | |
], | |
[ | |
113.490929909, | |
95.97411933860532 | |
], | |
[ | |
113.921791543, | |
97.17138103161398 | |
], | |
[ | |
114.138944328, | |
97.6782752902156 | |
], | |
[ | |
114.63920579, | |
95.97122302158273 | |
], | |
[ | |
115.139426965, | |
94.60431654676259 | |
], | |
[ | |
115.650573668, | |
96.22377622377623 | |
], | |
[ | |
116.150783586, | |
94.80894015861571 | |
], | |
[ | |
116.545720339, | |
97.82016348773843 | |
], | |
[ | |
116.961694374, | |
96.03448275862068 | |
], | |
[ | |
117.462185995, | |
97.1264367816092 | |
], | |
[ | |
117.687569792, | |
97.6 | |
], | |
[ | |
118.012362732, | |
96.35761589403974 | |
], | |
[ | |
118.490750876, | |
96.8586387434555 | |
], | |
[ | |
118.595673782, | |
97.91666666666667 | |
], | |
[ | |
118.789181683, | |
94.19475655430712 | |
], | |
[ | |
119.289431461, | |
97.26618705035972 | |
], | |
[ | |
119.611199657, | |
97.55555555555556 | |
], | |
[ | |
120.112030542, | |
98.13753581661891 | |
], | |
[ | |
120.612275116, | |
95.89928057553956 | |
], | |
[ | |
120.715863717, | |
93.81443298969072 | |
], | |
[ | |
121.188577711, | |
94.00606980273142 | |
], | |
[ | |
121.694183078, | |
96.46643109540636 | |
], | |
[ | |
122.084105391, | |
95.56786703601108 | |
], | |
[ | |
122.301238876, | |
95.01661129568106 | |
], | |
[ | |
122.544407263, | |
94.10029498525074 | |
], | |
[ | |
122.997108738, | |
92.1553090332805 | |
], | |
[ | |
123.104751426, | |
92.0265780730897 | |
], | |
[ | |
123.660626727, | |
93.79042690815007 | |
], | |
[ | |
124.160805951, | |
53.11381531853973 | |
], | |
[ | |
124.661024437, | |
29.31526390870185 | |
], | |
[ | |
125.161253574, | |
32.327586206896555 | |
], | |
[ | |
125.411917426, | |
20.254957507082153 | |
], | |
[ | |
125.912186844, | |
11.593172119487903 | |
], | |
[ | |
126.412447332, | |
11.387900355871878 | |
], | |
[ | |
126.913089307, | |
15.669515669515661 | |
], | |
[ | |
127.41336222, | |
74.20289855072464 | |
], | |
[ | |
127.913548328, | |
88.85672937771346 | |
], | |
[ | |
128.413742083, | |
84.53829634931998 | |
], | |
[ | |
128.913917214, | |
89.23187365398421 | |
], | |
[ | |
129.414119217, | |
86.92857142857143 | |
], | |
[ | |
129.914329854, | |
90.17216642754663 | |
], | |
[ | |
130.414523862, | |
86.94404591104734 | |
], | |
[ | |
130.914721365, | |
91.3447782546495 | |
], | |
[ | |
131.41491665, | |
89.36781609195403 | |
], | |
[ | |
131.915117485, | |
89.31407942238268 | |
], | |
[ | |
132.415284644, | |
88.02008608321377 | |
], | |
[ | |
132.915502278, | |
92.40143369175627 | |
], | |
[ | |
133.415700014, | |
86.93140794223827 | |
], | |
[ | |
133.915872944, | |
88.17204301075269 | |
], | |
[ | |
134.416085778, | |
89.0961262553802 | |
], | |
[ | |
134.916293185, | |
91.28242074927954 | |
], | |
[ | |
135.416496314, | |
88.36705202312139 | |
], | |
[ | |
135.916709943, | |
88.77697841726619 | |
], | |
[ | |
136.416924194, | |
87.59913482335978 | |
], | |
[ | |
136.91712539, | |
87.32901367890568 | |
], | |
[ | |
137.417327675, | |
88.71428571428572 | |
], | |
[ | |
138.012372034, | |
87.07729468599034 | |
], | |
[ | |
138.512596733, | |
90.80459770114942 | |
], | |
[ | |
138.925761469, | |
81.28807658833769 | |
], | |
[ | |
139.073484947, | |
51.58150851581508 | |
], | |
[ | |
139.573929405, | |
36.32508833922261 | |
], | |
[ | |
140.074255505, | |
34.4062947067239 | |
], | |
[ | |
140.493282425, | |
28.65697177074422 | |
], | |
[ | |
140.796810517, | |
40.91981132075472 | |
], | |
[ | |
141.320345192, | |
50.95497953615279 | |
], | |
[ | |
141.765907493, | |
41.18116520351157 | |
], | |
[ | |
142.266129586, | |
32.07142857142857 | |
], | |
[ | |
142.766367598, | |
31.63922691481747 | |
], | |
[ | |
143.211435705, | |
28.674698795180717 | |
], | |
[ | |
143.711720487, | |
33.664068036853294 | |
], | |
[ | |
144.211944797, | |
43.081312410841655 | |
], | |
[ | |
144.516198337, | |
37.83783783783784 | |
], | |
[ | |
145.016524847, | |
27.03281027104137 | |
], | |
[ | |
145.517244318, | |
31.83760683760684 | |
], | |
[ | |
146.017524952, | |
40.4438081603436 | |
], | |
[ | |
146.131459704, | |
85.26645768025078 | |
], | |
[ | |
146.631664972, | |
84.44924406047517 | |
], | |
[ | |
147.131880468, | |
91.16179615110478 | |
], | |
[ | |
147.63209952, | |
88.09182209469154 | |
], | |
[ | |
148.132301524, | |
86.57039711191337 | |
], | |
[ | |
148.63253945, | |
89.97134670487107 | |
], | |
[ | |
149.132753698, | |
85.69364161849711 | |
], | |
[ | |
149.632950557, | |
85.78643578643579 | |
], | |
[ | |
150.133160933, | |
86.98777857656363 | |
], | |
[ | |
150.290282546, | |
84.40366972477064 | |
], | |
[ | |
150.840478361, | |
87.0358306188925 | |
], | |
[ | |
151.340673449, | |
88.19742489270386 | |
], | |
[ | |
151.840877071, | |
87.82608695652173 | |
], | |
[ | |
152.083691237, | |
84.56973293768546 | |
], | |
[ | |
152.584015626, | |
85.47807332854062 | |
], | |
[ | |
153.084205429, | |
84.59323254139669 | |
], | |
[ | |
153.413821362, | |
84.118291347207 | |
], | |
[ | |
153.995202093, | |
88.52357320099256 | |
], | |
[ | |
154.278492556, | |
87.02290076335878 | |
], | |
[ | |
154.778798395, | |
83.59712230215827 | |
], | |
[ | |
154.909658576, | |
67.88732394366197 | |
], | |
[ | |
155.273495004, | |
46.25984251968504 | |
], | |
[ | |
155.410156318, | |
36.55352480417755 | |
], | |
[ | |
155.910979423, | |
11.45092460881935 | |
], | |
[ | |
156.411283422, | |
10.221586847748384 | |
], | |
[ | |
156.911945611, | |
7.46799431009957 | |
], | |
[ | |
157.412611712, | |
7.46799431009957 | |
], | |
[ | |
157.91328181, | |
7.203994293865904 | |
], | |
[ | |
158.413945027, | |
7.270135424091222 | |
], | |
[ | |
158.914611852, | |
8.190883190883198 | |
], | |
[ | |
159.415276874, | |
7.1377587437544605 | |
], | |
[ | |
159.915940624, | |
7.336182336182333 | |
], | |
[ | |
160.416597719, | |
7.209136331191999 | |
], | |
[ | |
160.917266567, | |
7.621082621082621 | |
], | |
[ | |
161.417557805, | |
18.110236220472444 | |
], | |
[ | |
161.918142442, | |
28.439059158945113 | |
], | |
[ | |
162.418782882, | |
16.062544420753383 | |
], | |
[ | |
162.919056346, | |
68.93342877594847 | |
], | |
[ | |
163.419252288, | |
74.54545454545455 | |
], | |
[ | |
163.919777421, | |
31.254480286738357 | |
], | |
[ | |
164.420373718, | |
11.142857142857139 | |
], | |
[ | |
164.92066, | |
36.46805455850682 | |
], | |
[ | |
165.420841426, | |
79.66594045025417 | |
], | |
[ | |
165.921051221, | |
73.03206997084548 | |
], | |
[ | |
166.421646493, | |
29.679715302491104 | |
], | |
[ | |
166.922330404, | |
7.883522727272734 | |
], | |
[ | |
167.422979045, | |
7.8459343794579155 | |
], | |
[ | |
167.923266933, | |
7.56062767475035 | |
], | |
[ | |
168.423915974, | |
7.840342124019955 | |
], | |
[ | |
168.924573038, | |
7.631954350927245 | |
], | |
[ | |
169.425229237, | |
8.23863636363636 | |
], | |
[ | |
169.925873901, | |
7.631954350927245 | |
], | |
[ | |
170.426522413, | |
8.090844570617463 | |
], | |
[ | |
170.927170832, | |
8.36879432624113 | |
], | |
[ | |
171.427816309, | |
8.209483368719035 | |
], | |
[ | |
171.928472629, | |
7.741477272727266 | |
], | |
[ | |
172.42876384, | |
7.544483985765126 | |
], | |
[ | |
172.536355909, | |
8.223684210526315 | |
], | |
[ | |
173.037360234, | |
3.635067712045611 | |
], | |
[ | |
173.538012562, | |
3.6376604850213994 | |
], | |
[ | |
174.038640503, | |
4.350927246790306 | |
], | |
[ | |
174.539300659, | |
3.854389721627399 | |
], | |
[ | |
175.03996973, | |
3.5663338088445187 | |
], | |
[ | |
175.540637955, | |
3.5688793718772303 | |
], | |
[ | |
176.041294104, | |
3.5663338088445187 | |
], | |
[ | |
176.541962341, | |
3.5688793718772303 | |
], | |
[ | |
177.04262925, | |
3.5663338088445187 | |
], | |
[ | |
177.543300289, | |
3.5663338088445187 | |
], | |
[ | |
178.043965342, | |
3.5688793718772303 | |
], | |
[ | |
178.544628596, | |
3.5663338088445187 | |
], | |
[ | |
179.045289713, | |
3.635067712045611 | |
], | |
[ | |
179.545958759, | |
5.0035739814153 | |
], | |
[ | |
180.046622879, | |
3.6376604850213994 | |
], | |
[ | |
180.547282212, | |
3.5688793718772303 | |
], | |
[ | |
181.047947272, | |
3.6376604850213994 | |
], | |
[ | |
181.548598673, | |
3.5688793718772303 | |
], | |
[ | |
182.049259916, | |
3.5663338088445187 | |
], | |
[ | |
182.549919217, | |
3.5663338088445187 | |
], | |
[ | |
183.050583318, | |
3.6376604850213994 | |
], | |
[ | |
183.551247083, | |
3.5663338088445187 | |
], | |
[ | |
184.051908704, | |
3.5688793718772303 | |
], | |
[ | |
184.552567061, | |
3.5663338088445187 | |
], | |
[ | |
185.05322529, | |
6.147248034310223 | |
], | |
[ | |
185.553885731, | |
6.938483547925614 | |
], | |
[ | |
186.05454388, | |
3.934191702432045 | |
], | |
[ | |
186.55519716, | |
3.6376604850213994 | |
], | |
[ | |
187.055857911, | |
3.5 | |
], | |
[ | |
187.556518879, | |
3.5663338088445187 | |
], | |
[ | |
188.057179046, | |
3.635067712045611 | |
], | |
[ | |
188.557843243, | |
3.5688793718772303 | |
], | |
[ | |
189.058503388, | |
3.5663338088445187 | |
], | |
[ | |
189.559171349, | |
3.5688793718772303 | |
], | |
[ | |
190.059837515, | |
3.5663338088445187 | |
], | |
[ | |
190.560498397, | |
3.5663338088445187 | |
], | |
[ | |
191.061170689, | |
3.5 | |
], | |
[ | |
191.561834831, | |
3.6376604850213994 | |
], | |
[ | |
192.06249508, | |
3.848895224518884 | |
], | |
[ | |
192.563156459, | |
3.5688793718772303 | |
], | |
[ | |
193.063815624, | |
3.5663338088445187 | |
], | |
[ | |
193.564480798, | |
3.640256959314783 | |
], | |
[ | |
194.065151771, | |
3.640256959314783 | |
], | |
[ | |
194.565811967, | |
3.635067712045611 | |
], | |
[ | |
195.066475199, | |
3.5688793718772303 | |
], | |
[ | |
195.567127644, | |
3.640256959314783 | |
], | |
[ | |
196.067774114, | |
3.6376604850213994 | |
], | |
[ | |
196.568445783, | |
3.4975017844396774 | |
], | |
[ | |
197.069097572, | |
3.6376604850213994 | |
], | |
[ | |
197.569750937, | |
3.5688793718772303 | |
], | |
[ | |
198.070407406, | |
3.70898716119828 | |
], | |
[ | |
198.571058366, | |
3.6376604850213994 | |
], | |
[ | |
199.071699468, | |
3.6376604850213994 | |
], | |
[ | |
199.572348954, | |
3.7830121341898604 | |
], | |
[ | |
200.072983906, | |
3.5 | |
], | |
[ | |
200.573632399, | |
3.635067712045611 | |
], | |
[ | |
201.074313105, | |
3.7749287749287816 | |
], | |
[ | |
201.574962723, | |
3.5 | |
], | |
[ | |
202.07561904, | |
3.635067712045611 | |
], | |
[ | |
202.576275846, | |
3.5688793718772303 | |
], | |
[ | |
203.076919045, | |
3.6376604850213994 | |
], | |
[ | |
203.577564723, | |
3.640256959314783 | |
], | |
[ | |
204.078240418, | |
3.7063435495367116 | |
], | |
[ | |
204.578888104, | |
3.70898716119828 | |
], | |
[ | |
205.079533555, | |
3.5663338088445187 | |
], | |
[ | |
205.580183384, | |
3.5688793718772303 | |
], | |
[ | |
206.08083462, | |
3.635067712045611 | |
], | |
[ | |
206.581486137, | |
3.7857142857142776 | |
], | |
[ | |
207.082142011, | |
3.5663338088445187 | |
], | |
[ | |
207.582798696, | |
3.6376604850213994 | |
], | |
[ | |
208.083451252, | |
3.5688793718772303 | |
], | |
[ | |
208.584094872, | |
3.5663338088445187 | |
], | |
[ | |
209.084749166, | |
3.5688793718772303 | |
], | |
[ | |
209.585403693, | |
3.7830121341898604 | |
], | |
[ | |
210.086050149, | |
3.7063435495367116 | |
], | |
[ | |
210.586698877, | |
3.4975017844396774 | |
], | |
[ | |
211.087347298, | |
3.70898716119828 | |
], | |
[ | |
211.587985173, | |
3.642857142857153 | |
], | |
[ | |
212.088633844, | |
3.5663338088445187 | |
], | |
[ | |
212.589284064, | |
3.635067712045611 | |
], | |
[ | |
213.089940339, | |
3.70898716119828 | |
], | |
[ | |
213.590593963, | |
3.640256959314783 | |
], | |
[ | |
214.091250394, | |
3.4975017844396774 | |
], | |
[ | |
214.59190165, | |
3.7116345467523217 | |
], | |
[ | |
215.09255907, | |
3.5663338088445187 | |
], | |
[ | |
215.593214307, | |
3.5688793718772303 | |
], | |
[ | |
216.093867845, | |
3.635067712045611 | |
], | |
[ | |
216.594524106, | |
3.5688793718772303 | |
], | |
[ | |
217.095173704, | |
3.5663338088445187 | |
], | |
[ | |
217.595827626, | |
3.5688793718772303 | |
], | |
[ | |
218.096483486, | |
3.5663338088445187 | |
], | |
[ | |
218.59713779, | |
3.5663338088445187 | |
], | |
[ | |
219.097789353, | |
3.6376604850213994 | |
], | |
[ | |
219.59844473, | |
3.4975017844396774 | |
], | |
[ | |
220.09909418, | |
3.5663338088445187 | |
], | |
[ | |
220.599746738, | |
3.6376604850213994 | |
], | |
[ | |
221.100403024, | |
3.4975017844396774 | |
], | |
[ | |
221.601052502, | |
3.5688793718772303 | |
], | |
[ | |
222.101704011, | |
3.635067712045611 | |
], | |
[ | |
222.602380861, | |
3.635067712045611 | |
], | |
[ | |
223.10303329, | |
3.5 | |
], | |
[ | |
223.603678069, | |
3.635067712045611 | |
], | |
[ | |
224.104329476, | |
3.5688793718772303 | |
], | |
[ | |
224.604980981, | |
3.5663338088445187 | |
], | |
[ | |
225.105622644, | |
3.5688793718772303 | |
], | |
[ | |
225.606305451, | |
3.635067712045611 | |
], | |
[ | |
226.106955985, | |
3.5663338088445187 | |
], | |
[ | |
226.607610843, | |
3.5688793718772303 | |
], | |
[ | |
227.108264911, | |
3.5663338088445187 | |
], | |
[ | |
227.60891817, | |
3.5688793718772303 | |
], | |
[ | |
228.109572522, | |
3.5663338088445187 | |
], | |
[ | |
228.610268089, | |
3.635067712045611 | |
], | |
[ | |
228.945469229, | |
3.5181236673774094 | |
], | |
[ | |
229.446655458, | |
7.061340941512128 | |
], | |
[ | |
229.947402327, | |
7.330960854092524 | |
], | |
[ | |
230.448078355, | |
7.336182336182333 | |
], | |
[ | |
230.948756977, | |
7.402135231316734 | |
], | |
[ | |
231.172799917, | |
7.1770334928229715 | |
], | |
[ | |
231.673949811, | |
16.488983653162762 | |
], | |
[ | |
232.174715016, | |
25.017818959372775 | |
], | |
[ | |
232.675398391, | |
25.284090909090907 | |
], | |
[ | |
233.175711258, | |
24.7327156094084 | |
], | |
[ | |
233.479455999, | |
22.941176470588232 | |
], | |
[ | |
233.979738077, | |
25.910064239828685 | |
], | |
[ | |
234.479967884, | |
37.72241992882562 | |
], | |
[ | |
234.980195271, | |
41.63090128755365 | |
], | |
[ | |
235.480429628, | |
36.45461043602574 | |
], | |
[ | |
235.980667828, | |
33.54746609564597 | |
], | |
[ | |
236.480901398, | |
41.201716738197426 | |
], | |
[ | |
236.788849501, | |
34.29561200923787 | |
], | |
[ | |
237.289123828, | |
26.766595289079234 | |
], | |
[ | |
237.78934809, | |
25.3922967189729 | |
], | |
[ | |
238.289573335, | |
26.75250357653792 | |
], | |
[ | |
238.789819474, | |
28.156028368794324 | |
], | |
[ | |
239.290031311, | |
26.518942101501068 | |
], | |
[ | |
239.790235818, | |
24.733475479744143 | |
], | |
[ | |
239.982147075, | |
17.87709497206704 | |
], | |
[ | |
240.482752645, | |
10.920770877944335 | |
], | |
[ | |
240.983377727, | |
11.02418207681366 | |
], | |
[ | |
241.484042008, | |
10.70663811563169 | |
], | |
[ | |
241.984706205, | |
10.960854092526688 | |
], | |
[ | |
242.485376277, | |
11.134903640256951 | |
], | |
[ | |
242.98604619, | |
14.762242725337117 | |
], | |
[ | |
243.486709414, | |
17.84439685938615 | |
], | |
[ | |
243.9873688, | |
18.220640569395016 | |
], | |
[ | |
244.488029231, | |
21.469329529243936 | |
], | |
[ | |
244.988691815, | |
24.8403122782115 | |
], | |
[ | |
245.489354753, | |
23.054960742326912 | |
], | |
[ | |
245.990014704, | |
26.17354196301565 | |
], | |
[ | |
246.490683859, | |
28.77492877492878 | |
], | |
[ | |
246.991354575, | |
29.432624113475185 | |
], | |
[ | |
247.492022067, | |
26.214285714285708 | |
], | |
[ | |
247.992688181, | |
20.42704626334519 | |
], | |
[ | |
248.49334843, | |
18.019943019943014 | |
], | |
[ | |
248.994024444, | |
18.61288039631988 | |
], | |
[ | |
249.494682741, | |
16.131334760885082 | |
], | |
[ | |
249.995349407, | |
19.529579472558794 | |
], | |
[ | |
250.49601343, | |
25.748930099857347 | |
], | |
[ | |
250.996687237, | |
25.925925925925924 | |
], | |
[ | |
251.49735445, | |
22.23806129722024 | |
], | |
[ | |
251.998021265, | |
23.487544483985772 | |
], | |
[ | |
252.498683618, | |
18.563300142247513 | |
], | |
[ | |
252.999342416, | |
17.99431009957327 | |
], | |
[ | |
253.500006074, | |
12.09964412811388 | |
], | |
[ | |
254.000672258, | |
12.285714285714292 | |
], | |
[ | |
254.501319373, | |
22.934472934472936 | |
], | |
[ | |
255.00198304, | |
12.321937321937327 | |
], | |
[ | |
255.502633587, | |
15.598290598290603 | |
], | |
[ | |
256.00330958, | |
11.420413990007134 | |
], | |
[ | |
256.503966003, | |
8.202567760342376 | |
], | |
[ | |
257.004615277, | |
19.82942430703625 | |
], | |
[ | |
257.505272889, | |
16.85714285714286 | |
], | |
[ | |
258.005926651, | |
11.75213675213675 | |
], | |
[ | |
258.506579732, | |
3.6376604850213994 | |
], | |
[ | |
259.007234055, | |
3.5663338088445187 | |
], | |
[ | |
259.507890473, | |
6.428571428571431 | |
], | |
[ | |
260.008542928, | |
16.416845110635265 | |
], | |
[ | |
260.509198345, | |
17.295373665480426 | |
], | |
[ | |
261.009851367, | |
18.085106382978722 | |
], | |
[ | |
261.510502903, | |
18.674269422665716 | |
], | |
[ | |
262.01115964, | |
16.57142857142857 | |
], | |
[ | |
262.511815683, | |
18.007117437722414 | |
], | |
[ | |
263.012471627, | |
21.086490350250173 | |
], | |
[ | |
263.51312848, | |
18.155825589706936 | |
], | |
[ | |
264.013788868, | |
17.47503566333809 | |
], | |
[ | |
264.514446658, | |
16.547788873038513 | |
], | |
[ | |
265.015092189, | |
17.2733761598858 | |
], | |
[ | |
265.515743716, | |
11.957295373665474 | |
], | |
[ | |
266.016396195, | |
12.776588151320496 | |
], | |
[ | |
266.517050601, | |
11.886120996441292 | |
], | |
[ | |
267.017703601, | |
13.52313167259787 | |
], | |
[ | |
267.518379042, | |
12.473271560940844 | |
], | |
[ | |
268.019089251, | |
12.820512820512818 | |
], | |
[ | |
268.519744706, | |
12.196861626248207 | |
], | |
[ | |
269.020399269, | |
11.848679514632408 | |
], | |
[ | |
269.521050064, | |
12.321937321937327 | |
], | |
[ | |
270.021703966, | |
12.562455389007852 | |
], | |
[ | |
270.522384412, | |
11.965811965811966 | |
], | |
[ | |
271.023055235, | |
12.669039145907462 | |
], | |
[ | |
271.523701447, | |
12.10826210826211 | |
], | |
[ | |
272.024353, | |
12.562455389007852 | |
], | |
[ | |
272.524997043, | |
11.55492154065621 | |
], | |
[ | |
273.025655918, | |
11.357142857142861 | |
], | |
[ | |
273.5263423, | |
12.953736654804274 | |
], | |
[ | |
274.026996482, | |
11.831789023521026 | |
], | |
[ | |
274.527648597, | |
11.508220157255181 | |
], | |
[ | |
275.028308915, | |
12.30440967283073 | |
], | |
[ | |
275.528967439, | |
11.563169164882225 | |
], | |
[ | |
276.029621747, | |
11.840228245363775 | |
], | |
[ | |
276.530277169, | |
11.831789023521026 | |
], | |
[ | |
277.030923981, | |
11.459074733096088 | |
], | |
[ | |
277.531576592, | |
11.277658815132057 | |
], | |
[ | |
278.032232182, | |
11.34094151212554 | |
], | |
[ | |
278.532885152, | |
11.285714285714292 | |
], | |
[ | |
279.033533744, | |
11.593172119487903 | |
], | |
[ | |
279.534220435, | |
11.634546752319778 | |
], | |
[ | |
280.034873061, | |
11.396011396011403 | |
], | |
[ | |
280.535527832, | |
11.134903640256951 | |
], | |
[ | |
281.036180761, | |
11.593172119487903 | |
], | |
[ | |
281.536830475, | |
11.285714285714292 | |
], | |
[ | |
282.037479455, | |
11.332858161083394 | |
], | |
[ | |
282.538139262, | |
11.126961483594869 | |
], | |
[ | |
283.038791711, | |
11.530249110320284 | |
], | |
[ | |
283.539443807, | |
11.705924339757317 | |
], | |
[ | |
284.039733522, | |
12.188168210976485 | |
], | |
[ | |
284.540401365, | |
10.87267525035766 | |
], | |
[ | |
285.041058606, | |
12.0652945351313 | |
], | |
[ | |
285.541739534, | |
11.039886039886042 | |
], | |
[ | |
286.042397796, | |
11.126961483594869 | |
], | |
[ | |
286.543056232, | |
11.00786275911365 | |
], | |
[ | |
287.043701377, | |
11.04775481111902 | |
], | |
[ | |
287.544351654, | |
11.0 | |
], | |
[ | |
288.045002006, | |
11.41226818830242 | |
], | |
[ | |
288.54565249, | |
11.134903640256951 | |
], | |
[ | |
289.046332399, | |
11.860795454545453 | |
], | |
[ | |
289.546986841, | |
11.214285714285708 | |
], | |
[ | |
290.047631978, | |
11.522048364153619 | |
], | |
[ | |
290.548286446, | |
11.0 | |
], | |
[ | |
291.048937417, | |
10.770328102710408 | |
], | |
[ | |
291.549586942, | |
11.483594864479315 | |
], | |
[ | |
292.050273587, | |
11.522048364153619 | |
], | |
[ | |
292.550927203, | |
11.214285714285708 | |
], | |
[ | |
293.05157978, | |
11.134751773049643 | |
], | |
[ | |
293.552221375, | |
11.079342387419587 | |
], | |
[ | |
294.052873854, | |
11.285714285714292 | |
], | |
[ | |
294.553528254, | |
11.277658815132057 | |
], | |
[ | |
295.054219916, | |
11.103202846975094 | |
], | |
[ | |
295.554875896, | |
11.285714285714292 | |
], | |
[ | |
296.055530745, | |
10.699001426533528 | |
], | |
[ | |
296.556182528, | |
10.699001426533528 | |
], | |
[ | |
297.056827477, | |
11.02418207681366 | |
], | |
[ | |
297.557474721, | |
11.316725978647696 | |
], | |
[ | |
298.058141765, | |
10.77801570306923 | |
], | |
[ | |
298.558790896, | |
11.316725978647696 | |
], | |
[ | |
299.059448735, | |
10.976478973627948 | |
], | |
[ | |
299.560097305, | |
12.008577555396712 | |
], | |
[ | |
300.060749715, | |
11.11903064861012 | |
], | |
[ | |
300.561402823, | |
11.063526052819412 | |
], | |
[ | |
301.062054824, | |
11.008522727272734 | |
], | |
[ | |
301.562703882, | |
10.271041369472172 | |
], | |
[ | |
302.063375897, | |
10.627674750356633 | |
], | |
[ | |
302.564023604, | |
11.67259786476869 | |
], | |
[ | |
303.064677584, | |
11.190306486101207 | |
], | |
[ | |
303.565316758, | |
10.905203136136848 | |
], | |
[ | |
304.065963602, | |
10.70663811563169 | |
], | |
[ | |
304.566602829, | |
11.41226818830242 | |
], | |
[ | |
305.067253976, | |
12.037037037037038 | |
], | |
[ | |
305.567903834, | |
11.76890156918688 | |
], | |
[ | |
306.068557854, | |
11.0 | |
], | |
[ | |
306.569207947, | |
11.32478632478633 | |
], | |
[ | |
307.069860459, | |
11.261582323592307 | |
], | |
[ | |
307.570511403, | |
11.40413399857448 | |
], | |
[ | |
308.071156973, | |
10.785714285714292 | |
], | |
[ | |
308.571809868, | |
12.054208273894446 | |
], | |
[ | |
309.07246062, | |
10.413694721825962 | |
], | |
[ | |
309.573105331, | |
10.548823948681402 | |
], | |
[ | |
310.073759421, | |
11.794138670478915 | |
], | |
[ | |
310.574413179, | |
10.334996436208115 | |
], | |
[ | |
311.075068067, | |
10.477548111190302 | |
], | |
[ | |
311.575719841, | |
11.680911680911677 | |
], | |
[ | |
312.0763663, | |
10.57142857142857 | |
], | |
[ | |
312.577019487, | |
11.530249110320284 | |
], | |
[ | |
313.07766305, | |
11.055634807417974 | |
], | |
[ | |
313.578350227, | |
11.434659090909093 | |
], | |
[ | |
314.079000066, | |
10.770328102710408 | |
], | |
[ | |
314.579650997, | |
10.905203136136848 | |
], | |
[ | |
315.080302069, | |
10.635260528194152 | |
], | |
[ | |
315.580959596, | |
12.873399715504974 | |
], | |
[ | |
316.081608612, | |
10.936383130807727 | |
], | |
[ | |
316.582294444, | |
11.02418207681366 | |
], | |
[ | |
317.082945561, | |
10.691375623663575 | |
], | |
[ | |
317.583599572, | |
10.5638829407566 | |
], | |
[ | |
318.084241956, | |
10.984308131241079 | |
], | |
[ | |
318.58489351, | |
11.19828815977175 | |
], | |
[ | |
319.085542311, | |
10.841654778887303 | |
], | |
[ | |
319.586226588, | |
10.953058321479375 | |
], | |
[ | |
320.086870827, | |
11.182336182336186 | |
], | |
[ | |
320.587519117, | |
10.714285714285708 | |
], | |
[ | |
321.088168736, | |
12.054208273894446 | |
], | |
[ | |
321.588809193, | |
11.253561253561244 | |
], | |
[ | |
322.089451984, | |
10.485021398002857 | |
], | |
[ | |
322.590098734, | |
10.271041369472172 | |
], | |
[ | |
323.090743475, | |
10.61253561253561 | |
], | |
[ | |
323.591394571, | |
11.039886039886042 | |
], | |
[ | |
324.092044179, | |
10.406272273699216 | |
], | |
[ | |
324.592693994, | |
11.349036402569595 | |
], | |
[ | |
325.093347731, | |
10.905203136136848 | |
], | |
[ | |
325.593998308, | |
10.881934566145091 | |
], | |
[ | |
326.094646076, | |
11.190306486101207 | |
], | |
[ | |
326.595299783, | |
11.62624821683309 | |
], | |
[ | |
327.095954937, | |
10.320284697508896 | |
], | |
[ | |
327.596595956, | |
11.039886039886042 | |
], | |
[ | |
328.097248004, | |
10.912981455064198 | |
], | |
[ | |
328.59792422, | |
10.833927298645762 | |
], | |
[ | |
329.098199079, | |
11.67259786476869 | |
], | |
[ | |
329.598407554, | |
11.396011396011403 | |
], | |
[ | |
330.098608533, | |
10.7473309608541 | |
], | |
[ | |
330.598818082, | |
10.714285714285708 | |
], | |
[ | |
331.099023804, | |
10.578984989278055 | |
], | |
[ | |
331.599266469, | |
12.22301644031451 | |
], | |
[ | |
332.099838141, | |
10.841654778887303 | |
], | |
[ | |
332.600046641, | |
10.530085959885383 | |
], | |
[ | |
333.100253352, | |
11.261582323592307 | |
], | |
[ | |
333.600458632, | |
10.762651461154675 | |
], | |
[ | |
334.101027269, | |
10.61253561253561 | |
], | |
[ | |
334.601213607, | |
11.62624821683309 | |
], | |
[ | |
335.101414508, | |
10.96866096866097 | |
], | |
[ | |
335.601978471, | |
12.048192771084345 | |
], | |
[ | |
336.10216338, | |
10.556348074179738 | |
], | |
[ | |
336.602357816, | |
11.285714285714292 | |
], | |
[ | |
337.102546625, | |
12.508884150675186 | |
], | |
[ | |
337.60275175, | |
10.398860398860393 | |
], | |
[ | |
338.102933362, | |
10.739687055476537 | |
], | |
[ | |
338.603138134, | |
10.436025732666181 | |
], | |
[ | |
339.103310677, | |
10.714285714285708 | |
], | |
[ | |
339.603879029, | |
10.578984989278055 | |
], | |
[ | |
340.104124636, | |
10.691375623663575 | |
], | |
[ | |
340.604667167, | |
10.199714693295292 | |
], | |
[ | |
341.104893698, | |
10.984308131241079 | |
], | |
[ | |
341.605091729, | |
11.182336182336186 | |
], | |
[ | |
342.105302854, | |
10.578984989278055 | |
], | |
[ | |
342.605503751, | |
12.20556745182013 | |
], | |
[ | |
343.105732849, | |
10.556348074179738 | |
], | |
[ | |
343.605947571, | |
12.553495007132668 | |
], | |
[ | |
344.106507825, | |
12.92613636363636 | |
], | |
[ | |
344.60708821, | |
15.140845070422543 | |
], | |
[ | |
345.107338513, | |
12.853107344632761 | |
], | |
[ | |
345.608060183, | |
10.881934566145091 | |
], | |
[ | |
346.108714576, | |
3.5663338088445187 | |
], | |
[ | |
346.609367417, | |
3.5688793718772303 | |
], | |
[ | |
347.110015865, | |
3.5663338088445187 | |
], | |
[ | |
347.610670585, | |
4.357142857142861 | |
], | |
[ | |
348.111323283, | |
4.2052744119743295 | |
], | |
[ | |
348.611980179, | |
3.5663338088445187 | |
], | |
[ | |
349.112633212, | |
3.5 | |
], | |
[ | |
349.613292003, | |
3.6376604850213994 | |
], | |
[ | |
350.113947281, | |
3.5663338088445187 | |
], | |
[ | |
350.614601955, | |
4.646175839885629 | |
], | |
[ | |
351.115262686, | |
6.871868289191113 | |
], | |
[ | |
351.61591837, | |
6.01719197707736 | |
], | |
[ | |
351.758322147, | |
4.0 | |
], | |
[ | |
352.259172529, | |
3.563791874554525 | |
], | |
[ | |
352.759920257, | |
4.045422285308732 | |
], | |
[ | |
353.260583912, | |
3.5 | |
], | |
[ | |
353.761226194, | |
3.6376604850213994 | |
], | |
[ | |
354.261886789, | |
12.10826210826211 | |
], | |
[ | |
354.762549977, | |
11.513859275053306 | |
], | |
[ | |
355.263211308, | |
14.407988587731808 | |
], | |
[ | |
355.763867189, | |
7.04125177809388 | |
], | |
[ | |
356.264535035, | |
3.5688793718772303 | |
], | |
[ | |
356.765213605, | |
4.208273894436516 | |
], | |
[ | |
357.265865275, | |
6.738351254480293 | |
], | |
[ | |
357.766527764, | |
6.8002863278453844 | |
], | |
[ | |
358.267186533, | |
6.738351254480293 | |
], | |
[ | |
358.767855529, | |
6.671449067431851 | |
], | |
[ | |
359.268526613, | |
6.4562410329985624 | |
], | |
[ | |
359.769201478, | |
6.8100358422939 | |
], | |
[ | |
360.269870017, | |
6.590257879656164 | |
], | |
[ | |
360.770187854, | |
3.5688793718772303 | |
], | |
[ | |
361.270848571, | |
3.5663338088445187 | |
], | |
[ | |
361.771152793, | |
3.5714285714285694 | |
], | |
[ | |
362.271813069, | |
3.5663338088445187 | |
], | |
[ | |
362.772476251, | |
3.5663338088445187 | |
], | |
[ | |
363.273141469, | |
3.6376604850213994 | |
], | |
[ | |
363.773802353, | |
3.635067712045611 | |
], | |
[ | |
364.274463095, | |
3.6376604850213994 | |
], | |
[ | |
364.775130249, | |
3.5688793718772303 | |
], | |
[ | |
365.27578926, | |
3.4975017844396774 | |
], | |
[ | |
365.776452875, | |
3.5663338088445187 | |
], | |
[ | |
366.277111965, | |
3.5688793718772303 | |
], | |
[ | |
366.777785418, | |
3.7037037037037095 | |
], | |
[ | |
367.278449848, | |
3.5663338088445187 | |
], | |
[ | |
367.779117109, | |
3.5688793718772303 | |
], | |
[ | |
368.279776506, | |
3.5688793718772303 | |
], | |
[ | |
368.780432651, | |
3.4975017844396774 | |
], | |
[ | |
369.281096925, | |
3.6376604850213994 | |
], | |
[ | |
369.781762421, | |
3.5663338088445187 | |
], | |
[ | |
370.282060213, | |
3.5688793718772303 | |
], | |
[ | |
370.782722243, | |
3.5688793718772303 | |
], | |
[ | |
371.283380581, | |
3.5663338088445187 | |
], | |
[ | |
371.784060291, | |
3.5663338088445187 | |
], | |
[ | |
372.284723573, | |
3.7063435495367116 | |
], | |
[ | |
372.785387254, | |
3.5663338088445187 | |
], | |
[ | |
373.286042773, | |
3.5688793718772303 | |
], | |
[ | |
373.786702207, | |
3.5663338088445187 | |
], | |
[ | |
374.287361666, | |
3.5688793718772303 | |
], | |
[ | |
374.788025524, | |
3.635067712045611 | |
], | |
[ | |
375.288682531, | |
3.5663338088445187 | |
], | |
[ | |
375.789351685, | |
3.5688793718772303 | |
], | |
[ | |
376.290014753, | |
3.5663338088445187 | |
], | |
[ | |
376.79067115, | |
3.6376604850213994 | |
], | |
[ | |
377.291334476, | |
3.635067712045611 | |
], | |
[ | |
377.792001213, | |
3.5663338088445187 | |
], | |
[ | |
378.292658815, | |
3.5688793718772303 | |
], | |
[ | |
378.792934347, | |
3.6376604850213994 | |
], | |
[ | |
379.293543084, | |
3.5663338088445187 | |
], | |
[ | |
379.794136915, | |
3.6376604850213994 | |
], | |
[ | |
380.294729933, | |
3.5688793718772303 | |
], | |
[ | |
380.79532237, | |
3.5663338088445187 | |
], | |
[ | |
381.295928619, | |
3.5688793718772303 | |
], | |
[ | |
381.469368585, | |
3.7037037037037095 | |
] | |
]; | |
// 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 = {}; | |
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); | |
// Draw Y tick marks. | |
for (let n=1; n<units.length; n++) { | |
const y = graph_height - (n * Y_TICK_DIST); | |
ctx.beginPath(); | |
ctx.moveTo(X_LINE, y); | |
ctx.lineTo(X_LINE-5, y); | |
ctx.stroke(); | |
} | |
// Draw Y labels. | |
ctx.textAlign = 'end'; | |
for (let n=0; n<units.length; n++) { | |
let y = MARGIN + (Y_TICK_DIST * (n + 1)) - 13; | |
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. | |
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}; | |
} | |
// 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' ? '#f0b165' : '#95cce8'; | |
roundedRect(ctx, x, y, width, BOX_HEIGHT, RADIUS); | |
ctx.fill(); | |
if (unit.rmeta_time != null) { | |
ctx.beginPath(); | |
ctx.fillStyle = '#aa95e8'; | |
let ctime = unit.duration - unit.rmeta_time; | |
roundedRect(ctx, rmeta_x, y, px_per_sec * ctime, BOX_HEIGHT, RADIUS); | |
ctx.fill(); | |
} | |
ctx.fillStyle = "#000"; | |
ctx.textAlign = 'start'; | |
ctx.textBaseline = 'hanging'; | |
ctx.font = '14px sans-serif'; | |
const label = `${unit.name}${unit.target} ${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 - 6); | |
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 ? '#000' : '#ddd'; | |
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 = 'rgba(250, 119, 0, 0.2)'; | |
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 = '#fff'; | |
ctx.strokeStyle = '#000'; | |
ctx.lineWidth = 1; | |
ctx.textBaseline = 'middle' | |
ctx.textAlign = 'start'; | |
ctx.beginPath(); | |
ctx.rect(0, 0, 150, 82); | |
ctx.stroke(); | |
ctx.fill(); | |
ctx.fillStyle = '#000' | |
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 = 'black'; | |
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 = '#f7f7f7'; | |
ctx.fillRect(0, 0, canvas_width, canvas_height); | |
ctx.lineWidth = 2; | |
ctx.font = '16px sans-serif'; | |
ctx.textAlign = 'center'; | |
// 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 = '#303030'; | |
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 = '#e6e6e6'; | |
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 = '#000'; | |
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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment