Created
September 26, 2019 07:30
-
-
Save SimonSapin/eeb6459081cf75648d507eeaf1d414f3 to your computer and use it in GitHub Desktop.
cargo-timing-20190926T070741Z.html for Servo
This file contains hidden or 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>8 (jobs=8 ncpu=8)</td> | |
| </tr> | |
| <tr> | |
| <td>Build start:</td><td>2019-09-26T07:07:41Z</td> | |
| </tr> | |
| <tr> | |
| <td>Total time:</td><td>597.1s (9m 57.1s)</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>osmesa-src v0.1.0 custom-build (run)</td> | |
| <td>381.6s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>2.</td> | |
| <td>mozjs_sys v0.67.1 custom-build (run)</td> | |
| <td>251.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>3.</td> | |
| <td>script v0.0.1</td> | |
| <td>183.0s</td> | |
| <td>116.7s (64%)</td> | |
| <td>default, unrooted_must_root_lint, webidl_lint</td> | |
| </tr> | |
| <tr> | |
| <td>4.</td> | |
| <td>servo-skia v0.30000022.0 custom-build (run)</td> | |
| <td>178.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>5.</td> | |
| <td>script v0.0.1 custom-build (run)</td> | |
| <td>174.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, unrooted_must_root_lint, webidl_lint</td> | |
| </tr> | |
| <tr> | |
| <td>6.</td> | |
| <td>style v0.0.1</td> | |
| <td>100.0s</td> | |
| <td>54.5s (55%)</td> | |
| <td>crossbeam-channel, encoding_rs, html5ever, serde, servo, servo-layout-2013, servo_atoms, servo_config, servo_url, string_cache</td> | |
| </tr> | |
| <tr> | |
| <td>7.</td> | |
| <td>webrender v0.60.0</td> | |
| <td>60.1s</td> | |
| <td>45.7s (76%)</td> | |
| <td>capture, default, freetype-lib, ron, serde</td> | |
| </tr> | |
| <tr> | |
| <td>8.</td> | |
| <td>fontsan v0.4.0 custom-build (run)</td> | |
| <td>34.7s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>9.</td> | |
| <td>servo v0.0.1 bin "servo"</td> | |
| <td>34.6s</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>packed_simd v0.3.1</td> | |
| <td>29.0s</td> | |
| <td>0.9s (3%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>11.</td> | |
| <td>net v0.0.1</td> | |
| <td>27.5s</td> | |
| <td>23.0s (84%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>12.</td> | |
| <td>canvas_traits v0.0.1</td> | |
| <td>25.7s</td> | |
| <td>17.8s (69%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>13.</td> | |
| <td>gstreamer v0.14.5</td> | |
| <td>25.7s</td> | |
| <td>14.4s (56%)</td> | |
| <td>default, paste, subclassing, v1_10, v1_12, v1_14</td> | |
| </tr> | |
| <tr> | |
| <td>14.</td> | |
| <td>azure v0.36.1 custom-build (run)</td> | |
| <td>24.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>15.</td> | |
| <td>layout_2013 v0.0.1</td> | |
| <td>22.3s</td> | |
| <td>14.7s (66%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>16.</td> | |
| <td>webrender_api v0.60.0</td> | |
| <td>18.8s</td> | |
| <td>8.0s (42%)</td> | |
| <td>ipc, ipc-channel, serialize</td> | |
| </tr> | |
| <tr> | |
| <td>17.</td> | |
| <td>mozangle v0.2.7 custom-build (run)</td> | |
| <td>17.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td>egl, gl_generator</td> | |
| </tr> | |
| <tr> | |
| <td>18.</td> | |
| <td>webdriver_server v0.0.1</td> | |
| <td>17.1s</td> | |
| <td>14.3s (84%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>19.</td> | |
| <td>bindgen v0.51.1</td> | |
| <td>15.5s</td> | |
| <td>10.7s (69%)</td> | |
| <td>clap, default, env_logger, log, logging, which, which-rustfmt</td> | |
| </tr> | |
| <tr> | |
| <td>20.</td> | |
| <td>canvas v0.0.1</td> | |
| <td>14.9s</td> | |
| <td>12.7s (85%)</td> | |
| <td>azure, canvas2d-azure</td> | |
| </tr> | |
| <tr> | |
| <td>21.</td> | |
| <td>syn v0.15.39</td> | |
| <td>14.6s</td> | |
| <td>7.9s (54%)</td> | |
| <td>clone-impls, default, derive, extra-traits, fold, full, parsing, printing, proc-macro, quote, visit</td> | |
| </tr> | |
| <tr> | |
| <td>22.</td> | |
| <td>layout_thread_2013 v0.0.1</td> | |
| <td>14.1s</td> | |
| <td>12.1s (86%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>23.</td> | |
| <td>servo_config v0.0.1</td> | |
| <td>13.3s</td> | |
| <td>5.6s (42%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>24.</td> | |
| <td>brotli v3.1.5</td> | |
| <td>12.9s</td> | |
| <td>5.8s (45%)</td> | |
| <td>alloc-stdlib, default, std</td> | |
| </tr> | |
| <tr> | |
| <td>25.</td> | |
| <td>image v0.22.1</td> | |
| <td>12.8s</td> | |
| <td>8.9s (70%)</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>26.</td> | |
| <td>glib v0.8.0</td> | |
| <td>12.2s</td> | |
| <td>7.7s (63%)</td> | |
| <td>subclassing</td> | |
| </tr> | |
| <tr> | |
| <td>27.</td> | |
| <td>script_plugins v0.0.1</td> | |
| <td>11.7s</td> | |
| <td>0.0s (0%)</td> | |
| <td>unrooted_must_root_lint, webidl_lint</td> | |
| </tr> | |
| <tr> | |
| <td>28.</td> | |
| <td>clap v2.32.0</td> | |
| <td>11.6s</td> | |
| <td>8.0s (69%)</td> | |
| <td>ansi_term, atty, color, default, strsim, suggestions, vec_map</td> | |
| </tr> | |
| <tr> | |
| <td>29.</td> | |
| <td>jemalloc-sys v0.1.4 custom-build (run)</td> | |
| <td>10.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>30.</td> | |
| <td>serde_derive v1.0.88</td> | |
| <td>10.6s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>31.</td> | |
| <td>net_traits v0.0.1</td> | |
| <td>10.0s</td> | |
| <td>5.0s (50%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>32.</td> | |
| <td>clang-sys v0.28.0</td> | |
| <td>9.7s</td> | |
| <td>7.3s (76%)</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>33.</td> | |
| <td>gfx v0.0.1</td> | |
| <td>9.4s</td> | |
| <td>6.1s (64%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>34.</td> | |
| <td>devtools v0.0.1</td> | |
| <td>9.0s</td> | |
| <td>6.4s (72%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>35.</td> | |
| <td>script_traits v0.0.1</td> | |
| <td>8.9s</td> | |
| <td>3.1s (35%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>36.</td> | |
| <td>constellation v0.0.1</td> | |
| <td>8.7s</td> | |
| <td>5.6s (64%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>37.</td> | |
| <td>libservo v0.0.1</td> | |
| <td>8.4s</td> | |
| <td>6.1s (73%)</td> | |
| <td>canvas2d-azure, egl, layout-2013, layout_thread_2013, native-bluetooth, webdriver, webdriver_server</td> | |
| </tr> | |
| <tr> | |
| <td>38.</td> | |
| <td>gleam v0.6.18 custom-build (run)</td> | |
| <td>8.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>39.</td> | |
| <td>weedle v0.10.0</td> | |
| <td>8.3s</td> | |
| <td>2.7s (33%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>40.</td> | |
| <td>sparkle v0.1.6 custom-build (run)</td> | |
| <td>8.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>41.</td> | |
| <td>regex v1.1.6</td> | |
| <td>7.9s</td> | |
| <td>6.2s (79%)</td> | |
| <td>default, use_std</td> | |
| </tr> | |
| <tr> | |
| <td>42.</td> | |
| <td>dbus v0.6.3</td> | |
| <td>7.8s</td> | |
| <td>5.1s (65%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>43.</td> | |
| <td>ucd v0.1.1</td> | |
| <td>7.8s</td> | |
| <td>0.7s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>44.</td> | |
| <td>servo-media-gstreamer v0.1.0</td> | |
| <td>7.7s</td> | |
| <td>6.1s (80%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>45.</td> | |
| <td>winit v0.19.3</td> | |
| <td>7.5s</td> | |
| <td>5.4s (72%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>46.</td> | |
| <td>darling_core v0.9.0</td> | |
| <td>7.4s</td> | |
| <td>5.4s (74%)</td> | |
| <td>strsim, suggestions</td> | |
| </tr> | |
| <tr> | |
| <td>47.</td> | |
| <td>serde v1.0.88</td> | |
| <td>7.1s</td> | |
| <td>0.3s (4%)</td> | |
| <td>default, derive, rc, serde_derive, std</td> | |
| </tr> | |
| <tr> | |
| <td>48.</td> | |
| <td>syn v1.0.3</td> | |
| <td>6.4s</td> | |
| <td>4.1s (63%)</td> | |
| <td>clone-impls, default, derive, parsing, printing, proc-macro, quote</td> | |
| </tr> | |
| <tr> | |
| <td>49.</td> | |
| <td>webvr v0.0.1</td> | |
| <td>6.3s</td> | |
| <td>5.1s (80%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>50.</td> | |
| <td>regex-syntax v0.6.6</td> | |
| <td>6.3s</td> | |
| <td>3.3s (52%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>51.</td> | |
| <td>html5ever v0.23.0 custom-build</td> | |
| <td>6.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>52.</td> | |
| <td>nix v0.14.1</td> | |
| <td>6.0s</td> | |
| <td>1.9s (31%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>53.</td> | |
| <td>influent v0.5.2</td> | |
| <td>5.9s</td> | |
| <td>5.1s (88%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>54.</td> | |
| <td>webxr-api v0.0.1</td> | |
| <td>5.7s</td> | |
| <td>4.2s (73%)</td> | |
| <td>ipc, ipc-channel, serde</td> | |
| </tr> | |
| <tr> | |
| <td>55.</td> | |
| <td>selectors v0.21.0</td> | |
| <td>5.6s</td> | |
| <td>0.7s (12%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>56.</td> | |
| <td>gleam v0.6.18</td> | |
| <td>5.6s</td> | |
| <td>1.3s (23%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>57.</td> | |
| <td>derivative v1.0.2</td> | |
| <td>5.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>58.</td> | |
| <td>bluetooth v0.0.1</td> | |
| <td>5.2s</td> | |
| <td>4.1s (79%)</td> | |
| <td>native-bluetooth</td> | |
| </tr> | |
| <tr> | |
| <td>59.</td> | |
| <td>smithay-client-toolkit v0.4.6</td> | |
| <td>5.2s</td> | |
| <td>3.6s (70%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>60.</td> | |
| <td>hyper v0.12.33</td> | |
| <td>5.1s</td> | |
| <td>2.2s (43%)</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>61.</td> | |
| <td>derive_more v0.13.0</td> | |
| <td>5.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>62.</td> | |
| <td>h2 v0.1.26</td> | |
| <td>5.0s</td> | |
| <td>2.2s (45%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>63.</td> | |
| <td>cssparser v0.25.8 custom-build</td> | |
| <td>4.9s</td> | |
| <td>0.0s (0%)</td> | |
| <td>serde</td> | |
| </tr> | |
| <tr> | |
| <td>64.</td> | |
| <td>heartbeats-simple-sys v0.4.1 custom-build (run)</td> | |
| <td>4.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>65.</td> | |
| <td>servo-media-audio v0.1.0</td> | |
| <td>4.8s</td> | |
| <td>3.5s (73%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>66.</td> | |
| <td>profile v0.0.1</td> | |
| <td>4.7s</td> | |
| <td>3.5s (76%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>67.</td> | |
| <td>wayland-protocols v0.21.4</td> | |
| <td>4.6s</td> | |
| <td>1.9s (41%)</td> | |
| <td>client, native_client, native_lib, unstable_protocols, wayland-client</td> | |
| </tr> | |
| <tr> | |
| <td>68.</td> | |
| <td>http v0.1.17</td> | |
| <td>4.6s</td> | |
| <td>2.0s (44%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>69.</td> | |
| <td>x11-dl v2.18.3</td> | |
| <td>4.5s</td> | |
| <td>1.6s (37%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>70.</td> | |
| <td>gstreamer-gl v0.14.0</td> | |
| <td>4.5s</td> | |
| <td>2.7s (60%)</td> | |
| <td>default, egl, x11</td> | |
| </tr> | |
| <tr> | |
| <td>71.</td> | |
| <td>gstreamer-video v0.14.0</td> | |
| <td>4.4s</td> | |
| <td>2.0s (46%)</td> | |
| <td>default, v1_10, v1_12, v1_14</td> | |
| </tr> | |
| <tr> | |
| <td>72.</td> | |
| <td>array-init v0.0.4</td> | |
| <td>4.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>73.</td> | |
| <td>encoding_rs v0.8.12</td> | |
| <td>4.3s</td> | |
| <td>2.1s (49%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>74.</td> | |
| <td>metrics v0.0.1</td> | |
| <td>4.2s</td> | |
| <td>3.4s (80%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>75.</td> | |
| <td>openssl v0.10.11</td> | |
| <td>4.2s</td> | |
| <td>1.6s (39%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>76.</td> | |
| <td>rust-webvr v0.16.1 custom-build (run)</td> | |
| <td>4.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, euclid, gleam, glutin, glwindow, libloading, mock, openvr, sparkle, vrexternal</td> | |
| </tr> | |
| <tr> | |
| <td>77.</td> | |
| <td>warp v0.1.19</td> | |
| <td>4.1s</td> | |
| <td>1.0s (24%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>78.</td> | |
| <td>gstreamer-player v0.14.0</td> | |
| <td>3.6s</td> | |
| <td>2.3s (64%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>79.</td> | |
| <td>num-derive v0.2.3</td> | |
| <td>3.6s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>80.</td> | |
| <td>style v0.0.1 custom-build (run)</td> | |
| <td>3.6s</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>81.</td> | |
| <td>brotli-decompressor v2.1.3</td> | |
| <td>3.5s</td> | |
| <td>1.7s (47%)</td> | |
| <td>alloc-stdlib, std</td> | |
| </tr> | |
| <tr> | |
| <td>82.</td> | |
| <td>style_derive v0.0.1</td> | |
| <td>3.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>83.</td> | |
| <td>synstructure v0.10.1</td> | |
| <td>3.5s</td> | |
| <td>2.9s (83%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>84.</td> | |
| <td>toml v0.5.1</td> | |
| <td>3.4s</td> | |
| <td>1.9s (56%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>85.</td> | |
| <td>servo_config_plugins v0.0.1</td> | |
| <td>3.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>86.</td> | |
| <td>gstreamer-base v0.14.0</td> | |
| <td>3.4s</td> | |
| <td>2.1s (61%)</td> | |
| <td>default, v1_10, v1_12, v1_14</td> | |
| </tr> | |
| <tr> | |
| <td>87.</td> | |
| <td>sparkle v0.1.6</td> | |
| <td>3.3s</td> | |
| <td>0.6s (18%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>88.</td> | |
| <td>mozjs_sys v0.67.1</td> | |
| <td>3.2s</td> | |
| <td>0.8s (24%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>89.</td> | |
| <td>keyboard-types v0.4.4</td> | |
| <td>3.2s</td> | |
| <td>0.8s (25%)</td> | |
| <td>default, serde, unicode-segmentation, webdriver</td> | |
| </tr> | |
| <tr> | |
| <td>90.</td> | |
| <td>wayland-protocols v0.21.4 custom-build (run)</td> | |
| <td>3.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>client, native_client, native_lib, unstable_protocols, wayland-client</td> | |
| </tr> | |
| <tr> | |
| <td>91.</td> | |
| <td>webdriver v0.40.1</td> | |
| <td>3.1s</td> | |
| <td>0.4s (12%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>92.</td> | |
| <td>media v0.0.1</td> | |
| <td>3.1s</td> | |
| <td>2.0s (65%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>93.</td> | |
| <td>rust-webvr-api v0.16.0</td> | |
| <td>3.1s</td> | |
| <td>1.4s (45%)</td> | |
| <td>android_injected_glue, default, ipc, ipc-channel, jni_utils, serde, serde-serialization, serde_derive, time, utils</td> | |
| </tr> | |
| <tr> | |
| <td>94.</td> | |
| <td>wayland-scanner v0.21.13</td> | |
| <td>3.1s</td> | |
| <td>1.7s (56%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>95.</td> | |
| <td>rust-webvr v0.16.1</td> | |
| <td>3.0s</td> | |
| <td>2.5s (82%)</td> | |
| <td>default, euclid, gleam, glutin, glwindow, libloading, mock, openvr, sparkle, vrexternal</td> | |
| </tr> | |
| <tr> | |
| <td>96.</td> | |
| <td>rayon v1.2.0</td> | |
| <td>3.0s</td> | |
| <td>0.3s (11%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>97.</td> | |
| <td>debugger v0.0.1</td> | |
| <td>3.0s</td> | |
| <td>2.5s (85%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>98.</td> | |
| <td>background_hang_monitor v0.0.1</td> | |
| <td>2.9s</td> | |
| <td>2.2s (75%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>99.</td> | |
| <td>futures v0.1.28</td> | |
| <td>2.8s</td> | |
| <td>0.6s (21%)</td> | |
| <td>default, use_std, with-deprecated</td> | |
| </tr> | |
| <tr> | |
| <td>100.</td> | |
| <td>x11 v2.17.3</td> | |
| <td>2.7s</td> | |
| <td>0.7s (24%)</td> | |
| <td>xlib</td> | |
| </tr> | |
| <tr> | |
| <td>101.</td> | |
| <td>domobject_derive v0.0.1</td> | |
| <td>2.6s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>102.</td> | |
| <td>cc v1.0.35</td> | |
| <td>2.6s</td> | |
| <td>2.0s (76%)</td> | |
| <td>parallel, rayon</td> | |
| </tr> | |
| <tr> | |
| <td>103.</td> | |
| <td>gstreamer-webrtc v0.14.0</td> | |
| <td>2.6s</td> | |
| <td>1.7s (67%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>104.</td> | |
| <td>serde_json v1.0.13</td> | |
| <td>2.6s</td> | |
| <td>1.2s (46%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>105.</td> | |
| <td>cexpr v0.3.3</td> | |
| <td>2.6s</td> | |
| <td>1.6s (61%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>106.</td> | |
| <td>wayland-client v0.21.13</td> | |
| <td>2.6s</td> | |
| <td>1.2s (47%)</td> | |
| <td>cursor, dlopen, egl, native_lib, wayland-sys</td> | |
| </tr> | |
| <tr> | |
| <td>107.</td> | |
| <td>compositing v0.0.1</td> | |
| <td>2.5s</td> | |
| <td>1.2s (45%)</td> | |
| <td>default, gl, gleam, pixels</td> | |
| </tr> | |
| <tr> | |
| <td>108.</td> | |
| <td>typetag-impl v0.1.3</td> | |
| <td>2.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>109.</td> | |
| <td>devtools_traits v0.0.1</td> | |
| <td>2.4s</td> | |
| <td>0.3s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>110.</td> | |
| <td>xml-rs v0.8.0</td> | |
| <td>2.4s</td> | |
| <td>1.6s (67%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>111.</td> | |
| <td>markup5ever v0.8.1</td> | |
| <td>2.4s</td> | |
| <td>1.1s (48%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>112.</td> | |
| <td>libflate v0.1.26</td> | |
| <td>2.4s</td> | |
| <td>1.3s (56%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>113.</td> | |
| <td>bluetooth_traits v0.0.1</td> | |
| <td>2.3s</td> | |
| <td>0.9s (37%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>114.</td> | |
| <td>blurmock v0.1.3</td> | |
| <td>2.3s</td> | |
| <td>1.8s (79%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>115.</td> | |
| <td>profile_traits v0.0.1</td> | |
| <td>2.2s</td> | |
| <td>0.9s (40%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>116.</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>117.</td> | |
| <td>dom_struct v0.0.1</td> | |
| <td>2.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>118.</td> | |
| <td>webxr v0.0.1 custom-build</td> | |
| <td>2.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td>glutin, glwindow, headless, ipc, serde</td> | |
| </tr> | |
| <tr> | |
| <td>119.</td> | |
| <td>ipc-channel v0.12.0</td> | |
| <td>2.1s</td> | |
| <td>1.6s (73%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>120.</td> | |
| <td>ws v0.9.0</td> | |
| <td>2.1s</td> | |
| <td>0.9s (42%)</td> | |
| <td>default, openssl, ssl</td> | |
| </tr> | |
| <tr> | |
| <td>121.</td> | |
| <td>glutin v0.21.1</td> | |
| <td>2.1s</td> | |
| <td>1.3s (60%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>122.</td> | |
| <td>gl_generator v0.11.0</td> | |
| <td>2.1s</td> | |
| <td>1.3s (62%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>123.</td> | |
| <td>tokio-threadpool v0.1.14</td> | |
| <td>2.1s</td> | |
| <td>1.3s (63%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>124.</td> | |
| <td>petgraph v0.4.13</td> | |
| <td>2.1s</td> | |
| <td>0.1s (3%)</td> | |
| <td>default, graphmap, ordermap, stable_graph</td> | |
| </tr> | |
| <tr> | |
| <td>125.</td> | |
| <td>msg v0.0.1</td> | |
| <td>2.1s</td> | |
| <td>0.5s (24%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>126.</td> | |
| <td>jpeg-decoder v0.1.14</td> | |
| <td>2.0s</td> | |
| <td>1.3s (65%)</td> | |
| <td>rayon</td> | |
| </tr> | |
| <tr> | |
| <td>127.</td> | |
| <td>gl_generator v0.13.1</td> | |
| <td>2.0s</td> | |
| <td>1.2s (62%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>128.</td> | |
| <td>headers v0.2.1</td> | |
| <td>2.0s</td> | |
| <td>0.8s (40%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>129.</td> | |
| <td>url v2.1.0</td> | |
| <td>1.9s</td> | |
| <td>0.9s (49%)</td> | |
| <td>serde</td> | |
| </tr> | |
| <tr> | |
| <td>130.</td> | |
| <td>cssparser-macros v0.3.5</td> | |
| <td>1.9s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>131.</td> | |
| <td>cssparser v0.25.8</td> | |
| <td>1.9s</td> | |
| <td>0.7s (35%)</td> | |
| <td>serde</td> | |
| </tr> | |
| <tr> | |
| <td>132.</td> | |
| <td>rand v0.6.5</td> | |
| <td>1.9s</td> | |
| <td>0.5s (26%)</td> | |
| <td>alloc, default, rand_os, std</td> | |
| </tr> | |
| <tr> | |
| <td>133.</td> | |
| <td>xcb v0.8.2</td> | |
| <td>1.9s</td> | |
| <td>0.8s (44%)</td> | |
| <td>thread</td> | |
| </tr> | |
| <tr> | |
| <td>134.</td> | |
| <td>euclid v0.20.0</td> | |
| <td>1.8s</td> | |
| <td>0.0s (2%)</td> | |
| <td>serde</td> | |
| </tr> | |
| <tr> | |
| <td>135.</td> | |
| <td>webxr v0.0.1</td> | |
| <td>1.8s</td> | |
| <td>1.4s (75%)</td> | |
| <td>glutin, glwindow, headless, ipc, serde</td> | |
| </tr> | |
| <tr> | |
| <td>136.</td> | |
| <td>ron v0.1.7</td> | |
| <td>1.8s</td> | |
| <td>1.0s (56%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>137.</td> | |
| <td>mozjs v0.12.0</td> | |
| <td>1.8s</td> | |
| <td>0.2s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>138.</td> | |
| <td>html5ever v0.23.0</td> | |
| <td>1.7s</td> | |
| <td>0.4s (23%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>139.</td> | |
| <td>chrono v0.4.2</td> | |
| <td>1.7s</td> | |
| <td>0.6s (35%)</td> | |
| <td>clock, default, time</td> | |
| </tr> | |
| <tr> | |
| <td>140.</td> | |
| <td>embedder_traits v0.0.1</td> | |
| <td>1.7s</td> | |
| <td>0.8s (49%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>141.</td> | |
| <td>mio v0.6.18</td> | |
| <td>1.6s</td> | |
| <td>0.8s (47%)</td> | |
| <td>default, with-deprecated</td> | |
| </tr> | |
| <tr> | |
| <td>142.</td> | |
| <td>immeta v0.4.0</td> | |
| <td>1.6s</td> | |
| <td>0.8s (49%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>143.</td> | |
| <td>nom v4.1.1</td> | |
| <td>1.6s</td> | |
| <td>0.5s (29%)</td> | |
| <td>alloc, default, std, verbose-errors</td> | |
| </tr> | |
| <tr> | |
| <td>144.</td> | |
| <td>rayon-core v1.6.0</td> | |
| <td>1.6s</td> | |
| <td>1.0s (64%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>145.</td> | |
| <td>offscreen_gl_context v0.25.1 custom-build</td> | |
| <td>1.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, osmesa, osmesa-sys, serde, x11</td> | |
| </tr> | |
| <tr> | |
| <td>146.</td> | |
| <td>glutin_glx_sys v0.1.5 custom-build</td> | |
| <td>1.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>147.</td> | |
| <td>ghost v0.1.0</td> | |
| <td>1.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>148.</td> | |
| <td>sparkle v0.1.6 custom-build</td> | |
| <td>1.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>149.</td> | |
| <td>glutin_egl_sys v0.1.3 custom-build</td> | |
| <td>1.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>150.</td> | |
| <td>andrew v0.2.1</td> | |
| <td>1.5s</td> | |
| <td>1.2s (78%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>151.</td> | |
| <td>gstreamer-sys v0.8.0</td> | |
| <td>1.5s</td> | |
| <td>0.7s (47%)</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>152.</td> | |
| <td>script_layout_interface v0.0.1</td> | |
| <td>1.5s</td> | |
| <td>0.3s (21%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>153.</td> | |
| <td>deflate v0.7.19</td> | |
| <td>1.5s</td> | |
| <td>0.9s (61%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>154.</td> | |
| <td>xml5ever v0.14.0</td> | |
| <td>1.5s</td> | |
| <td>0.7s (49%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>155.</td> | |
| <td>mozangle v0.2.7 custom-build</td> | |
| <td>1.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>egl, gl_generator</td> | |
| </tr> | |
| <tr> | |
| <td>156.</td> | |
| <td>gstreamer-sdp v0.14.0</td> | |
| <td>1.4s</td> | |
| <td>0.8s (57%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>157.</td> | |
| <td>gstreamer-audio v0.14.0</td> | |
| <td>1.4s</td> | |
| <td>0.7s (51%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>158.</td> | |
| <td>proc-macro2 v0.4.26</td> | |
| <td>1.4s</td> | |
| <td>0.8s (60%)</td> | |
| <td>default, proc-macro</td> | |
| </tr> | |
| <tr> | |
| <td>159.</td> | |
| <td>glx v0.2.5 custom-build</td> | |
| <td>1.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>160.</td> | |
| <td>gleam v0.6.18 custom-build</td> | |
| <td>1.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>161.</td> | |
| <td>mozjs_sys v0.67.1 custom-build</td> | |
| <td>1.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>162.</td> | |
| <td>script v0.0.1 custom-build</td> | |
| <td>1.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, unrooted_must_root_lint, webidl_lint</td> | |
| </tr> | |
| <tr> | |
| <td>163.</td> | |
| <td>proc-macro2 v1.0.1</td> | |
| <td>1.4s</td> | |
| <td>0.8s (59%)</td> | |
| <td>default, proc-macro</td> | |
| </tr> | |
| <tr> | |
| <td>164.</td> | |
| <td>style_traits v0.0.1</td> | |
| <td>1.4s</td> | |
| <td>0.4s (27%)</td> | |
| <td>serde, servo, servo_atoms, servo_url, webrender_api</td> | |
| </tr> | |
| <tr> | |
| <td>165.</td> | |
| <td>derive_common v0.0.1</td> | |
| <td>1.4s</td> | |
| <td>1.0s (74%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>166.</td> | |
| <td>tokio v0.1.22</td> | |
| <td>1.4s</td> | |
| <td>0.9s (68%)</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>167.</td> | |
| <td>to_shmem_derive v0.0.1</td> | |
| <td>1.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>168.</td> | |
| <td>string_cache_codegen v0.4.2</td> | |
| <td>1.3s</td> | |
| <td>1.1s (81%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>169.</td> | |
| <td>itertools v0.8.0</td> | |
| <td>1.3s</td> | |
| <td>0.0s (2%)</td> | |
| <td>default, use_std</td> | |
| </tr> | |
| <tr> | |
| <td>170.</td> | |
| <td>miniz_oxide v0.1.3</td> | |
| <td>1.3s</td> | |
| <td>0.7s (51%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>171.</td> | |
| <td>hex v0.3.2</td> | |
| <td>1.3s</td> | |
| <td>0.0s (2%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>172.</td> | |
| <td>proc-macro-hack v0.5.7</td> | |
| <td>1.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>173.</td> | |
| <td>gstreamer-app v0.14.0</td> | |
| <td>1.3s</td> | |
| <td>0.6s (48%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>174.</td> | |
| <td>unicode-bidi v0.3.3</td> | |
| <td>1.3s</td> | |
| <td>0.9s (68%)</td> | |
| <td>default, serde, serde_derive, with_serde</td> | |
| </tr> | |
| <tr> | |
| <td>175.</td> | |
| <td>erased-serde v0.3.9</td> | |
| <td>1.3s</td> | |
| <td>0.2s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>176.</td> | |
| <td>pkg-config v0.3.14</td> | |
| <td>1.2s</td> | |
| <td>1.0s (78%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>177.</td> | |
| <td>idna v0.2.0</td> | |
| <td>1.2s</td> | |
| <td>0.5s (39%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>178.</td> | |
| <td>mozjs v0.12.0 custom-build (run)</td> | |
| <td>1.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>179.</td> | |
| <td>num-traits v0.2.4</td> | |
| <td>1.2s</td> | |
| <td>0.1s (8%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>180.</td> | |
| <td>selectors v0.21.0 custom-build</td> | |
| <td>1.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>181.</td> | |
| <td>typetag v0.1.3</td> | |
| <td>1.2s</td> | |
| <td>0.1s (11%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>182.</td> | |
| <td>deny_public_fields v0.0.1</td> | |
| <td>1.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>183.</td> | |
| <td>num-rational v0.2.1</td> | |
| <td>1.2s</td> | |
| <td>0.7s (62%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>184.</td> | |
| <td>png v0.15.0</td> | |
| <td>1.1s</td> | |
| <td>0.5s (47%)</td> | |
| <td>default, deflate, png-encoding</td> | |
| </tr> | |
| <tr> | |
| <td>185.</td> | |
| <td>glob v0.2.11</td> | |
| <td>1.1s</td> | |
| <td>0.8s (70%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>186.</td> | |
| <td>xcb v0.8.2 custom-build (run)</td> | |
| <td>1.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>thread</td> | |
| </tr> | |
| <tr> | |
| <td>187.</td> | |
| <td>markup5ever v0.8.1 custom-build</td> | |
| <td>1.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>188.</td> | |
| <td>rusttype v0.7.2</td> | |
| <td>1.1s</td> | |
| <td>0.6s (53%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>189.</td> | |
| <td>blurz v0.3.0</td> | |
| <td>1.1s</td> | |
| <td>0.8s (69%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>190.</td> | |
| <td>wayland-sys v0.21.13</td> | |
| <td>1.1s</td> | |
| <td>0.9s (78%)</td> | |
| <td>client, cursor, dlopen, egl, lazy_static</td> | |
| </tr> | |
| <tr> | |
| <td>191.</td> | |
| <td>peek-poke-derive v0.2.0</td> | |
| <td>1.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>192.</td> | |
| <td>markup5ever v0.8.1 custom-build (run)</td> | |
| <td>1.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>193.</td> | |
| <td>mime_guess v2.0.1 custom-build</td> | |
| <td>1.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, rev-mappings</td> | |
| </tr> | |
| <tr> | |
| <td>194.</td> | |
| <td>servo-media-player v0.1.0</td> | |
| <td>1.1s</td> | |
| <td>0.5s (45%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>195.</td> | |
| <td>x11-clipboard v0.3.0</td> | |
| <td>1.0s</td> | |
| <td>0.8s (77%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>196.</td> | |
| <td>scoped_threadpool v0.1.7</td> | |
| <td>1.0s</td> | |
| <td>0.9s (85%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>197.</td> | |
| <td>crossbeam-channel v0.3.8</td> | |
| <td>1.0s</td> | |
| <td>0.3s (34%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>198.</td> | |
| <td>hyper-openssl v0.7.0</td> | |
| <td>1.0s</td> | |
| <td>0.7s (72%)</td> | |
| <td>default, runtime</td> | |
| </tr> | |
| <tr> | |
| <td>199.</td> | |
| <td>getopts v0.2.17</td> | |
| <td>1.0s</td> | |
| <td>0.7s (68%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>200.</td> | |
| <td>gaol v0.2.0</td> | |
| <td>1.0s</td> | |
| <td>0.7s (71%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>201.</td> | |
| <td>aho-corasick v0.7.3</td> | |
| <td>1.0s</td> | |
| <td>0.3s (27%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>202.</td> | |
| <td>ctor v0.1.9</td> | |
| <td>1.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>203.</td> | |
| <td>tokio-timer v0.2.11</td> | |
| <td>1.0s</td> | |
| <td>0.5s (48%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>204.</td> | |
| <td>env_logger v0.6.0</td> | |
| <td>0.9s</td> | |
| <td>0.6s (62%)</td> | |
| <td>atty, default, humantime, regex, termcolor</td> | |
| </tr> | |
| <tr> | |
| <td>205.</td> | |
| <td>crossbeam-utils v0.6.5</td> | |
| <td>0.9s</td> | |
| <td>0.5s (54%)</td> | |
| <td>default, lazy_static, std</td> | |
| </tr> | |
| <tr> | |
| <td>206.</td> | |
| <td>tokio-reactor v0.1.3</td> | |
| <td>0.9s</td> | |
| <td>0.5s (58%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>207.</td> | |
| <td>tiff v0.3.1</td> | |
| <td>0.9s</td> | |
| <td>0.3s (35%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>208.</td> | |
| <td>jstraceable_derive v0.0.1</td> | |
| <td>0.9s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>209.</td> | |
| <td>gstreamer-video-sys v0.8.0</td> | |
| <td>0.9s</td> | |
| <td>0.4s (49%)</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>210.</td> | |
| <td>cssparser v0.25.8 custom-build (run)</td> | |
| <td>0.9s</td> | |
| <td>0.0s (0%)</td> | |
| <td>serde</td> | |
| </tr> | |
| <tr> | |
| <td>211.</td> | |
| <td>device v0.0.1</td> | |
| <td>0.9s</td> | |
| <td>0.6s (67%)</td> | |
| <td>bluetooth, bluetooth-test, blurdroid, blurmac, blurmock, blurz</td> | |
| </tr> | |
| <tr> | |
| <td>212.</td> | |
| <td>servo_url v0.0.1</td> | |
| <td>0.9s</td> | |
| <td>0.3s (32%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>213.</td> | |
| <td>libc v0.2.62</td> | |
| <td>0.9s</td> | |
| <td>0.1s (9%)</td> | |
| <td>default, std, use_std</td> | |
| </tr> | |
| <tr> | |
| <td>214.</td> | |
| <td>tokio-sync v0.1.6</td> | |
| <td>0.8s</td> | |
| <td>0.3s (33%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>215.</td> | |
| <td>tinyfiledialogs v3.3.5</td> | |
| <td>0.8s</td> | |
| <td>0.6s (71%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>216.</td> | |
| <td>malloc_size_of_derive v0.1.0</td> | |
| <td>0.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>217.</td> | |
| <td>hashglobe v0.1.0</td> | |
| <td>0.8s</td> | |
| <td>0.1s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>218.</td> | |
| <td>inflate v0.4.3</td> | |
| <td>0.8s</td> | |
| <td>0.5s (57%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>219.</td> | |
| <td>time v0.1.42</td> | |
| <td>0.8s</td> | |
| <td>0.4s (50%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>220.</td> | |
| <td>openssl-sys v0.9.35 custom-build</td> | |
| <td>0.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>221.</td> | |
| <td>bytes v0.4.12</td> | |
| <td>0.8s</td> | |
| <td>0.3s (36%)</td> | |
| <td>either</td> | |
| </tr> | |
| <tr> | |
| <td>222.</td> | |
| <td>mime_guess v2.0.1</td> | |
| <td>0.8s</td> | |
| <td>0.3s (36%)</td> | |
| <td>default, rev-mappings</td> | |
| </tr> | |
| <tr> | |
| <td>223.</td> | |
| <td>enum-iterator-derive v0.2.3</td> | |
| <td>0.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>224.</td> | |
| <td>walkdir v2.2.7</td> | |
| <td>0.8s</td> | |
| <td>0.6s (73%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>225.</td> | |
| <td>paste-impl v0.1.5</td> | |
| <td>0.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>226.</td> | |
| <td>headers-derive v0.1.0</td> | |
| <td>0.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>227.</td> | |
| <td>wayland-protocols v0.21.4 custom-build</td> | |
| <td>0.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td>client, native_client, native_lib, unstable_protocols, wayland-client</td> | |
| </tr> | |
| <tr> | |
| <td>228.</td> | |
| <td>glib-sys v0.9.0</td> | |
| <td>0.8s</td> | |
| <td>0.3s (43%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>229.</td> | |
| <td>typenum v1.10.0</td> | |
| <td>0.8s</td> | |
| <td>0.0s (4%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>230.</td> | |
| <td>wayland-client v0.21.13 custom-build (run)</td> | |
| <td>0.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td>cursor, dlopen, egl, native_lib, wayland-sys</td> | |
| </tr> | |
| <tr> | |
| <td>231.</td> | |
| <td>uuid v0.7.4</td> | |
| <td>0.8s</td> | |
| <td>0.2s (23%)</td> | |
| <td>default, rand, serde, std, v4</td> | |
| </tr> | |
| <tr> | |
| <td>232.</td> | |
| <td>cookie v0.11.0</td> | |
| <td>0.8s</td> | |
| <td>0.5s (65%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>233.</td> | |
| <td>parking_lot v0.9.0</td> | |
| <td>0.8s</td> | |
| <td>0.5s (63%)</td> | |
| <td>default, nightly</td> | |
| </tr> | |
| <tr> | |
| <td>234.</td> | |
| <td>backtrace v0.3.35</td> | |
| <td>0.8s</td> | |
| <td>0.5s (63%)</td> | |
| <td>backtrace-sys, dbghelp, default, dladdr, libbacktrace, libunwind, std</td> | |
| </tr> | |
| <tr> | |
| <td>235.</td> | |
| <td>wayland-client v0.21.13 custom-build</td> | |
| <td>0.8s</td> | |
| <td>0.0s (0%)</td> | |
| <td>cursor, dlopen, egl, native_lib, wayland-sys</td> | |
| </tr> | |
| <tr> | |
| <td>236.</td> | |
| <td>xdg v2.1.0</td> | |
| <td>0.8s</td> | |
| <td>0.6s (73%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>237.</td> | |
| <td>mozangle v0.2.7</td> | |
| <td>0.8s</td> | |
| <td>0.5s (71%)</td> | |
| <td>egl, gl_generator</td> | |
| </tr> | |
| <tr> | |
| <td>238.</td> | |
| <td>semver-parser v0.7.0</td> | |
| <td>0.8s</td> | |
| <td>0.5s (71%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>239.</td> | |
| <td>servo_media_derive v0.1.0</td> | |
| <td>0.7s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>240.</td> | |
| <td>unicase v2.4.0</td> | |
| <td>0.7s</td> | |
| <td>0.2s (29%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>241.</td> | |
| <td>flate2 v1.0.1</td> | |
| <td>0.7s</td> | |
| <td>0.2s (28%)</td> | |
| <td>default, miniz-sys, miniz_oxide_c_api, rust_backend</td> | |
| </tr> | |
| <tr> | |
| <td>242.</td> | |
| <td>tokio-io v0.1.8</td> | |
| <td>0.7s</td> | |
| <td>0.2s (21%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>243.</td> | |
| <td>termcolor v1.0.4</td> | |
| <td>0.7s</td> | |
| <td>0.4s (58%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>244.</td> | |
| <td>gstreamer-gl-sys v0.8.0</td> | |
| <td>0.7s</td> | |
| <td>0.3s (47%)</td> | |
| <td>egl, x11</td> | |
| </tr> | |
| <tr> | |
| <td>245.</td> | |
| <td>offscreen_gl_context v0.25.1</td> | |
| <td>0.7s</td> | |
| <td>0.2s (35%)</td> | |
| <td>default, osmesa, osmesa-sys, serde, x11</td> | |
| </tr> | |
| <tr> | |
| <td>246.</td> | |
| <td>wayland-commons v0.21.13</td> | |
| <td>0.7s</td> | |
| <td>0.4s (55%)</td> | |
| <td>native_lib, wayland-sys</td> | |
| </tr> | |
| <tr> | |
| <td>247.</td> | |
| <td>tokio-fs v0.1.6</td> | |
| <td>0.7s</td> | |
| <td>0.4s (58%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>248.</td> | |
| <td>futures-cpupool v0.1.8</td> | |
| <td>0.7s</td> | |
| <td>0.5s (76%)</td> | |
| <td>default, with-deprecated</td> | |
| </tr> | |
| <tr> | |
| <td>249.</td> | |
| <td>tokio-current-thread v0.1.6</td> | |
| <td>0.7s</td> | |
| <td>0.4s (61%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>250.</td> | |
| <td>crossbeam-epoch v0.7.2</td> | |
| <td>0.7s</td> | |
| <td>0.3s (47%)</td> | |
| <td>default, lazy_static, std</td> | |
| </tr> | |
| <tr> | |
| <td>251.</td> | |
| <td>unicode-normalization v0.1.5</td> | |
| <td>0.7s</td> | |
| <td>0.1s (14%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>252.</td> | |
| <td>semver v0.9.0</td> | |
| <td>0.7s</td> | |
| <td>0.4s (55%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>253.</td> | |
| <td>servo-media-gstreamer-render-unix v0.1.0</td> | |
| <td>0.7s</td> | |
| <td>0.4s (61%)</td> | |
| <td>gl-egl, gl-x11</td> | |
| </tr> | |
| <tr> | |
| <td>254.</td> | |
| <td>gstreamer-audio-sys v0.8.0</td> | |
| <td>0.7s</td> | |
| <td>0.3s (49%)</td> | |
| <td>v1_2, v1_4, v1_6, v1_8</td> | |
| </tr> | |
| <tr> | |
| <td>255.</td> | |
| <td>autocfg v0.1.4</td> | |
| <td>0.7s</td> | |
| <td>0.5s (71%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>256.</td> | |
| <td>strsim v0.7.0</td> | |
| <td>0.7s</td> | |
| <td>0.5s (77%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>257.</td> | |
| <td>darling_macro v0.9.0</td> | |
| <td>0.7s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>258.</td> | |
| <td>threadpool v1.3.2</td> | |
| <td>0.7s</td> | |
| <td>0.5s (80%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>259.</td> | |
| <td>cmake v0.1.41</td> | |
| <td>0.7s</td> | |
| <td>0.4s (62%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>260.</td> | |
| <td>webrender_traits v0.0.1</td> | |
| <td>0.7s</td> | |
| <td>0.3s (48%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>261.</td> | |
| <td>gfx_traits v0.0.1</td> | |
| <td>0.7s</td> | |
| <td>0.1s (18%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>262.</td> | |
| <td>webvr_traits v0.0.1</td> | |
| <td>0.7s</td> | |
| <td>0.1s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>263.</td> | |
| <td>gobject-sys v0.9.0</td> | |
| <td>0.7s</td> | |
| <td>0.3s (47%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>264.</td> | |
| <td>typenum v1.10.0 custom-build</td> | |
| <td>0.7s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>265.</td> | |
| <td>tokio-uds v0.2.5</td> | |
| <td>0.7s</td> | |
| <td>0.4s (54%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>266.</td> | |
| <td>quote v1.0.2</td> | |
| <td>0.6s</td> | |
| <td>0.3s (54%)</td> | |
| <td>default, proc-macro</td> | |
| </tr> | |
| <tr> | |
| <td>267.</td> | |
| <td>memchr v2.2.0</td> | |
| <td>0.6s</td> | |
| <td>0.3s (41%)</td> | |
| <td>default, use_std</td> | |
| </tr> | |
| <tr> | |
| <td>268.</td> | |
| <td>gif v0.10.0</td> | |
| <td>0.6s</td> | |
| <td>0.3s (44%)</td> | |
| <td>default, raii_no_panic</td> | |
| </tr> | |
| <tr> | |
| <td>269.</td> | |
| <td>version_check v0.1.4</td> | |
| <td>0.6s</td> | |
| <td>0.5s (79%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>270.</td> | |
| <td>malloc_size_of v0.0.1</td> | |
| <td>0.6s</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>271.</td> | |
| <td>freetype v0.4.1</td> | |
| <td>0.6s</td> | |
| <td>0.2s (37%)</td> | |
| <td>default, servo-freetype-sys</td> | |
| </tr> | |
| <tr> | |
| <td>272.</td> | |
| <td>gstreamer-base-sys v0.8.0</td> | |
| <td>0.6s</td> | |
| <td>0.3s (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>273.</td> | |
| <td>tempfile v3.0.8</td> | |
| <td>0.6s</td> | |
| <td>0.4s (58%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>274.</td> | |
| <td>net2 v0.2.33</td> | |
| <td>0.6s</td> | |
| <td>0.3s (50%)</td> | |
| <td>default, duration</td> | |
| </tr> | |
| <tr> | |
| <td>275.</td> | |
| <td>num_cpus v1.10.1</td> | |
| <td>0.6s</td> | |
| <td>0.5s (78%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>276.</td> | |
| <td>memchr v2.2.0 custom-build</td> | |
| <td>0.6s</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.6s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>278.</td> | |
| <td>ordermap v0.3.5</td> | |
| <td>0.6s</td> | |
| <td>0.0s (4%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>279.</td> | |
| <td>plane-split v0.14.1</td> | |
| <td>0.6s</td> | |
| <td>0.2s (28%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>280.</td> | |
| <td>miniz_oxide_c_api v0.1.3</td> | |
| <td>0.6s</td> | |
| <td>0.3s (56%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>281.</td> | |
| <td>regex v1.1.6 custom-build</td> | |
| <td>0.6s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, use_std</td> | |
| </tr> | |
| <tr> | |
| <td>282.</td> | |
| <td>compositing v0.0.1 custom-build</td> | |
| <td>0.6s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, gl, gleam, pixels</td> | |
| </tr> | |
| <tr> | |
| <td>283.</td> | |
| <td>sha2 v0.8.0</td> | |
| <td>0.6s</td> | |
| <td>0.3s (53%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>284.</td> | |
| <td>parking_lot_core v0.6.2</td> | |
| <td>0.6s</td> | |
| <td>0.3s (49%)</td> | |
| <td>nightly</td> | |
| </tr> | |
| <tr> | |
| <td>285.</td> | |
| <td>indexmap v1.0.2</td> | |
| <td>0.6s</td> | |
| <td>0.0s (5%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>286.</td> | |
| <td>bincode v1.0.0</td> | |
| <td>0.6s</td> | |
| <td>0.1s (14%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>287.</td> | |
| <td>azure v0.36.1</td> | |
| <td>0.6s</td> | |
| <td>0.2s (31%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>288.</td> | |
| <td>servo-media-webrtc v0.1.0</td> | |
| <td>0.6s</td> | |
| <td>0.4s (67%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>289.</td> | |
| <td>webrender v0.60.0 custom-build</td> | |
| <td>0.6s</td> | |
| <td>0.0s (0%)</td> | |
| <td>capture, default, freetype-lib, ron, serde</td> | |
| </tr> | |
| <tr> | |
| <td>290.</td> | |
| <td>style v0.0.1 custom-build</td> | |
| <td>0.6s</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>291.</td> | |
| <td>caseless v0.2.1 custom-build</td> | |
| <td>0.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>292.</td> | |
| <td>rustc_version v0.2.3</td> | |
| <td>0.5s</td> | |
| <td>0.3s (63%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>293.</td> | |
| <td>cstr-macros v0.1.5</td> | |
| <td>0.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>294.</td> | |
| <td>textwrap v0.10.0</td> | |
| <td>0.5s</td> | |
| <td>0.4s (67%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>295.</td> | |
| <td>html5ever v0.23.0 custom-build (run)</td> | |
| <td>0.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>296.</td> | |
| <td>inventory-impl v0.1.3</td> | |
| <td>0.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>297.</td> | |
| <td>servo_atoms v0.0.1 custom-build</td> | |
| <td>0.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>298.</td> | |
| <td>httparse v1.3.2</td> | |
| <td>0.5s</td> | |
| <td>0.2s (41%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>299.</td> | |
| <td>caseless v0.2.1</td> | |
| <td>0.5s</td> | |
| <td>0.2s (49%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>300.</td> | |
| <td>stb_truetype v0.2.4</td> | |
| <td>0.5s</td> | |
| <td>0.1s (25%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>301.</td> | |
| <td>lzw v0.10.0</td> | |
| <td>0.5s</td> | |
| <td>0.3s (58%)</td> | |
| <td>default, raii_no_panic</td> | |
| </tr> | |
| <tr> | |
| <td>302.</td> | |
| <td>tokio-tcp v0.1.1</td> | |
| <td>0.5s</td> | |
| <td>0.3s (61%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>303.</td> | |
| <td>quote v0.6.12</td> | |
| <td>0.5s</td> | |
| <td>0.3s (64%)</td> | |
| <td>default, proc-macro</td> | |
| </tr> | |
| <tr> | |
| <td>304.</td> | |
| <td>color_quant v1.0.0</td> | |
| <td>0.5s</td> | |
| <td>0.3s (64%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>305.</td> | |
| <td>mime v0.3.13</td> | |
| <td>0.5s</td> | |
| <td>0.2s (46%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>306.</td> | |
| <td>unicode-segmentation v1.2.0</td> | |
| <td>0.5s</td> | |
| <td>0.1s (31%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>307.</td> | |
| <td>servo_rand v0.0.1</td> | |
| <td>0.5s</td> | |
| <td>0.3s (56%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>308.</td> | |
| <td>proc-macro2 v1.0.1 custom-build</td> | |
| <td>0.5s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, proc-macro</td> | |
| </tr> | |
| <tr> | |
| <td>309.</td> | |
| <td>servo-media-streams v0.1.0</td> | |
| <td>0.5s</td> | |
| <td>0.3s (67%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>310.</td> | |
| <td>dirs v1.0.2</td> | |
| <td>0.5s</td> | |
| <td>0.3s (73%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>311.</td> | |
| <td>base64 v0.10.1</td> | |
| <td>0.4s</td> | |
| <td>0.2s (36%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>312.</td> | |
| <td>arrayvec v0.4.6</td> | |
| <td>0.4s</td> | |
| <td>0.0s (2%)</td> | |
| <td>default, std, use_union</td> | |
| </tr> | |
| <tr> | |
| <td>313.</td> | |
| <td>heartbeats-simple v0.4.0</td> | |
| <td>0.4s</td> | |
| <td>0.2s (51%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>314.</td> | |
| <td>libloading v0.5.0</td> | |
| <td>0.4s</td> | |
| <td>0.2s (54%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>315.</td> | |
| <td>svg_fmt v0.4.0</td> | |
| <td>0.4s</td> | |
| <td>0.2s (52%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>316.</td> | |
| <td>humantime v1.1.1</td> | |
| <td>0.4s</td> | |
| <td>0.2s (44%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>317.</td> | |
| <td>proc-macro2 v0.4.26 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, proc-macro</td> | |
| </tr> | |
| <tr> | |
| <td>318.</td> | |
| <td>tendril v0.4.1</td> | |
| <td>0.4s</td> | |
| <td>0.0s (5%)</td> | |
| <td>encoding_rs</td> | |
| </tr> | |
| <tr> | |
| <td>319.</td> | |
| <td>pixels v0.0.1</td> | |
| <td>0.4s</td> | |
| <td>0.1s (21%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>320.</td> | |
| <td>openssl-sys v0.9.35</td> | |
| <td>0.4s</td> | |
| <td>0.1s (19%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>321.</td> | |
| <td>generic-array v0.12.0</td> | |
| <td>0.4s</td> | |
| <td>0.0s (3%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>322.</td> | |
| <td>string_cache v0.7.3</td> | |
| <td>0.4s</td> | |
| <td>0.2s (49%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>323.</td> | |
| <td>syn v1.0.3 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>clone-impls, default, derive, parsing, printing, proc-macro, quote</td> | |
| </tr> | |
| <tr> | |
| <td>324.</td> | |
| <td>xcb v0.8.2 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>thread</td> | |
| </tr> | |
| <tr> | |
| <td>325.</td> | |
| <td>shared_library v0.1.9</td> | |
| <td>0.4s</td> | |
| <td>0.3s (67%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>326.</td> | |
| <td>range v0.0.1</td> | |
| <td>0.4s</td> | |
| <td>0.0s (7%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>327.</td> | |
| <td>syn v0.15.39 custom-build</td> | |
| <td>0.4s</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>328.</td> | |
| <td>serde_urlencoded v0.6.1</td> | |
| <td>0.4s</td> | |
| <td>0.1s (20%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>329.</td> | |
| <td>smallbitvec v2.3.0</td> | |
| <td>0.4s</td> | |
| <td>0.2s (55%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>330.</td> | |
| <td>byteorder v1.2.7</td> | |
| <td>0.4s</td> | |
| <td>0.1s (18%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>331.</td> | |
| <td>rand_hc v0.1.0</td> | |
| <td>0.4s</td> | |
| <td>0.2s (61%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>332.</td> | |
| <td>rand_isaac v0.1.1</td> | |
| <td>0.4s</td> | |
| <td>0.2s (48%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>333.</td> | |
| <td>thread_local v0.3.6</td> | |
| <td>0.4s</td> | |
| <td>0.2s (56%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>334.</td> | |
| <td>servo_arc v0.1.1</td> | |
| <td>0.4s</td> | |
| <td>0.0s (5%)</td> | |
| <td>serde, servo</td> | |
| </tr> | |
| <tr> | |
| <td>335.</td> | |
| <td>servo_remutex v0.0.1</td> | |
| <td>0.4s</td> | |
| <td>0.2s (53%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>336.</td> | |
| <td>ansi_term v0.11.0</td> | |
| <td>0.4s</td> | |
| <td>0.2s (40%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>337.</td> | |
| <td>to_shmem v0.0.1</td> | |
| <td>0.4s</td> | |
| <td>0.2s (47%)</td> | |
| <td>serde, servo, string_cache</td> | |
| </tr> | |
| <tr> | |
| <td>338.</td> | |
| <td>libc v0.2.62 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, std, use_std</td> | |
| </tr> | |
| <tr> | |
| <td>339.</td> | |
| <td>num-iter v0.1.37 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>340.</td> | |
| <td>bindgen v0.51.1 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>clap, default, env_logger, log, logging, which, which-rustfmt</td> | |
| </tr> | |
| <tr> | |
| <td>341.</td> | |
| <td>jemalloc-sys v0.1.4 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>342.</td> | |
| <td>libz-sys v1.0.25 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>343.</td> | |
| <td>num-rational v0.2.1 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>344.</td> | |
| <td>mio-extras v2.0.5</td> | |
| <td>0.4s</td> | |
| <td>0.1s (39%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>345.</td> | |
| <td>smallvec v0.6.7</td> | |
| <td>0.4s</td> | |
| <td>0.0s (3%)</td> | |
| <td>default, serde, std, union</td> | |
| </tr> | |
| <tr> | |
| <td>346.</td> | |
| <td>log v0.4.6</td> | |
| <td>0.4s</td> | |
| <td>0.2s (47%)</td> | |
| <td>release_max_level_info, std</td> | |
| </tr> | |
| <tr> | |
| <td>347.</td> | |
| <td>tokio-udp v0.1.2</td> | |
| <td>0.4s</td> | |
| <td>0.2s (47%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>348.</td> | |
| <td>tokio-executor v0.1.7</td> | |
| <td>0.4s</td> | |
| <td>0.2s (58%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>349.</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>350.</td> | |
| <td>num-derive v0.2.3 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>351.</td> | |
| <td>percent-encoding v2.1.0</td> | |
| <td>0.4s</td> | |
| <td>0.2s (61%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>352.</td> | |
| <td>num-traits v0.2.4 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>353.</td> | |
| <td>harfbuzz-sys v0.3.2 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>build-native-freetype, build-native-harfbuzz, cmake, default, pkg-config</td> | |
| </tr> | |
| <tr> | |
| <td>354.</td> | |
| <td>rand_core v0.4.2</td> | |
| <td>0.4s</td> | |
| <td>0.1s (39%)</td> | |
| <td>alloc, std</td> | |
| </tr> | |
| <tr> | |
| <td>355.</td> | |
| <td>which v3.0.0</td> | |
| <td>0.4s</td> | |
| <td>0.2s (57%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>356.</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>357.</td> | |
| <td>layout_traits v0.0.1</td> | |
| <td>0.4s</td> | |
| <td>0.0s (7%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>358.</td> | |
| <td>bitflags v1.1.0 custom-build</td> | |
| <td>0.4s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default</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>crc32fast v1.2.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>361.</td> | |
| <td>servo_geometry v0.0.1</td> | |
| <td>0.3s</td> | |
| <td>0.0s (12%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>362.</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>363.</td> | |
| <td>hyper_serde v0.11.0</td> | |
| <td>0.3s</td> | |
| <td>0.0s (5%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>364.</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>365.</td> | |
| <td>string_cache v0.7.3 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>366.</td> | |
| <td>mozjs v0.12.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>367.</td> | |
| <td>crc32fast v1.2.0</td> | |
| <td>0.3s</td> | |
| <td>0.2s (48%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>368.</td> | |
| <td>fixedbitset v0.1.9</td> | |
| <td>0.3s</td> | |
| <td>0.2s (49%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>369.</td> | |
| <td>rand_os v0.1.3</td> | |
| <td>0.3s</td> | |
| <td>0.2s (55%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>370.</td> | |
| <td>utf8-ranges v1.0.2</td> | |
| <td>0.3s</td> | |
| <td>0.2s (52%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>371.</td> | |
| <td>tokio-buf v0.1.1</td> | |
| <td>0.3s</td> | |
| <td>0.1s (38%)</td> | |
| <td>default, either, util</td> | |
| </tr> | |
| <tr> | |
| <td>372.</td> | |
| <td>servo-freetype-sys v4.0.4 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>373.</td> | |
| <td>muldiv v0.2.0</td> | |
| <td>0.3s</td> | |
| <td>0.1s (41%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>374.</td> | |
| <td>clang-sys v0.28.0 custom-build</td> | |
| <td>0.3s</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>375.</td> | |
| <td>gstreamer-sdp-sys v0.8.0</td> | |
| <td>0.3s</td> | |
| <td>0.1s (40%)</td> | |
| <td>v1_2, v1_4, v1_8</td> | |
| </tr> | |
| <tr> | |
| <td>376.</td> | |
| <td>ucd-util v0.1.1</td> | |
| <td>0.3s</td> | |
| <td>0.2s (60%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>377.</td> | |
| <td>sha-1 v0.8.1</td> | |
| <td>0.3s</td> | |
| <td>0.2s (52%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>378.</td> | |
| <td>expat-sys v2.1.6 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>379.</td> | |
| <td>backtrace-sys v0.1.24 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>380.</td> | |
| <td>libloading v0.5.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>381.</td> | |
| <td>histogram v0.6.8</td> | |
| <td>0.3s</td> | |
| <td>0.2s (56%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>382.</td> | |
| <td>lock_api v0.3.1</td> | |
| <td>0.3s</td> | |
| <td>0.0s (5%)</td> | |
| <td>nightly</td> | |
| </tr> | |
| <tr> | |
| <td>383.</td> | |
| <td>servo-skia v0.30000022.0</td> | |
| <td>0.3s</td> | |
| <td>0.1s (45%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>384.</td> | |
| <td>peek-poke v0.2.0</td> | |
| <td>0.3s</td> | |
| <td>0.0s (4%)</td> | |
| <td>default, derive, euclid, extras, peek-poke-derive</td> | |
| </tr> | |
| <tr> | |
| <td>385.</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>386.</td> | |
| <td>harfbuzz-sys v0.3.2</td> | |
| <td>0.3s</td> | |
| <td>0.0s (14%)</td> | |
| <td>build-native-freetype, build-native-harfbuzz, cmake, default, pkg-config</td> | |
| </tr> | |
| <tr> | |
| <td>387.</td> | |
| <td>miniz-sys v0.1.10 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>388.</td> | |
| <td>gstreamer-base-sys v0.8.0 custom-build</td> | |
| <td>0.3s</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>389.</td> | |
| <td>ordered-float v1.0.0</td> | |
| <td>0.3s</td> | |
| <td>0.1s (30%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>390.</td> | |
| <td>shlex v0.1.1</td> | |
| <td>0.3s</td> | |
| <td>0.2s (66%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>391.</td> | |
| <td>gstreamer-gl-sys v0.8.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td>egl, x11</td> | |
| </tr> | |
| <tr> | |
| <td>392.</td> | |
| <td>gstreamer-audio-sys v0.8.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td>v1_2, v1_4, v1_6, v1_8</td> | |
| </tr> | |
| <tr> | |
| <td>393.</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>394.</td> | |
| <td>gstreamer-app-sys v0.8.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td>v1_2, v1_4, v1_6, v1_8</td> | |
| </tr> | |
| <tr> | |
| <td>395.</td> | |
| <td>gstreamer-sdp-sys v0.8.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td>v1_2, v1_4, v1_8</td> | |
| </tr> | |
| <tr> | |
| <td>396.</td> | |
| <td>gstreamer-sys v0.8.0 custom-build</td> | |
| <td>0.3s</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>397.</td> | |
| <td>gstreamer-webrtc-sys v0.8.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>398.</td> | |
| <td>gobject-sys v0.9.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>399.</td> | |
| <td>mio-uds v0.6.7</td> | |
| <td>0.3s</td> | |
| <td>0.1s (43%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>400.</td> | |
| <td>serde_bytes v0.10.4</td> | |
| <td>0.3s</td> | |
| <td>0.1s (25%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>401.</td> | |
| <td>tinyfiledialogs v3.3.5 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>402.</td> | |
| <td>rand_jitter v0.1.3</td> | |
| <td>0.3s</td> | |
| <td>0.1s (46%)</td> | |
| <td>std</td> | |
| </tr> | |
| <tr> | |
| <td>403.</td> | |
| <td>azure v0.36.1 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>404.</td> | |
| <td>half v1.0.0</td> | |
| <td>0.3s</td> | |
| <td>0.2s (59%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>405.</td> | |
| <td>glib-sys v0.9.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>406.</td> | |
| <td>openssl v0.10.11 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>407.</td> | |
| <td>servo-skia v0.30000022.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>408.</td> | |
| <td>fontsan v0.4.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>409.</td> | |
| <td>xi-unicode v0.1.0</td> | |
| <td>0.3s</td> | |
| <td>0.0s (11%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>410.</td> | |
| <td>servo-media v0.1.0</td> | |
| <td>0.3s</td> | |
| <td>0.1s (43%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>411.</td> | |
| <td>heartbeats-simple-sys v0.4.1 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>412.</td> | |
| <td>crossbeam-deque v0.7.1</td> | |
| <td>0.3s</td> | |
| <td>0.0s (5%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>413.</td> | |
| <td>rustc-demangle v0.1.4</td> | |
| <td>0.3s</td> | |
| <td>0.2s (61%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>414.</td> | |
| <td>khronos_api v3.1.0 custom-build</td> | |
| <td>0.3s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>415.</td> | |
| <td>urlencoding v1.0.0</td> | |
| <td>0.3s</td> | |
| <td>0.2s (63%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>416.</td> | |
| <td>siphasher v0.2.2</td> | |
| <td>0.3s</td> | |
| <td>0.1s (25%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>417.</td> | |
| <td>webrender_build v0.0.1</td> | |
| <td>0.2s</td> | |
| <td>0.1s (51%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>418.</td> | |
| <td>miniz-sys v0.1.10 custom-build (run)</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>419.</td> | |
| <td>build_const v0.2.1</td> | |
| <td>0.2s</td> | |
| <td>0.1s (56%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>420.</td> | |
| <td>linked-hash-map v0.5.1</td> | |
| <td>0.2s</td> | |
| <td>0.0s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>421.</td> | |
| <td>utf-8 v0.7.5</td> | |
| <td>0.2s</td> | |
| <td>0.1s (44%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>422.</td> | |
| <td>crc v1.8.1 custom-build</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>423.</td> | |
| <td>gstreamer-webrtc-sys v0.8.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (35%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>424.</td> | |
| <td>memmap v0.7.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (45%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>425.</td> | |
| <td>gstreamer-app-sys v0.8.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (45%)</td> | |
| <td>v1_2, v1_4, v1_6, v1_8</td> | |
| </tr> | |
| <tr> | |
| <td>426.</td> | |
| <td>glutin_egl_sys v0.1.3 custom-build (run)</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>427.</td> | |
| <td>x11-dl v2.18.3 custom-build</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>428.</td> | |
| <td>glutin_glx_sys v0.1.5</td> | |
| <td>0.2s</td> | |
| <td>0.0s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>429.</td> | |
| <td>x11 v2.17.3 custom-build</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td>xlib</td> | |
| </tr> | |
| <tr> | |
| <td>430.</td> | |
| <td>glutin_egl_sys v0.1.3</td> | |
| <td>0.2s</td> | |
| <td>0.1s (32%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>431.</td> | |
| <td>osmesa-sys v0.1.2</td> | |
| <td>0.2s</td> | |
| <td>0.1s (55%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>432.</td> | |
| <td>servo-fontconfig-sys v4.0.7 custom-build</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>433.</td> | |
| <td>rand_chacha v0.1.1</td> | |
| <td>0.2s</td> | |
| <td>0.1s (40%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>434.</td> | |
| <td>memoffset v0.5.1 custom-build</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>435.</td> | |
| <td>unicode-script v0.3.0</td> | |
| <td>0.2s</td> | |
| <td>0.0s (20%)</td> | |
| <td>harfbuzz, harfbuzz-sys</td> | |
| </tr> | |
| <tr> | |
| <td>436.</td> | |
| <td>tinyfiledialogs v3.3.5 custom-build (run)</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>437.</td> | |
| <td>tokio-codec v0.1.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (39%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>438.</td> | |
| <td>khronos_api v3.1.0</td> | |
| <td>0.2s</td> | |
| <td>0.0s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>439.</td> | |
| <td>dtoa-short v0.3.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (51%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>440.</td> | |
| <td>want v0.2.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (47%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>441.</td> | |
| <td>canvas v0.0.1 custom-build</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td>azure, canvas2d-azure</td> | |
| </tr> | |
| <tr> | |
| <td>442.</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>443.</td> | |
| <td>same-file v1.0.2</td> | |
| <td>0.2s</td> | |
| <td>0.1s (50%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>444.</td> | |
| <td>backtrace-sys v0.1.24 custom-build (run)</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>445.</td> | |
| <td>gstreamer-player-sys v0.8.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (34%)</td> | |
| <td>v1_12</td> | |
| </tr> | |
| <tr> | |
| <td>446.</td> | |
| <td>dtoa v0.4.1</td> | |
| <td>0.2s</td> | |
| <td>0.0s (15%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>447.</td> | |
| <td>futf v0.1.4</td> | |
| <td>0.2s</td> | |
| <td>0.0s (21%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>448.</td> | |
| <td>crc v1.8.1</td> | |
| <td>0.2s</td> | |
| <td>0.1s (42%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>449.</td> | |
| <td>boxfnonce v0.1.0</td> | |
| <td>0.2s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>450.</td> | |
| <td>clipboard v0.5.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (46%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>451.</td> | |
| <td>unwind-sys v0.1.1 custom-build</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>452.</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>453.</td> | |
| <td>byte-slice-cast v0.2.0</td> | |
| <td>0.2s</td> | |
| <td>0.0s (8%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>454.</td> | |
| <td>either v1.5.2</td> | |
| <td>0.2s</td> | |
| <td>0.0s (5%)</td> | |
| <td>default, use_std</td> | |
| </tr> | |
| <tr> | |
| <td>455.</td> | |
| <td>num-integer v0.1.38</td> | |
| <td>0.2s</td> | |
| <td>0.0s (5%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>456.</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>457.</td> | |
| <td>vec_map v0.8.0</td> | |
| <td>0.2s</td> | |
| <td>0.0s (4%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>458.</td> | |
| <td>adler32 v1.0.3</td> | |
| <td>0.2s</td> | |
| <td>0.1s (49%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>459.</td> | |
| <td>atomic_refcell v0.1.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (42%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>460.</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>461.</td> | |
| <td>rand_xorshift v0.1.1</td> | |
| <td>0.2s</td> | |
| <td>0.1s (41%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>462.</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>463.</td> | |
| <td>glx v0.2.5 custom-build (run)</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>464.</td> | |
| <td>iovec v0.1.3</td> | |
| <td>0.2s</td> | |
| <td>0.1s (44%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>465.</td> | |
| <td>crossbeam-queue v0.1.2</td> | |
| <td>0.2s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>466.</td> | |
| <td>backtrace-sys v0.1.24</td> | |
| <td>0.2s</td> | |
| <td>0.0s (6%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>467.</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>468.</td> | |
| <td>linked_hash_set v0.1.3</td> | |
| <td>0.2s</td> | |
| <td>0.0s (5%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>469.</td> | |
| <td>fontsan v0.4.0</td> | |
| <td>0.2s</td> | |
| <td>0.1s (40%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>470.</td> | |
| <td>libdbus-sys v0.1.4 custom-build</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>471.</td> | |
| <td>line_drawing v0.7.0</td> | |
| <td>0.2s</td> | |
| <td>0.0s (5%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>472.</td> | |
| <td>unicase v2.4.0 custom-build</td> | |
| <td>0.2s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>473.</td> | |
| <td>phf v0.7.24</td> | |
| <td>0.2s</td> | |
| <td>0.0s (5%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>474.</td> | |
| <td>itoa v0.4.1</td> | |
| <td>0.2s</td> | |
| <td>0.0s (6%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>475.</td> | |
| <td>procedural-masquerade v0.1.6</td> | |
| <td>0.2s</td> | |
| <td>0.1s (50%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>476.</td> | |
| <td>approx v0.3.0</td> | |
| <td>0.2s</td> | |
| <td>0.0s (5%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>477.</td> | |
| <td>owning_ref v0.4.0</td> | |
| <td>0.2s</td> | |
| <td>0.0s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>478.</td> | |
| <td>app_units v0.7.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>479.</td> | |
| <td>wr_malloc_size_of v0.0.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (11%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>480.</td> | |
| <td>rand_chacha v0.1.1 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>481.</td> | |
| <td>block-padding v0.1.2</td> | |
| <td>0.1s</td> | |
| <td>0.1s (44%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>482.</td> | |
| <td>rand_pcg v0.1.2 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>483.</td> | |
| <td>phf_codegen v0.7.24</td> | |
| <td>0.1s</td> | |
| <td>0.0s (6%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>484.</td> | |
| <td>rle-decode-fast v1.0.1</td> | |
| <td>0.1s</td> | |
| <td>0.1s (50%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>485.</td> | |
| <td>rayon-core v1.6.0 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>486.</td> | |
| <td>rand_pcg v0.1.2</td> | |
| <td>0.1s</td> | |
| <td>0.0s (34%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>487.</td> | |
| <td>rand v0.6.5 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>alloc, default, rand_os, std</td> | |
| </tr> | |
| <tr> | |
| <td>488.</td> | |
| <td>servo v0.0.1 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>canvas2d-azure, default, egl, layout-2013, max_log_level, native-bluetooth, webdriver</td> | |
| </tr> | |
| <tr> | |
| <td>489.</td> | |
| <td>gstreamer-webrtc v0.14.0 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>490.</td> | |
| <td>digest v0.8.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (8%)</td> | |
| <td>std</td> | |
| </tr> | |
| <tr> | |
| <td>491.</td> | |
| <td>encoding_rs v0.8.12 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>492.</td> | |
| <td>miniz_oxide_c_api v0.1.3 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>493.</td> | |
| <td>gstreamer-video v0.14.0 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, v1_10, v1_12, v1_14</td> | |
| </tr> | |
| <tr> | |
| <td>494.</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>495.</td> | |
| <td>gstreamer-sdp v0.14.0 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>496.</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>497.</td> | |
| <td>nix v0.14.1 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>498.</td> | |
| <td>string v0.2.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (15%)</td> | |
| <td>bytes, default</td> | |
| </tr> | |
| <tr> | |
| <td>499.</td> | |
| <td>gstreamer v0.14.5 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, paste, subclassing, v1_10, v1_12, v1_14</td> | |
| </tr> | |
| <tr> | |
| <td>500.</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>501.</td> | |
| <td>slab v0.4.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (6%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>502.</td> | |
| <td>gstreamer-base v0.14.0 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, v1_10, v1_12, v1_14</td> | |
| </tr> | |
| <tr> | |
| <td>503.</td> | |
| <td>thread_profiler v0.1.3</td> | |
| <td>0.1s</td> | |
| <td>0.1s (54%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>504.</td> | |
| <td>phf_shared v0.7.24</td> | |
| <td>0.1s</td> | |
| <td>0.0s (6%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>505.</td> | |
| <td>block-buffer v0.7.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (7%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>506.</td> | |
| <td>scoped-tls v1.0.0</td> | |
| <td>0.1s</td> | |
| <td>0.1s (45%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>507.</td> | |
| <td>tokio-openssl v0.3.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (8%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>508.</td> | |
| <td>gstreamer-gl v0.14.0 custom-build</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, egl, x11</td> | |
| </tr> | |
| <tr> | |
| <td>509.</td> | |
| <td>phf_generator v0.7.24</td> | |
| <td>0.1s</td> | |
| <td>0.0s (8%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>510.</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>511.</td> | |
| <td>fxhash v0.2.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (23%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>512.</td> | |
| <td>thin-slice v0.1.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (7%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>513.</td> | |
| <td>ident_case v1.0.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (24%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>514.</td> | |
| <td>servo_allocator v0.0.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (20%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>515.</td> | |
| <td>antidote v1.0.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (14%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>516.</td> | |
| <td>unicode-xid v0.2.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (24%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>517.</td> | |
| <td>servo-fontconfig v0.4.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (18%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>518.</td> | |
| <td>libdbus-sys v0.1.4</td> | |
| <td>0.1s</td> | |
| <td>0.0s (16%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>519.</td> | |
| <td>num-iter v0.1.37</td> | |
| <td>0.1s</td> | |
| <td>0.0s (8%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>520.</td> | |
| <td>servo-media-traits v0.1.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (30%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>521.</td> | |
| <td>inventory v0.1.3</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</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>alloc-stdlib v0.2.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (11%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>524.</td> | |
| <td>unicode-xid v0.1.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (27%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>525.</td> | |
| <td>alloc-no-stdlib v2.0.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>526.</td> | |
| <td>mitochondria v1.1.2</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>527.</td> | |
| <td>swapper v0.1.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (19%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>528.</td> | |
| <td>servo_atoms v0.0.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (16%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>529.</td> | |
| <td>take_mut v0.2.2</td> | |
| <td>0.1s</td> | |
| <td>0.0s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>530.</td> | |
| <td>try-lock v0.2.2</td> | |
| <td>0.1s</td> | |
| <td>0.0s (26%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>531.</td> | |
| <td>unwind-sys v0.1.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>532.</td> | |
| <td>binary-space-partition v0.1.2</td> | |
| <td>0.1s</td> | |
| <td>0.0s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>533.</td> | |
| <td>fallible v0.0.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>534.</td> | |
| <td>libz-sys v1.0.25</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>535.</td> | |
| <td>headers-core v0.1.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (17%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>536.</td> | |
| <td>unicode-width v0.1.4</td> | |
| <td>0.1s</td> | |
| <td>0.0s (9%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>537.</td> | |
| <td>libloading v0.5.0 custom-build (run)</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>538.</td> | |
| <td>glx v0.2.5</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>539.</td> | |
| <td>heartbeats-simple-sys v0.4.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (12%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>540.</td> | |
| <td>quick-error v1.2.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (15%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>541.</td> | |
| <td>sig v1.0.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (15%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>542.</td> | |
| <td>lazycell v1.0.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (8%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>543.</td> | |
| <td>rustc-hash v1.0.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>544.</td> | |
| <td>void v1.0.2</td> | |
| <td>0.1s</td> | |
| <td>0.0s (14%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>545.</td> | |
| <td>miniz-sys v0.1.10</td> | |
| <td>0.1s</td> | |
| <td>0.0s (14%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>546.</td> | |
| <td>nodrop v0.1.12</td> | |
| <td>0.1s</td> | |
| <td>0.0s (13%)</td> | |
| <td>default, std</td> | |
| </tr> | |
| <tr> | |
| <td>547.</td> | |
| <td>uluru v0.3.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>548.</td> | |
| <td>lazy_static v1.3.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (20%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>549.</td> | |
| <td>peeking_take_while v0.1.2</td> | |
| <td>0.1s</td> | |
| <td>0.0s (14%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>550.</td> | |
| <td>http-body v0.1.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (11%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>551.</td> | |
| <td>atty v0.2.11</td> | |
| <td>0.1s</td> | |
| <td>0.0s (21%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>552.</td> | |
| <td>signpost v0.1.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (16%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>553.</td> | |
| <td>dlib v0.4.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (12%)</td> | |
| <td>dlopen</td> | |
| </tr> | |
| <tr> | |
| <td>554.</td> | |
| <td>fnv v1.0.6</td> | |
| <td>0.1s</td> | |
| <td>0.0s (12%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>555.</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>556.</td> | |
| <td>typenum v1.10.0 custom-build (run)</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>557.</td> | |
| <td>fake-simd v0.1.2</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>558.</td> | |
| <td>scopeguard v1.0.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (15%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>559.</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>560.</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>561.</td> | |
| <td>darling v0.9.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (11%)</td> | |
| <td>default, suggestions</td> | |
| </tr> | |
| <tr> | |
| <td>562.</td> | |
| <td>ref_filter_map v1.0.1</td> | |
| <td>0.1s</td> | |
| <td>0.0s (12%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>563.</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>564.</td> | |
| <td>downcast-rs v1.0.3</td> | |
| <td>0.1s</td> | |
| <td>0.0s (12%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>565.</td> | |
| <td>paste v0.1.5</td> | |
| <td>0.1s</td> | |
| <td>0.0s (10%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>566.</td> | |
| <td>caseless v0.2.1 custom-build (run)</td> | |
| <td>0.1s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>567.</td> | |
| <td>servo-fontconfig-sys v4.0.7</td> | |
| <td>0.1s</td> | |
| <td>0.0s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>568.</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>569.</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>570.</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>571.</td> | |
| <td>stable_deref_trait v1.0.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (16%)</td> | |
| <td>default, std</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>rand v0.6.5 custom-build (run)</td> | |
| <td>0.1s</td> | |
| <td>0.0s (1%)</td> | |
| <td>alloc, default, rand_os, std</td> | |
| </tr> | |
| <tr> | |
| <td>574.</td> | |
| <td>unreachable v1.0.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>575.</td> | |
| <td>string_cache_shared v0.3.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (15%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>576.</td> | |
| <td>enum-iterator v0.2.0</td> | |
| <td>0.1s</td> | |
| <td>0.0s (12%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>577.</td> | |
| <td>cstr v0.1.7</td> | |
| <td>0.0s</td> | |
| <td>0.0s (18%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>578.</td> | |
| <td>servo-freetype-sys v4.0.4</td> | |
| <td>0.0s</td> | |
| <td>0.0s (16%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>579.</td> | |
| <td>expat-sys v2.1.6</td> | |
| <td>0.0s</td> | |
| <td>0.0s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>580.</td> | |
| <td>precomputed-hash v0.1.1</td> | |
| <td>0.0s</td> | |
| <td>0.0s (9%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>581.</td> | |
| <td>mac v0.1.1</td> | |
| <td>0.0s</td> | |
| <td>0.0s (14%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>582.</td> | |
| <td>foreign-types-shared v0.1.1</td> | |
| <td>0.0s</td> | |
| <td>0.0s (16%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>583.</td> | |
| <td>matches v0.1.4</td> | |
| <td>0.0s</td> | |
| <td>0.0s (27%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>584.</td> | |
| <td>ref_slice v1.1.1</td> | |
| <td>0.0s</td> | |
| <td>0.0s (18%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>585.</td> | |
| <td>bitflags v1.1.0</td> | |
| <td>0.0s</td> | |
| <td>0.0s (20%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>586.</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>587.</td> | |
| <td>byte-tools v0.3.0</td> | |
| <td>0.0s</td> | |
| <td>0.0s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>588.</td> | |
| <td>new_debug_unreachable v1.0.1</td> | |
| <td>0.0s</td> | |
| <td>0.0s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>589.</td> | |
| <td>remove_dir_all v0.5.2</td> | |
| <td>0.0s</td> | |
| <td>0.0s (14%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>590.</td> | |
| <td>memoffset v0.5.1 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (1%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>591.</td> | |
| <td>foreign-types v0.3.2</td> | |
| <td>0.0s</td> | |
| <td>0.0s (18%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>592.</td> | |
| <td>rand_core v0.3.1</td> | |
| <td>0.0s</td> | |
| <td>0.0s (13%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>593.</td> | |
| <td>jemalloc-sys v0.1.4</td> | |
| <td>0.0s</td> | |
| <td>0.0s (17%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>594.</td> | |
| <td>memoffset v0.5.1</td> | |
| <td>0.0s</td> | |
| <td>0.0s (14%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>595.</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>596.</td> | |
| <td>openssl v0.10.11 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>597.</td> | |
| <td>opaque-debug v0.2.1</td> | |
| <td>0.0s</td> | |
| <td>0.0s (16%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>598.</td> | |
| <td>osmesa-src v0.1.0</td> | |
| <td>0.0s</td> | |
| <td>0.0s (12%)</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 (0%)</td> | |
| <td>default, rev-mappings</td> | |
| </tr> | |
| <tr> | |
| <td>600.</td> | |
| <td>cfg-if v0.1.6</td> | |
| <td>0.0s</td> | |
| <td>0.0s (25%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>601.</td> | |
| <td>unicase v2.4.0 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>602.</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>603.</td> | |
| <td>hyper v0.12.33 custom-build (run)</td> | |
| <td>0.0s</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>604.</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>605.</td> | |
| <td>selectors v0.21.0 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>606.</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>607.</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>608.</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>609.</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>610.</td> | |
| <td>syn v0.15.39 custom-build (run)</td> | |
| <td>0.0s</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>611.</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>612.</td> | |
| <td>proc-macro2 v0.4.26 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (1%)</td> | |
| <td>default, proc-macro</td> | |
| </tr> | |
| <tr> | |
| <td>613.</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>614.</td> | |
| <td>regex v1.1.6 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default, use_std</td> | |
| </tr> | |
| <tr> | |
| <td>615.</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>616.</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>617.</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>618.</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>619.</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>620.</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>621.</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>622.</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>623.</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>624.</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>625.</td> | |
| <td>khronos_api v3.1.0 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>626.</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>627.</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>628.</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>629.</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>630.</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>631.</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>632.</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>633.</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>634.</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>635.</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>636.</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>637.</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>638.</td> | |
| <td>glib-sys v0.9.0 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>639.</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>640.</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>641.</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>642.</td> | |
| <td>gstreamer-player v0.14.0 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (1%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>643.</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>644.</td> | |
| <td>miniz_oxide_c_api v0.1.3 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default</td> | |
| </tr> | |
| <tr> | |
| <td>645.</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>646.</td> | |
| <td>gstreamer-webrtc v0.14.0 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td>default</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-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>649.</td> | |
| <td>libservo v0.0.1 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td>canvas2d-azure, egl, layout-2013, layout_thread_2013, native-bluetooth, webdriver, webdriver_server</td> | |
| </tr> | |
| <tr> | |
| <td>650.</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>651.</td> | |
| <td>gstreamer-base v0.14.0 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (3%)</td> | |
| <td>default, v1_10, v1_12, v1_14</td> | |
| </tr> | |
| <tr> | |
| <td>652.</td> | |
| <td>nix v0.14.1 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>653.</td> | |
| <td>servo v0.0.1 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td>canvas2d-azure, default, egl, layout-2013, max_log_level, native-bluetooth, webdriver</td> | |
| </tr> | |
| <tr> | |
| <td>654.</td> | |
| <td>canvas v0.0.1 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td>azure, canvas2d-azure</td> | |
| </tr> | |
| <tr> | |
| <td>655.</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>656.</td> | |
| <td>encoding_rs v0.8.12 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td></td> | |
| </tr> | |
| <tr> | |
| <td>657.</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>658.</td> | |
| <td>bindgen v0.51.1 custom-build (run)</td> | |
| <td>0.0s</td> | |
| <td>0.0s (0%)</td> | |
| <td>clap, default, env_logger, log, logging, which, which-rustfmt</td> | |
| </tr> | |
| </tbody> | |
| </table> | |
| <script> | |
| DURATION = 598; | |
| const UNIT_DATA = [ | |
| { | |
| "i": 0, | |
| "name": "libc", | |
| "version": "0.2.62", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 1.16, | |
| "duration": 0.38, | |
| "rmeta_time": 0.38, | |
| "unlocked_units": [ | |
| 138 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 1, | |
| "name": "cfg-if", | |
| "version": "0.1.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.17, | |
| "duration": 0.03, | |
| "rmeta_time": 0.02, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 128, | |
| 129 | |
| ] | |
| }, | |
| { | |
| "i": 2, | |
| "name": "lazy_static", | |
| "version": "1.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.17, | |
| "duration": 0.07, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 131, | |
| 130 | |
| ] | |
| }, | |
| { | |
| "i": 3, | |
| "name": "proc-macro2", | |
| "version": "0.4.26", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 1.17, | |
| "duration": 0.43, | |
| "rmeta_time": 0.43, | |
| "unlocked_units": [ | |
| 140 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 4, | |
| "name": "unicode-xid", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.17, | |
| "duration": 0.09, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 5, | |
| "name": "semver-parser", | |
| "version": "0.7.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.17, | |
| "duration": 0.75, | |
| "rmeta_time": 0.22, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 136 | |
| ] | |
| }, | |
| { | |
| "i": 6, | |
| "name": "either", | |
| "version": "1.5.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.17, | |
| "duration": 0.19, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 135 | |
| ] | |
| }, | |
| { | |
| "i": 7, | |
| "name": "syn", | |
| "version": "0.15.39", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 1.17, | |
| "duration": 0.4, | |
| "rmeta_time": 0.4, | |
| "unlocked_units": [ | |
| 139 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 8, | |
| "name": "nodrop", | |
| "version": "0.1.12", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.19, | |
| "duration": 0.07, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 133, | |
| 132 | |
| ] | |
| }, | |
| { | |
| "i": 9, | |
| "name": "scopeguard", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.24, | |
| "duration": 0.06, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 134 | |
| ] | |
| }, | |
| { | |
| "i": 10, | |
| "name": "pkg-config", | |
| "version": "0.3.14", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.26, | |
| "duration": 1.25, | |
| "rmeta_time": 0.27, | |
| "unlocked_units": [ | |
| 171, | |
| 161, | |
| 166, | |
| 167, | |
| 159, | |
| 163, | |
| 169, | |
| 172, | |
| 173, | |
| 168, | |
| 164, | |
| 158, | |
| 165, | |
| 162, | |
| 160, | |
| 170 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 11, | |
| "name": "rayon-core", | |
| "version": "1.6.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 1.27, | |
| "duration": 0.14, | |
| "rmeta_time": 0.14, | |
| "unlocked_units": [ | |
| 137 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 12, | |
| "name": "byteorder", | |
| "version": "1.2.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.3, | |
| "duration": 0.4, | |
| "rmeta_time": 0.33, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 141, | |
| 142, | |
| 144, | |
| 143 | |
| ] | |
| }, | |
| { | |
| "i": 13, | |
| "name": "serde", | |
| "version": "1.0.88", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 1.35, | |
| "duration": 0.36, | |
| "rmeta_time": 0.36, | |
| "unlocked_units": [ | |
| 145 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 14, | |
| "name": "autocfg", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.41, | |
| "duration": 0.68, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [ | |
| 151, | |
| 152, | |
| 153 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 15, | |
| "name": "rand_core", | |
| "version": "0.4.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.55, | |
| "duration": 0.36, | |
| "rmeta_time": 0.22, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 147, | |
| 146 | |
| ] | |
| }, | |
| { | |
| "i": 16, | |
| "name": "num-traits", | |
| "version": "0.2.4", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 1.57, | |
| "duration": 0.36, | |
| "rmeta_time": 0.36, | |
| "unlocked_units": [ | |
| 149 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 17, | |
| "name": "bitflags", | |
| "version": "1.1.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 1.59, | |
| "duration": 0.35, | |
| "rmeta_time": 0.35, | |
| "unlocked_units": [ | |
| 150 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 18, | |
| "name": "void", | |
| "version": "1.0.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.7, | |
| "duration": 0.08, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 148 | |
| ] | |
| }, | |
| { | |
| "i": 19, | |
| "name": "xml-rs", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.71, | |
| "duration": 2.43, | |
| "rmeta_time": 0.81, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 20, | |
| "name": "fnv", | |
| "version": "1.0.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.78, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 21, | |
| "name": "slab", | |
| "version": "0.4.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.84, | |
| "duration": 0.12, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 22, | |
| "name": "khronos_api", | |
| "version": "3.1.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 1.91, | |
| "duration": 0.26, | |
| "rmeta_time": 0.26, | |
| "unlocked_units": [ | |
| 156 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 23, | |
| "name": "futures", | |
| "version": "0.1.28", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.92, | |
| "duration": 2.75, | |
| "rmeta_time": 2.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 191 | |
| ] | |
| }, | |
| { | |
| "i": 24, | |
| "name": "siphasher", | |
| "version": "0.2.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.94, | |
| "duration": 0.25, | |
| "rmeta_time": 0.19, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 154 | |
| ] | |
| }, | |
| { | |
| "i": 25, | |
| "name": "itoa", | |
| "version": "0.4.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.95, | |
| "duration": 0.15, | |
| "rmeta_time": 0.14, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 26, | |
| "name": "strsim", | |
| "version": "0.7.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 1.97, | |
| "duration": 0.68, | |
| "rmeta_time": 0.16, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 27, | |
| "name": "typenum", | |
| "version": "1.10.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 2.09, | |
| "duration": 0.65, | |
| "rmeta_time": 0.65, | |
| "unlocked_units": [ | |
| 174 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 28, | |
| "name": "byte-tools", | |
| "version": "0.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.1, | |
| "duration": 0.04, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 155 | |
| ] | |
| }, | |
| { | |
| "i": 29, | |
| "name": "dtoa", | |
| "version": "0.4.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.14, | |
| "duration": 0.2, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 157 | |
| ] | |
| }, | |
| { | |
| "i": 30, | |
| "name": "string_cache_shared", | |
| "version": "0.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.17, | |
| "duration": 0.05, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 31, | |
| "name": "remove_dir_all", | |
| "version": "0.5.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.19, | |
| "duration": 0.04, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 32, | |
| "name": "opaque-debug", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.22, | |
| "duration": 0.03, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 33, | |
| "name": "matches", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.23, | |
| "duration": 0.04, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 34, | |
| "name": "fake-simd", | |
| "version": "0.1.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.25, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 35, | |
| "name": "percent-encoding", | |
| "version": "2.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.27, | |
| "duration": 0.37, | |
| "rmeta_time": 0.14, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 36, | |
| "name": "version_check", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.31, | |
| "duration": 0.63, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [ | |
| 176 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 37, | |
| "name": "unicode-normalization", | |
| "version": "0.1.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.34, | |
| "duration": 0.7, | |
| "rmeta_time": 0.6, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 38, | |
| "name": "httparse", | |
| "version": "1.3.2", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 2.51, | |
| "duration": 0.6, | |
| "rmeta_time": 0.6, | |
| "unlocked_units": [ | |
| 178 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 39, | |
| "name": "procedural-masquerade", | |
| "version": "0.1.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.64, | |
| "duration": 0.15, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 40, | |
| "name": "ident_case", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.65, | |
| "duration": 0.11, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 41, | |
| "name": "indexmap", | |
| "version": "1.0.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.75, | |
| "duration": 0.57, | |
| "rmeta_time": 0.54, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 42, | |
| "name": "try-lock", | |
| "version": "0.2.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.76, | |
| "duration": 0.09, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 43, | |
| "name": "precomputed-hash", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.79, | |
| "duration": 0.05, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 44, | |
| "name": "encoding_rs", | |
| "version": "0.8.12", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 2.84, | |
| "duration": 0.13, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [ | |
| 177 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 45, | |
| "name": "mac", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.85, | |
| "duration": 0.04, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 46, | |
| "name": "stable_deref_trait", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.89, | |
| "duration": 0.05, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 175 | |
| ] | |
| }, | |
| { | |
| "i": 47, | |
| "name": "utf-8", | |
| "version": "0.7.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.94, | |
| "duration": 0.24, | |
| "rmeta_time": 0.14, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 48, | |
| "name": "memchr", | |
| "version": "2.2.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 2.94, | |
| "duration": 0.6, | |
| "rmeta_time": 0.6, | |
| "unlocked_units": [ | |
| 180 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 49, | |
| "name": "smallbitvec", | |
| "version": "2.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 2.96, | |
| "duration": 0.4, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 50, | |
| "name": "unicode-segmentation", | |
| "version": "1.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.04, | |
| "duration": 0.47, | |
| "rmeta_time": 0.32, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 51, | |
| "name": "thin-slice", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.11, | |
| "duration": 0.11, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 52, | |
| "name": "ucd-util", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.19, | |
| "duration": 0.31, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 179 | |
| ] | |
| }, | |
| { | |
| "i": 53, | |
| "name": "regex", | |
| "version": "1.1.6", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 3.22, | |
| "duration": 0.58, | |
| "rmeta_time": 0.58, | |
| "unlocked_units": [ | |
| 183 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 54, | |
| "name": "num-integer", | |
| "version": "0.1.38", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 3.31, | |
| "duration": 0.37, | |
| "rmeta_time": 0.37, | |
| "unlocked_units": [ | |
| 182 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 55, | |
| "name": "utf8-ranges", | |
| "version": "1.0.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.37, | |
| "duration": 0.33, | |
| "rmeta_time": 0.16, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 56, | |
| "name": "proc-macro2", | |
| "version": "1.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 3.5, | |
| "duration": 0.46, | |
| "rmeta_time": 0.46, | |
| "unlocked_units": [ | |
| 186 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 57, | |
| "name": "unicode-xid", | |
| "version": "0.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.52, | |
| "duration": 0.11, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 58, | |
| "name": "same-file", | |
| "version": "1.0.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.55, | |
| "duration": 0.2, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 181 | |
| ] | |
| }, | |
| { | |
| "i": 59, | |
| "name": "num-rational", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 3.62, | |
| "duration": 0.38, | |
| "rmeta_time": 0.38, | |
| "unlocked_units": [ | |
| 187 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 60, | |
| "name": "num-derive", | |
| "version": "0.2.3", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 3.68, | |
| "duration": 0.37, | |
| "rmeta_time": 0.37, | |
| "unlocked_units": [ | |
| 189 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 61, | |
| "name": "getopts", | |
| "version": "0.2.17", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.7, | |
| "duration": 0.98, | |
| "rmeta_time": 0.31, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 62, | |
| "name": "adler32", | |
| "version": "1.0.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.75, | |
| "duration": 0.18, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 185, | |
| 184 | |
| ] | |
| }, | |
| { | |
| "i": 63, | |
| "name": "glob", | |
| "version": "0.2.11", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.8, | |
| "duration": 1.14, | |
| "rmeta_time": 0.34, | |
| "unlocked_units": [ | |
| 196 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 64, | |
| "name": "unicode-width", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 3.93, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 188 | |
| ] | |
| }, | |
| { | |
| "i": 65, | |
| "name": "crc32fast", | |
| "version": "1.2.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 3.96, | |
| "duration": 0.35, | |
| "rmeta_time": 0.35, | |
| "unlocked_units": [ | |
| 192 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 66, | |
| "name": "quick-error", | |
| "version": "1.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.0, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 190 | |
| ] | |
| }, | |
| { | |
| "i": 67, | |
| "name": "syn", | |
| "version": "1.0.3", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 4.02, | |
| "duration": 0.41, | |
| "rmeta_time": 0.41, | |
| "unlocked_units": [ | |
| 193 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 68, | |
| "name": "bindgen", | |
| "version": "0.51.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 4.05, | |
| "duration": 0.38, | |
| "rmeta_time": 0.38, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 69, | |
| "name": "ansi_term", | |
| "version": "0.11.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.08, | |
| "duration": 0.39, | |
| "rmeta_time": 0.23, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 70, | |
| "name": "servo-media-traits", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.14, | |
| "duration": 0.1, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 71, | |
| "name": "termcolor", | |
| "version": "1.0.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.24, | |
| "duration": 0.73, | |
| "rmeta_time": 0.31, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 72, | |
| "name": "vec_map", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.31, | |
| "duration": 0.18, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 73, | |
| "name": "peeking_take_while", | |
| "version": "0.1.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.43, | |
| "duration": 0.07, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 74, | |
| "name": "num-iter", | |
| "version": "0.1.37", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 4.43, | |
| "duration": 0.38, | |
| "rmeta_time": 0.38, | |
| "unlocked_units": [ | |
| 195 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 75, | |
| "name": "lzw", | |
| "version": "0.10.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.47, | |
| "duration": 0.48, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 194 | |
| ] | |
| }, | |
| { | |
| "i": 76, | |
| "name": "shlex", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.5, | |
| "duration": 0.29, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 77, | |
| "name": "color_quant", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.5, | |
| "duration": 0.47, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 78, | |
| "name": "fixedbitset", | |
| "version": "0.1.9", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.67, | |
| "duration": 0.33, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 79, | |
| "name": "boxfnonce", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.68, | |
| "duration": 0.19, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 80, | |
| "name": "binary-space-partition", | |
| "version": "0.1.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.78, | |
| "duration": 0.09, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 81, | |
| "name": "ordermap", | |
| "version": "0.3.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.82, | |
| "duration": 0.58, | |
| "rmeta_time": 0.56, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 199 | |
| ] | |
| }, | |
| { | |
| "i": 82, | |
| "name": "scoped_threadpool", | |
| "version": "0.1.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.87, | |
| "duration": 1.02, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 83, | |
| "name": "byte-slice-cast", | |
| "version": "0.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.88, | |
| "duration": 0.19, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 84, | |
| "name": "thread_profiler", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.95, | |
| "duration": 0.12, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 85, | |
| "name": "svg_fmt", | |
| "version": "0.4.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.95, | |
| "duration": 0.43, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 86, | |
| "name": "nix", | |
| "version": "0.14.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 4.97, | |
| "duration": 0.12, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [ | |
| 197 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 87, | |
| "name": "signpost", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 4.98, | |
| "duration": 0.06, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 88, | |
| "name": "scoped-tls", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.0, | |
| "duration": 0.12, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 89, | |
| "name": "gstreamer", | |
| "version": "0.14.5", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.04, | |
| "duration": 0.12, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 90, | |
| "name": "muldiv", | |
| "version": "0.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.06, | |
| "duration": 0.32, | |
| "rmeta_time": 0.19, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 91, | |
| "name": "urlencoding", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.06, | |
| "duration": 0.25, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 92, | |
| "name": "downcast-rs", | |
| "version": "1.0.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.09, | |
| "duration": 0.06, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 93, | |
| "name": "gstreamer-base", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.12, | |
| "duration": 0.12, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 94, | |
| "name": "xdg", | |
| "version": "2.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.15, | |
| "duration": 0.76, | |
| "rmeta_time": 0.21, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 95, | |
| "name": "openssl", | |
| "version": "0.10.11", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.17, | |
| "duration": 0.27, | |
| "rmeta_time": 0.27, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 96, | |
| "name": "atomic_refcell", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.24, | |
| "duration": 0.18, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 97, | |
| "name": "foreign-types-shared", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.32, | |
| "duration": 0.04, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 198 | |
| ] | |
| }, | |
| { | |
| "i": 98, | |
| "name": "build_const", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.36, | |
| "duration": 0.25, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [ | |
| 201 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 99, | |
| "name": "gstreamer-video", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.38, | |
| "duration": 0.13, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 100, | |
| "name": "xi-unicode", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.38, | |
| "duration": 0.27, | |
| "rmeta_time": 0.24, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 101, | |
| "name": "ucd", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.41, | |
| "duration": 7.81, | |
| "rmeta_time": 7.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 102, | |
| "name": "lazycell", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.42, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 103, | |
| "name": "alloc-no-stdlib", | |
| "version": "2.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.44, | |
| "duration": 0.09, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 200 | |
| ] | |
| }, | |
| { | |
| "i": 104, | |
| "name": "gstreamer-sdp", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.5, | |
| "duration": 0.12, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 105, | |
| "name": "gstreamer-gl", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.51, | |
| "duration": 0.12, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 106, | |
| "name": "hyper-openssl", | |
| "version": "0.7.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.53, | |
| "duration": 0.18, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 107, | |
| "name": "hex", | |
| "version": "0.3.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.61, | |
| "duration": 1.29, | |
| "rmeta_time": 1.26, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 211 | |
| ] | |
| }, | |
| { | |
| "i": 108, | |
| "name": "rle-decode-fast", | |
| "version": "1.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.62, | |
| "duration": 0.14, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 109, | |
| "name": "linked-hash-map", | |
| "version": "0.5.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.62, | |
| "duration": 0.24, | |
| "rmeta_time": 0.22, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 202 | |
| ] | |
| }, | |
| { | |
| "i": 110, | |
| "name": "gstreamer-webrtc", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.65, | |
| "duration": 0.13, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 111, | |
| "name": "gstreamer-player", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.71, | |
| "duration": 0.12, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 112, | |
| "name": "gstreamer-audio", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.77, | |
| "duration": 0.11, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 113, | |
| "name": "antidote", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.78, | |
| "duration": 0.11, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 114, | |
| "name": "rustc-demangle", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.83, | |
| "duration": 0.26, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 115, | |
| "name": "canvas", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.87, | |
| "duration": 0.2, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [ | |
| 203 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 116, | |
| "name": "gstreamer-app", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 5.88, | |
| "duration": 0.12, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 117, | |
| "name": "take_mut", | |
| "version": "0.2.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.89, | |
| "duration": 0.09, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 118, | |
| "name": "swapper", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.9, | |
| "duration": 0.09, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 119, | |
| "name": "ref_slice", | |
| "version": "1.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.91, | |
| "duration": 0.04, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 120, | |
| "name": "half", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.96, | |
| "duration": 0.27, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 121, | |
| "name": "threadpool", | |
| "version": "1.3.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.98, | |
| "duration": 0.68, | |
| "rmeta_time": 0.14, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 122, | |
| "name": "mitochondria", | |
| "version": "1.1.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 5.99, | |
| "duration": 0.09, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 123, | |
| "name": "ref_filter_map", | |
| "version": "1.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.01, | |
| "duration": 0.06, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 124, | |
| "name": "libservo", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 6.06, | |
| "duration": 0.2, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 125, | |
| "name": "osmesa-src", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 6.07, | |
| "duration": 0.35, | |
| "rmeta_time": 0.35, | |
| "unlocked_units": [ | |
| 205 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 126, | |
| "name": "histogram", | |
| "version": "0.6.8", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.08, | |
| "duration": 0.3, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 127, | |
| "name": "servo", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 6.09, | |
| "duration": 0.13, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [ | |
| 204 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 128, | |
| "name": "log", | |
| "version": "0.4.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.23, | |
| "duration": 0.38, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 206, | |
| 207 | |
| ] | |
| }, | |
| { | |
| "i": 129, | |
| "name": "packed_simd", | |
| "version": "0.3.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.23, | |
| "duration": 29.0, | |
| "rmeta_time": 28.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 130, | |
| "name": "crossbeam-utils", | |
| "version": "0.6.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.27, | |
| "duration": 0.93, | |
| "rmeta_time": 0.43, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 208, | |
| 209 | |
| ] | |
| }, | |
| { | |
| "i": 131, | |
| "name": "thread_local", | |
| "version": "0.3.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.39, | |
| "duration": 0.39, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 132, | |
| "name": "arrayvec", | |
| "version": "0.4.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.42, | |
| "duration": 0.45, | |
| "rmeta_time": 0.44, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 210 | |
| ] | |
| }, | |
| { | |
| "i": 133, | |
| "name": "array-init", | |
| "version": "0.0.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.61, | |
| "duration": 4.25, | |
| "rmeta_time": 4.24, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 134, | |
| "name": "lock_api", | |
| "version": "0.3.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.65, | |
| "duration": 0.3, | |
| "rmeta_time": 0.29, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 135, | |
| "name": "itertools", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.78, | |
| "duration": 1.31, | |
| "rmeta_time": 1.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 136, | |
| "name": "semver", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.87, | |
| "duration": 0.69, | |
| "rmeta_time": 0.31, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 214 | |
| ] | |
| }, | |
| { | |
| "i": 137, | |
| "name": "rayon-core", | |
| "version": "1.6.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 6.91, | |
| "duration": 0.0, | |
| "rmeta_time": 0.0, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 138, | |
| "name": "libc", | |
| "version": "0.2.62", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 6.91, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 212 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 139, | |
| "name": "syn", | |
| "version": "0.15.39", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 6.93, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 140, | |
| "name": "proc-macro2", | |
| "version": "0.4.26", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 6.94, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 213 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 141, | |
| "name": "base64", | |
| "version": "0.10.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.96, | |
| "duration": 0.45, | |
| "rmeta_time": 0.29, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 142, | |
| "name": "fxhash", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 6.96, | |
| "duration": 0.11, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 143, | |
| "name": "rustc-hash", | |
| "version": "1.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 7.07, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 144, | |
| "name": "stb_truetype", | |
| "version": "0.2.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 7.15, | |
| "duration": 0.5, | |
| "rmeta_time": 0.37, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 145, | |
| "name": "serde", | |
| "version": "1.0.88", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 7.19, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 146, | |
| "name": "rand_core", | |
| "version": "0.3.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 7.21, | |
| "duration": 0.04, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 217, | |
| 216, | |
| 215 | |
| ] | |
| }, | |
| { | |
| "i": 147, | |
| "name": "rand_jitter", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 7.25, | |
| "duration": 0.28, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 148, | |
| "name": "unreachable", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 7.4, | |
| "duration": 0.05, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 218 | |
| ] | |
| }, | |
| { | |
| "i": 149, | |
| "name": "num-traits", | |
| "version": "0.2.4", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 7.46, | |
| "duration": 0.05, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [ | |
| 219 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 150, | |
| "name": "bitflags", | |
| "version": "1.1.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 7.51, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 220 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 151, | |
| "name": "rand_chacha", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 7.53, | |
| "duration": 0.14, | |
| "rmeta_time": 0.14, | |
| "unlocked_units": [ | |
| 222 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 152, | |
| "name": "rand_pcg", | |
| "version": "0.1.2", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 7.53, | |
| "duration": 0.14, | |
| "rmeta_time": 0.14, | |
| "unlocked_units": [ | |
| 221 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 153, | |
| "name": "rand", | |
| "version": "0.6.5", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 7.57, | |
| "duration": 0.13, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [ | |
| 224 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 154, | |
| "name": "phf_shared", | |
| "version": "0.7.24", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 7.65, | |
| "duration": 0.12, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 225 | |
| ] | |
| }, | |
| { | |
| "i": 155, | |
| "name": "block-padding", | |
| "version": "0.1.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 7.67, | |
| "duration": 0.14, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 156, | |
| "name": "khronos_api", | |
| "version": "3.1.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 7.67, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 223 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 157, | |
| "name": "dtoa-short", | |
| "version": "0.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 7.69, | |
| "duration": 0.21, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 158, | |
| "name": "glib-sys", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 7.7, | |
| "duration": 0.27, | |
| "rmeta_time": 0.27, | |
| "unlocked_units": [ | |
| 226 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 159, | |
| "name": "gobject-sys", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 7.76, | |
| "duration": 0.28, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 160, | |
| "name": "gstreamer-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 7.82, | |
| "duration": 0.28, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 161, | |
| "name": "gstreamer-base-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 7.9, | |
| "duration": 0.29, | |
| "rmeta_time": 0.29, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 162, | |
| "name": "gstreamer-video-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 7.97, | |
| "duration": 0.3, | |
| "rmeta_time": 0.3, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 163, | |
| "name": "servo-fontconfig-sys", | |
| "version": "4.0.7", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.05, | |
| "duration": 0.22, | |
| "rmeta_time": 0.22, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 164, | |
| "name": "x11-dl", | |
| "version": "2.18.3", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.09, | |
| "duration": 0.23, | |
| "rmeta_time": 0.23, | |
| "unlocked_units": [ | |
| 227 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 165, | |
| "name": "gstreamer-sdp-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.1, | |
| "duration": 0.28, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 166, | |
| "name": "x11", | |
| "version": "2.17.3", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.19, | |
| "duration": 0.23, | |
| "rmeta_time": 0.23, | |
| "unlocked_units": [ | |
| 228 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 167, | |
| "name": "libdbus-sys", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.27, | |
| "duration": 0.16, | |
| "rmeta_time": 0.16, | |
| "unlocked_units": [ | |
| 229 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 168, | |
| "name": "gstreamer-gl-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.28, | |
| "duration": 0.28, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 169, | |
| "name": "gstreamer-app-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.33, | |
| "duration": 0.28, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 170, | |
| "name": "gstreamer-webrtc-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.38, | |
| "duration": 0.28, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 171, | |
| "name": "gstreamer-audio-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.42, | |
| "duration": 0.28, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 172, | |
| "name": "gstreamer-player-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.44, | |
| "duration": 0.28, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 173, | |
| "name": "unwind-sys", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.56, | |
| "duration": 0.19, | |
| "rmeta_time": 0.19, | |
| "unlocked_units": [ | |
| 234 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 174, | |
| "name": "typenum", | |
| "version": "1.10.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 8.61, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [ | |
| 230 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 175, | |
| "name": "owning_ref", | |
| "version": "0.4.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 8.67, | |
| "duration": 0.15, | |
| "rmeta_time": 0.14, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 176, | |
| "name": "unicase", | |
| "version": "2.4.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 8.67, | |
| "duration": 0.15, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [ | |
| 235 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 177, | |
| "name": "encoding_rs", | |
| "version": "0.8.12", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 8.71, | |
| "duration": 0.0, | |
| "rmeta_time": 0.0, | |
| "unlocked_units": [ | |
| 231 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 178, | |
| "name": "httparse", | |
| "version": "1.3.2", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 8.71, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 232 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 179, | |
| "name": "regex-syntax", | |
| "version": "0.6.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 8.72, | |
| "duration": 6.3, | |
| "rmeta_time": 3.0, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 180, | |
| "name": "memchr", | |
| "version": "2.2.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 8.72, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 233 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 181, | |
| "name": "walkdir", | |
| "version": "2.2.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 8.74, | |
| "duration": 0.82, | |
| "rmeta_time": 0.23, | |
| "unlocked_units": [ | |
| 237 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 182, | |
| "name": "num-integer", | |
| "version": "0.1.38", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 8.75, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 183, | |
| "name": "regex", | |
| "version": "1.1.6", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 8.81, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 184, | |
| "name": "inflate", | |
| "version": "0.4.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 8.82, | |
| "duration": 0.84, | |
| "rmeta_time": 0.36, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 185, | |
| "name": "deflate", | |
| "version": "0.7.19", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 8.82, | |
| "duration": 1.46, | |
| "rmeta_time": 0.57, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 186, | |
| "name": "proc-macro2", | |
| "version": "1.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 8.83, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 236 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 187, | |
| "name": "num-rational", | |
| "version": "0.2.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 8.85, | |
| "duration": 0.05, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 188, | |
| "name": "textwrap", | |
| "version": "0.10.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 8.9, | |
| "duration": 0.53, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 189, | |
| "name": "num-derive", | |
| "version": "0.2.3", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 9.43, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 190, | |
| "name": "humantime", | |
| "version": "1.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 9.49, | |
| "duration": 0.43, | |
| "rmeta_time": 0.24, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 191, | |
| "name": "tokio-sync", | |
| "version": "0.1.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 9.56, | |
| "duration": 0.85, | |
| "rmeta_time": 0.57, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 192, | |
| "name": "crc32fast", | |
| "version": "1.2.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 9.66, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 238 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 193, | |
| "name": "syn", | |
| "version": "1.0.3", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 9.67, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 194, | |
| "name": "gif", | |
| "version": "0.10.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 9.69, | |
| "duration": 0.64, | |
| "rmeta_time": 0.36, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 195, | |
| "name": "num-iter", | |
| "version": "0.1.37", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 9.92, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 196, | |
| "name": "clang-sys", | |
| "version": "0.28.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 9.98, | |
| "duration": 0.32, | |
| "rmeta_time": 0.32, | |
| "unlocked_units": [ | |
| 239 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 197, | |
| "name": "nix", | |
| "version": "0.14.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 10.28, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 198, | |
| "name": "foreign-types", | |
| "version": "0.3.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.29, | |
| "duration": 0.04, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 199, | |
| "name": "petgraph", | |
| "version": "0.4.13", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.3, | |
| "duration": 2.07, | |
| "rmeta_time": 2.02, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 200, | |
| "name": "alloc-stdlib", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.32, | |
| "duration": 0.1, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 240 | |
| ] | |
| }, | |
| { | |
| "i": 201, | |
| "name": "crc", | |
| "version": "1.8.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 10.33, | |
| "duration": 0.24, | |
| "rmeta_time": 0.24, | |
| "unlocked_units": [ | |
| 241 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 202, | |
| "name": "linked_hash_set", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.41, | |
| "duration": 0.16, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 203, | |
| "name": "canvas", | |
| "version": "0.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 10.42, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 204, | |
| "name": "servo", | |
| "version": "0.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 10.43, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 205, | |
| "name": "osmesa-src", | |
| "version": "0.1.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 10.43, | |
| "duration": 381.56, | |
| "rmeta_time": 381.56, | |
| "unlocked_units": [ | |
| 654 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 206, | |
| "name": "want", | |
| "version": "0.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.57, | |
| "duration": 0.2, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 207, | |
| "name": "servo_remutex", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.58, | |
| "duration": 0.39, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 208, | |
| "name": "crossbeam-queue", | |
| "version": "0.1.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.77, | |
| "duration": 0.17, | |
| "rmeta_time": 0.16, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 209, | |
| "name": "tokio-executor", | |
| "version": "0.1.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.86, | |
| "duration": 0.37, | |
| "rmeta_time": 0.16, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 242, | |
| 243 | |
| ] | |
| }, | |
| { | |
| "i": 210, | |
| "name": "uluru", | |
| "version": "0.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.95, | |
| "duration": 0.07, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 211, | |
| "name": "blurmock", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 10.96, | |
| "duration": 2.25, | |
| "rmeta_time": 0.48, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 212, | |
| "name": "libc", | |
| "version": "0.2.62", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 11.02, | |
| "duration": 0.85, | |
| "rmeta_time": 0.78, | |
| "unlocked_units": [ | |
| 258 | |
| ], | |
| "unlocked_rmeta_units": [ | |
| 246, | |
| 248, | |
| 252, | |
| 249, | |
| 247, | |
| 251, | |
| 250, | |
| 256, | |
| 253, | |
| 257, | |
| 245, | |
| 254, | |
| 255 | |
| ] | |
| }, | |
| { | |
| "i": 213, | |
| "name": "proc-macro2", | |
| "version": "0.4.26", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 11.23, | |
| "duration": 1.41, | |
| "rmeta_time": 0.57, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 244 | |
| ] | |
| }, | |
| { | |
| "i": 214, | |
| "name": "rustc_version", | |
| "version": "0.2.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 11.88, | |
| "duration": 0.54, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [ | |
| 259, | |
| 262, | |
| 260, | |
| 261 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 215, | |
| "name": "rand_isaac", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 12.37, | |
| "duration": 0.39, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 216, | |
| "name": "rand_hc", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 12.42, | |
| "duration": 0.39, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 217, | |
| "name": "rand_xorshift", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 12.64, | |
| "duration": 0.18, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 218, | |
| "name": "new_debug_unreachable", | |
| "version": "1.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 12.76, | |
| "duration": 0.04, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 263 | |
| ] | |
| }, | |
| { | |
| "i": 219, | |
| "name": "num-traits", | |
| "version": "0.2.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 12.8, | |
| "duration": 1.21, | |
| "rmeta_time": 1.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 278, | |
| 281, | |
| 282, | |
| 279, | |
| 280 | |
| ] | |
| }, | |
| { | |
| "i": 220, | |
| "name": "bitflags", | |
| "version": "1.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 12.81, | |
| "duration": 0.04, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 264 | |
| ] | |
| }, | |
| { | |
| "i": 221, | |
| "name": "rand_pcg", | |
| "version": "0.1.2", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 12.82, | |
| "duration": 0.05, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [ | |
| 265 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 222, | |
| "name": "rand_chacha", | |
| "version": "0.1.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 12.85, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [ | |
| 266 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 223, | |
| "name": "khronos_api", | |
| "version": "3.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 12.87, | |
| "duration": 0.21, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 267, | |
| 268 | |
| ] | |
| }, | |
| { | |
| "i": 224, | |
| "name": "rand", | |
| "version": "0.6.5", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 12.92, | |
| "duration": 0.05, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 225, | |
| "name": "phf", | |
| "version": "0.7.24", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 12.97, | |
| "duration": 0.15, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 226, | |
| "name": "glib-sys", | |
| "version": "0.9.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 13.09, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 270, | |
| 269 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 227, | |
| "name": "x11-dl", | |
| "version": "2.18.3", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 13.1, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [ | |
| 273 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 228, | |
| "name": "x11", | |
| "version": "2.17.3", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 13.12, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 271 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 229, | |
| "name": "libdbus-sys", | |
| "version": "0.1.4", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 13.14, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 272 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 230, | |
| "name": "typenum", | |
| "version": "1.10.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 13.15, | |
| "duration": 0.8, | |
| "rmeta_time": 0.76, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 283 | |
| ] | |
| }, | |
| { | |
| "i": 231, | |
| "name": "encoding_rs", | |
| "version": "0.8.12", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 13.16, | |
| "duration": 4.25, | |
| "rmeta_time": 2.19, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 232, | |
| "name": "httparse", | |
| "version": "1.3.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 13.22, | |
| "duration": 0.51, | |
| "rmeta_time": 0.3, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 233, | |
| "name": "memchr", | |
| "version": "2.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 13.22, | |
| "duration": 0.64, | |
| "rmeta_time": 0.38, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 274, | |
| 275 | |
| ] | |
| }, | |
| { | |
| "i": 234, | |
| "name": "unwind-sys", | |
| "version": "0.1.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 13.73, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 276 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 235, | |
| "name": "unicase", | |
| "version": "2.4.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 13.74, | |
| "duration": 0.03, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [ | |
| 277 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 236, | |
| "name": "proc-macro2", | |
| "version": "1.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 13.77, | |
| "duration": 1.39, | |
| "rmeta_time": 0.57, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 288 | |
| ] | |
| }, | |
| { | |
| "i": 237, | |
| "name": "style", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 13.87, | |
| "duration": 0.55, | |
| "rmeta_time": 0.55, | |
| "unlocked_units": [ | |
| 289 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 238, | |
| "name": "crc32fast", | |
| "version": "1.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 13.95, | |
| "duration": 0.33, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 286, | |
| 285 | |
| ] | |
| }, | |
| { | |
| "i": 239, | |
| "name": "clang-sys", | |
| "version": "0.28.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 14.01, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 284 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 240, | |
| "name": "brotli-decompressor", | |
| "version": "2.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 14.02, | |
| "duration": 3.55, | |
| "rmeta_time": 1.88, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 295 | |
| ] | |
| }, | |
| { | |
| "i": 241, | |
| "name": "crc", | |
| "version": "1.8.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 14.28, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 287 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 242, | |
| "name": "tokio-timer", | |
| "version": "0.2.11", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 14.29, | |
| "duration": 0.95, | |
| "rmeta_time": 0.5, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 243, | |
| "name": "tokio-current-thread", | |
| "version": "0.1.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 14.42, | |
| "duration": 0.71, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 244, | |
| "name": "quote", | |
| "version": "0.6.12", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 15.02, | |
| "duration": 0.48, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 291, | |
| 290 | |
| ] | |
| }, | |
| { | |
| "i": 245, | |
| "name": "num_cpus", | |
| "version": "1.10.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 15.13, | |
| "duration": 0.61, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 292 | |
| ] | |
| }, | |
| { | |
| "i": 246, | |
| "name": "rand_os", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 15.16, | |
| "duration": 0.33, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 247, | |
| "name": "iovec", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 15.25, | |
| "duration": 0.18, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 293 | |
| ] | |
| }, | |
| { | |
| "i": 248, | |
| "name": "net2", | |
| "version": "0.2.33", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 15.42, | |
| "duration": 0.61, | |
| "rmeta_time": 0.31, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 294 | |
| ] | |
| }, | |
| { | |
| "i": 249, | |
| "name": "time", | |
| "version": "0.1.42", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 15.49, | |
| "duration": 0.84, | |
| "rmeta_time": 0.42, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 296 | |
| ] | |
| }, | |
| { | |
| "i": 250, | |
| "name": "hashglobe", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 15.5, | |
| "duration": 0.84, | |
| "rmeta_time": 0.73, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 251, | |
| "name": "dirs", | |
| "version": "1.0.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 15.74, | |
| "duration": 0.45, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 252, | |
| "name": "atty", | |
| "version": "0.2.11", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 16.04, | |
| "duration": 0.07, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 297 | |
| ] | |
| }, | |
| { | |
| "i": 253, | |
| "name": "which", | |
| "version": "3.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 16.11, | |
| "duration": 0.36, | |
| "rmeta_time": 0.16, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 254, | |
| "name": "shared_library", | |
| "version": "0.1.9", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 16.19, | |
| "duration": 0.4, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 298 | |
| ] | |
| }, | |
| { | |
| "i": 255, | |
| "name": "memmap", | |
| "version": "0.7.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 16.33, | |
| "duration": 0.24, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 256, | |
| "name": "miniz_oxide", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 16.35, | |
| "duration": 1.3, | |
| "rmeta_time": 0.63, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 257, | |
| "name": "sig", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 16.47, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 258, | |
| "name": "xcb", | |
| "version": "0.8.2", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 16.55, | |
| "duration": 0.41, | |
| "rmeta_time": 0.41, | |
| "unlocked_units": [ | |
| 301 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 259, | |
| "name": "memoffset", | |
| "version": "0.5.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 16.57, | |
| "duration": 0.22, | |
| "rmeta_time": 0.22, | |
| "unlocked_units": [ | |
| 300 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 260, | |
| "name": "hyper", | |
| "version": "0.12.33", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 16.59, | |
| "duration": 0.19, | |
| "rmeta_time": 0.19, | |
| "unlocked_units": [ | |
| 299 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 261, | |
| "name": "parking_lot_core", | |
| "version": "0.6.2", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 16.78, | |
| "duration": 0.18, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [ | |
| 302 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 262, | |
| "name": "parking_lot", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 16.79, | |
| "duration": 0.19, | |
| "rmeta_time": 0.19, | |
| "unlocked_units": [ | |
| 303 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 263, | |
| "name": "futf", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 16.96, | |
| "duration": 0.2, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 304 | |
| ] | |
| }, | |
| { | |
| "i": 264, | |
| "name": "nix", | |
| "version": "0.14.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 16.96, | |
| "duration": 6.01, | |
| "rmeta_time": 4.14, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 265, | |
| "name": "rand_pcg", | |
| "version": "0.1.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 16.98, | |
| "duration": 0.14, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 266, | |
| "name": "rand_chacha", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 17.12, | |
| "duration": 0.22, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 305 | |
| ] | |
| }, | |
| { | |
| "i": 267, | |
| "name": "gl_generator", | |
| "version": "0.11.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 17.15, | |
| "duration": 2.1, | |
| "rmeta_time": 0.8, | |
| "unlocked_units": [ | |
| 313, | |
| 311, | |
| 312, | |
| 310 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 268, | |
| "name": "gl_generator", | |
| "version": "0.13.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 17.34, | |
| "duration": 2.0, | |
| "rmeta_time": 0.77, | |
| "unlocked_units": [ | |
| 315, | |
| 314 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 269, | |
| "name": "gobject-sys", | |
| "version": "0.9.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 17.41, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 306 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 270, | |
| "name": "glib-sys", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 17.42, | |
| "duration": 0.8, | |
| "rmeta_time": 0.46, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 308 | |
| ] | |
| }, | |
| { | |
| "i": 271, | |
| "name": "x11", | |
| "version": "2.17.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 17.57, | |
| "duration": 2.72, | |
| "rmeta_time": 2.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 272, | |
| "name": "libdbus-sys", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 17.65, | |
| "duration": 0.1, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 307 | |
| ] | |
| }, | |
| { | |
| "i": 273, | |
| "name": "x11-dl", | |
| "version": "2.18.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 17.75, | |
| "duration": 4.5, | |
| "rmeta_time": 2.85, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 274, | |
| "name": "aho-corasick", | |
| "version": "0.7.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 18.22, | |
| "duration": 0.98, | |
| "rmeta_time": 0.71, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 309 | |
| ] | |
| }, | |
| { | |
| "i": 275, | |
| "name": "nom", | |
| "version": "4.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 19.2, | |
| "duration": 1.59, | |
| "rmeta_time": 1.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 322, | |
| 323 | |
| ] | |
| }, | |
| { | |
| "i": 276, | |
| "name": "unwind-sys", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 19.25, | |
| "duration": 0.09, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 277, | |
| "name": "unicase", | |
| "version": "2.4.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 19.34, | |
| "duration": 0.74, | |
| "rmeta_time": 0.53, | |
| "unlocked_units": [ | |
| 321 | |
| ], | |
| "unlocked_rmeta_units": [ | |
| 319 | |
| ] | |
| }, | |
| { | |
| "i": 278, | |
| "name": "num-integer", | |
| "version": "0.1.38", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 19.35, | |
| "duration": 0.19, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 317, | |
| 316, | |
| 318 | |
| ] | |
| }, | |
| { | |
| "i": 279, | |
| "name": "ordered-float", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 19.53, | |
| "duration": 0.29, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 280, | |
| "name": "approx", | |
| "version": "0.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 19.82, | |
| "duration": 0.15, | |
| "rmeta_time": 0.14, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 320 | |
| ] | |
| }, | |
| { | |
| "i": 281, | |
| "name": "line_drawing", | |
| "version": "0.7.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 19.98, | |
| "duration": 0.16, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 282, | |
| "name": "immeta", | |
| "version": "0.4.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 20.08, | |
| "duration": 1.61, | |
| "rmeta_time": 0.83, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 283, | |
| "name": "generic-array", | |
| "version": "0.12.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 20.13, | |
| "duration": 0.41, | |
| "rmeta_time": 0.4, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 324, | |
| 325 | |
| ] | |
| }, | |
| { | |
| "i": 284, | |
| "name": "bindgen", | |
| "version": "0.51.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 20.3, | |
| "duration": 0.0, | |
| "rmeta_time": 0.0, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 285, | |
| "name": "png", | |
| "version": "0.15.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 20.3, | |
| "duration": 1.15, | |
| "rmeta_time": 0.61, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 286, | |
| "name": "libflate", | |
| "version": "0.1.26", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 20.54, | |
| "duration": 2.35, | |
| "rmeta_time": 1.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 287, | |
| "name": "crc", | |
| "version": "1.8.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 20.79, | |
| "duration": 0.19, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 288, | |
| "name": "quote", | |
| "version": "1.0.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 20.98, | |
| "duration": 0.65, | |
| "rmeta_time": 0.3, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 326 | |
| ] | |
| }, | |
| { | |
| "i": 289, | |
| "name": "style", | |
| "version": "0.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 21.45, | |
| "duration": 3.55, | |
| "rmeta_time": 3.55, | |
| "unlocked_units": [ | |
| 336 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 290, | |
| "name": "syn", | |
| "version": "0.15.39", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 21.62, | |
| "duration": 14.6, | |
| "rmeta_time": 6.71, | |
| "unlocked_units": [ | |
| 359, | |
| 372, | |
| 358, | |
| 373, | |
| 362, | |
| 374, | |
| 360, | |
| 361, | |
| 366, | |
| 369, | |
| 367, | |
| 370, | |
| 371, | |
| 365, | |
| 364, | |
| 363, | |
| 368 | |
| ], | |
| "unlocked_rmeta_units": [ | |
| 349, | |
| 350 | |
| ] | |
| }, | |
| { | |
| "i": 291, | |
| "name": "wayland-scanner", | |
| "version": "0.21.13", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 21.7, | |
| "duration": 3.06, | |
| "rmeta_time": 1.34, | |
| "unlocked_units": [ | |
| 333, | |
| 334 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 292, | |
| "name": "futures-cpupool", | |
| "version": "0.1.8", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 22.25, | |
| "duration": 0.71, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 293, | |
| "name": "bytes", | |
| "version": "0.4.12", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 22.9, | |
| "duration": 0.83, | |
| "rmeta_time": 0.54, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 328, | |
| 327, | |
| 330, | |
| 329 | |
| ] | |
| }, | |
| { | |
| "i": 294, | |
| "name": "mio", | |
| "version": "0.6.18", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 22.96, | |
| "duration": 1.65, | |
| "rmeta_time": 0.88, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 331, | |
| 332 | |
| ] | |
| }, | |
| { | |
| "i": 295, | |
| "name": "brotli", | |
| "version": "3.1.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 22.97, | |
| "duration": 12.87, | |
| "rmeta_time": 7.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 296, | |
| "name": "cookie", | |
| "version": "0.11.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 23.74, | |
| "duration": 0.78, | |
| "rmeta_time": 0.27, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 297, | |
| "name": "clap", | |
| "version": "2.32.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 24.51, | |
| "duration": 11.56, | |
| "rmeta_time": 3.54, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 298, | |
| "name": "osmesa-sys", | |
| "version": "0.1.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 24.61, | |
| "duration": 0.22, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 299, | |
| "name": "hyper", | |
| "version": "0.12.33", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 24.76, | |
| "duration": 0.02, | |
| "rmeta_time": 0.02, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 300, | |
| "name": "memoffset", | |
| "version": "0.5.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 24.78, | |
| "duration": 0.04, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [ | |
| 335 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 301, | |
| "name": "xcb", | |
| "version": "0.8.2", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 24.82, | |
| "duration": 1.13, | |
| "rmeta_time": 1.13, | |
| "unlocked_units": [ | |
| 340 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 302, | |
| "name": "parking_lot_core", | |
| "version": "0.6.2", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 24.84, | |
| "duration": 0.02, | |
| "rmeta_time": 0.02, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 303, | |
| "name": "parking_lot", | |
| "version": "0.9.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 24.86, | |
| "duration": 0.02, | |
| "rmeta_time": 0.02, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 304, | |
| "name": "tendril", | |
| "version": "0.4.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 24.88, | |
| "duration": 0.43, | |
| "rmeta_time": 0.41, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 305, | |
| "name": "rand", | |
| "version": "0.6.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 25.0, | |
| "duration": 1.88, | |
| "rmeta_time": 1.39, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 343, | |
| 345, | |
| 344 | |
| ] | |
| }, | |
| { | |
| "i": 306, | |
| "name": "gstreamer-sys", | |
| "version": "0.8.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 25.31, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 339, | |
| 337, | |
| 338 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 307, | |
| "name": "dbus", | |
| "version": "0.6.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 25.32, | |
| "duration": 7.83, | |
| "rmeta_time": 2.73, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 346 | |
| ] | |
| }, | |
| { | |
| "i": 308, | |
| "name": "gobject-sys", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 25.95, | |
| "duration": 0.65, | |
| "rmeta_time": 0.35, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 342, | |
| 341 | |
| ] | |
| }, | |
| { | |
| "i": 309, | |
| "name": "regex", | |
| "version": "1.1.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 26.61, | |
| "duration": 7.86, | |
| "rmeta_time": 1.68, | |
| "unlocked_units": [ | |
| 355 | |
| ], | |
| "unlocked_rmeta_units": [ | |
| 348 | |
| ] | |
| }, | |
| { | |
| "i": 310, | |
| "name": "gleam", | |
| "version": "0.6.18", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 26.88, | |
| "duration": 1.4, | |
| "rmeta_time": 1.4, | |
| "unlocked_units": [ | |
| 347 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 311, | |
| "name": "glutin_egl_sys", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 28.29, | |
| "duration": 1.47, | |
| "rmeta_time": 1.47, | |
| "unlocked_units": [ | |
| 351 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 312, | |
| "name": "glutin_glx_sys", | |
| "version": "0.1.5", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 29.76, | |
| "duration": 1.49, | |
| "rmeta_time": 1.49, | |
| "unlocked_units": [ | |
| 352 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 313, | |
| "name": "glx", | |
| "version": "0.2.5", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 31.25, | |
| "duration": 1.41, | |
| "rmeta_time": 1.41, | |
| "unlocked_units": [ | |
| 353 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 314, | |
| "name": "sparkle", | |
| "version": "0.1.6", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 32.66, | |
| "duration": 1.48, | |
| "rmeta_time": 1.48, | |
| "unlocked_units": [ | |
| 354 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 315, | |
| "name": "offscreen_gl_context", | |
| "version": "0.25.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 33.15, | |
| "duration": 1.52, | |
| "rmeta_time": 1.52, | |
| "unlocked_units": [ | |
| 356 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 316, | |
| "name": "num-rational", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 34.14, | |
| "duration": 1.16, | |
| "rmeta_time": 0.44, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 317, | |
| "name": "num-iter", | |
| "version": "0.1.37", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 34.47, | |
| "duration": 0.1, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 318, | |
| "name": "chrono", | |
| "version": "0.4.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 34.58, | |
| "duration": 1.71, | |
| "rmeta_time": 1.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 319, | |
| "name": "mime", | |
| "version": "0.3.13", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 34.67, | |
| "duration": 0.47, | |
| "rmeta_time": 0.25, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 320, | |
| "name": "rusttype", | |
| "version": "0.7.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 35.15, | |
| "duration": 1.12, | |
| "rmeta_time": 0.52, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 357 | |
| ] | |
| }, | |
| { | |
| "i": 321, | |
| "name": "mime_guess", | |
| "version": "2.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 35.23, | |
| "duration": 1.05, | |
| "rmeta_time": 1.05, | |
| "unlocked_units": [ | |
| 375 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 322, | |
| "name": "cexpr", | |
| "version": "0.3.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 35.3, | |
| "duration": 2.57, | |
| "rmeta_time": 1.0, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 323, | |
| "name": "weedle", | |
| "version": "0.10.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 35.84, | |
| "duration": 8.32, | |
| "rmeta_time": 5.61, | |
| "unlocked_units": [ | |
| 407 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 324, | |
| "name": "block-buffer", | |
| "version": "0.7.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 36.07, | |
| "duration": 0.12, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 325, | |
| "name": "digest", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 36.19, | |
| "duration": 0.13, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 376, | |
| 377 | |
| ] | |
| }, | |
| { | |
| "i": 326, | |
| "name": "syn", | |
| "version": "1.0.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 36.23, | |
| "duration": 6.44, | |
| "rmeta_time": 2.37, | |
| "unlocked_units": [ | |
| 401 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 327, | |
| "name": "tokio-io", | |
| "version": "0.1.8", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 36.27, | |
| "duration": 0.74, | |
| "rmeta_time": 0.58, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 379, | |
| 378 | |
| ] | |
| }, | |
| { | |
| "i": 328, | |
| "name": "http", | |
| "version": "0.1.17", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 36.28, | |
| "duration": 4.59, | |
| "rmeta_time": 2.57, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 394, | |
| 396, | |
| 395 | |
| ] | |
| }, | |
| { | |
| "i": 329, | |
| "name": "tokio-buf", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 36.29, | |
| "duration": 0.33, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 330, | |
| "name": "string", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 36.32, | |
| "duration": 0.12, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 331, | |
| "name": "mio-uds", | |
| "version": "0.6.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 36.44, | |
| "duration": 0.28, | |
| "rmeta_time": 0.16, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 332, | |
| "name": "mio-extras", | |
| "version": "2.0.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 36.61, | |
| "duration": 0.38, | |
| "rmeta_time": 0.23, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 333, | |
| "name": "wayland-client", | |
| "version": "0.21.13", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 36.72, | |
| "duration": 0.77, | |
| "rmeta_time": 0.77, | |
| "unlocked_units": [ | |
| 387 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 334, | |
| "name": "wayland-protocols", | |
| "version": "0.21.4", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 36.99, | |
| "duration": 0.81, | |
| "rmeta_time": 0.81, | |
| "unlocked_units": [ | |
| 388 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 335, | |
| "name": "memoffset", | |
| "version": "0.5.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 37.01, | |
| "duration": 0.04, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 380 | |
| ] | |
| }, | |
| { | |
| "i": 336, | |
| "name": "libservo", | |
| "version": "0.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 37.05, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 337, | |
| "name": "gstreamer-base-sys", | |
| "version": "0.8.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 37.05, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 383, | |
| 384, | |
| 382, | |
| 381 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 338, | |
| "name": "gstreamer", | |
| "version": "0.14.5", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 37.06, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 339, | |
| "name": "gstreamer-sdp-sys", | |
| "version": "0.8.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 37.07, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 386, | |
| 385 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 340, | |
| "name": "xcb", | |
| "version": "0.8.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 37.08, | |
| "duration": 1.87, | |
| "rmeta_time": 1.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 391 | |
| ] | |
| }, | |
| { | |
| "i": 341, | |
| "name": "gstreamer-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 37.49, | |
| "duration": 1.47, | |
| "rmeta_time": 0.77, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 393, | |
| 392 | |
| ] | |
| }, | |
| { | |
| "i": 342, | |
| "name": "glib", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 37.8, | |
| "duration": 12.19, | |
| "rmeta_time": 4.52, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 343, | |
| "name": "phf_generator", | |
| "version": "0.7.24", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 37.87, | |
| "duration": 0.11, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 390, | |
| 389 | |
| ] | |
| }, | |
| { | |
| "i": 344, | |
| "name": "tempfile", | |
| "version": "3.0.8", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 37.98, | |
| "duration": 0.62, | |
| "rmeta_time": 0.26, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 345, | |
| "name": "gaol", | |
| "version": "0.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 38.6, | |
| "duration": 0.98, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 346, | |
| "name": "blurz", | |
| "version": "0.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 38.95, | |
| "duration": 1.11, | |
| "rmeta_time": 0.35, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 397 | |
| ] | |
| }, | |
| { | |
| "i": 347, | |
| "name": "gleam", | |
| "version": "0.6.18", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 38.96, | |
| "duration": 8.36, | |
| "rmeta_time": 8.36, | |
| "unlocked_units": [ | |
| 408 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 348, | |
| "name": "env_logger", | |
| "version": "0.6.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 39.58, | |
| "duration": 0.94, | |
| "rmeta_time": 0.35, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 349, | |
| "name": "synstructure", | |
| "version": "0.10.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 40.06, | |
| "duration": 3.48, | |
| "rmeta_time": 0.59, | |
| "unlocked_units": [ | |
| 404, | |
| 403, | |
| 406, | |
| 405 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 350, | |
| "name": "darling_core", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 40.52, | |
| "duration": 7.35, | |
| "rmeta_time": 1.91, | |
| "unlocked_units": [ | |
| 409 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 351, | |
| "name": "glutin_egl_sys", | |
| "version": "0.1.3", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 40.87, | |
| "duration": 0.24, | |
| "rmeta_time": 0.24, | |
| "unlocked_units": [ | |
| 398 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 352, | |
| "name": "glutin_glx_sys", | |
| "version": "0.1.5", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 41.11, | |
| "duration": 0.34, | |
| "rmeta_time": 0.34, | |
| "unlocked_units": [ | |
| 399 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 353, | |
| "name": "glx", | |
| "version": "0.2.5", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 41.45, | |
| "duration": 0.18, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [ | |
| 400 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 354, | |
| "name": "sparkle", | |
| "version": "0.1.6", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 41.63, | |
| "duration": 8.23, | |
| "rmeta_time": 8.23, | |
| "unlocked_units": [ | |
| 412 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 355, | |
| "name": "caseless", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 42.67, | |
| "duration": 0.54, | |
| "rmeta_time": 0.54, | |
| "unlocked_units": [ | |
| 402 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 356, | |
| "name": "offscreen_gl_context", | |
| "version": "0.25.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 43.21, | |
| "duration": 0.34, | |
| "rmeta_time": 0.34, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 357, | |
| "name": "andrew", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 43.55, | |
| "duration": 1.47, | |
| "rmeta_time": 0.32, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 358, | |
| "name": "serde_derive", | |
| "version": "1.0.88", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 43.55, | |
| "duration": 10.57, | |
| "rmeta_time": 10.57, | |
| "unlocked_units": [ | |
| 429 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 359, | |
| "name": "cssparser", | |
| "version": "0.25.8", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 44.16, | |
| "duration": 4.9, | |
| "rmeta_time": 4.9, | |
| "unlocked_units": [ | |
| 410 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 360, | |
| "name": "headers-derive", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 45.02, | |
| "duration": 0.81, | |
| "rmeta_time": 0.81, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 361, | |
| "name": "derive_more", | |
| "version": "0.13.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 45.84, | |
| "duration": 5.1, | |
| "rmeta_time": 5.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 362, | |
| "name": "num-derive", | |
| "version": "0.2.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 47.32, | |
| "duration": 3.56, | |
| "rmeta_time": 3.56, | |
| "unlocked_units": [ | |
| 413 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 363, | |
| "name": "servo_config_plugins", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 47.88, | |
| "duration": 3.38, | |
| "rmeta_time": 3.38, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 364, | |
| "name": "cstr-macros", | |
| "version": "0.1.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 49.07, | |
| "duration": 0.54, | |
| "rmeta_time": 0.54, | |
| "unlocked_units": [ | |
| 411 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 365, | |
| "name": "inventory-impl", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 49.61, | |
| "duration": 0.51, | |
| "rmeta_time": 0.51, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 366, | |
| "name": "ghost", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 49.86, | |
| "duration": 1.49, | |
| "rmeta_time": 1.49, | |
| "unlocked_units": [ | |
| 414 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 367, | |
| "name": "ctor", | |
| "version": "0.1.9", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 49.99, | |
| "duration": 0.95, | |
| "rmeta_time": 0.95, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 368, | |
| "name": "proc-macro-hack", | |
| "version": "0.5.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 50.12, | |
| "duration": 1.28, | |
| "rmeta_time": 1.28, | |
| "unlocked_units": [ | |
| 415 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 369, | |
| "name": "typetag-impl", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 50.88, | |
| "duration": 2.5, | |
| "rmeta_time": 2.5, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 370, | |
| "name": "html5ever", | |
| "version": "0.23.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 50.94, | |
| "duration": 6.17, | |
| "rmeta_time": 6.17, | |
| "unlocked_units": [ | |
| 441 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 371, | |
| "name": "derivative", | |
| "version": "1.0.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 50.95, | |
| "duration": 5.41, | |
| "rmeta_time": 5.41, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 372, | |
| "name": "enum-iterator-derive", | |
| "version": "0.2.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 51.25, | |
| "duration": 0.83, | |
| "rmeta_time": 0.83, | |
| "unlocked_units": [ | |
| 416 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 373, | |
| "name": "dom_struct", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 51.35, | |
| "duration": 2.19, | |
| "rmeta_time": 2.19, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 374, | |
| "name": "domobject_derive", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 51.4, | |
| "duration": 2.62, | |
| "rmeta_time": 2.62, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 375, | |
| "name": "mime_guess", | |
| "version": "2.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 52.08, | |
| "duration": 0.03, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [ | |
| 417 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 376, | |
| "name": "sha-1", | |
| "version": "0.8.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 52.11, | |
| "duration": 0.31, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 377, | |
| "name": "sha2", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 52.43, | |
| "duration": 0.57, | |
| "rmeta_time": 0.27, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 418 | |
| ] | |
| }, | |
| { | |
| "i": 378, | |
| "name": "tokio-reactor", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 53.0, | |
| "duration": 0.92, | |
| "rmeta_time": 0.39, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 419 | |
| ] | |
| }, | |
| { | |
| "i": 379, | |
| "name": "tokio-codec", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 53.38, | |
| "duration": 0.21, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 420, | |
| 421 | |
| ] | |
| }, | |
| { | |
| "i": 380, | |
| "name": "crossbeam-epoch", | |
| "version": "0.7.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 53.55, | |
| "duration": 0.7, | |
| "rmeta_time": 0.37, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 428 | |
| ] | |
| }, | |
| { | |
| "i": 381, | |
| "name": "gstreamer-video-sys", | |
| "version": "0.8.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 53.59, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 424, | |
| 423, | |
| 422 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 382, | |
| "name": "gstreamer-base", | |
| "version": "0.14.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 53.61, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 383, | |
| "name": "gstreamer-audio-sys", | |
| "version": "0.8.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 53.61, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 425 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 384, | |
| "name": "gstreamer-app-sys", | |
| "version": "0.8.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 53.62, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 426 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 385, | |
| "name": "gstreamer-webrtc-sys", | |
| "version": "0.8.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 53.64, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 427 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 386, | |
| "name": "gstreamer-sdp", | |
| "version": "0.14.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 53.65, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 387, | |
| "name": "wayland-client", | |
| "version": "0.21.13", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 53.66, | |
| "duration": 0.79, | |
| "rmeta_time": 0.78, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 388, | |
| "name": "wayland-protocols", | |
| "version": "0.21.4", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 53.92, | |
| "duration": 3.13, | |
| "rmeta_time": 3.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 389, | |
| "name": "phf_codegen", | |
| "version": "0.7.24", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 54.02, | |
| "duration": 0.14, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [ | |
| 430, | |
| 431 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 390, | |
| "name": "string_cache_codegen", | |
| "version": "0.4.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 54.13, | |
| "duration": 1.31, | |
| "rmeta_time": 0.25, | |
| "unlocked_units": [ | |
| 439, | |
| 438 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 391, | |
| "name": "x11-clipboard", | |
| "version": "0.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 54.17, | |
| "duration": 1.04, | |
| "rmeta_time": 0.24, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 432 | |
| ] | |
| }, | |
| { | |
| "i": 392, | |
| "name": "gstreamer-base-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 54.25, | |
| "duration": 0.62, | |
| "rmeta_time": 0.3, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 435, | |
| 434, | |
| 433 | |
| ] | |
| }, | |
| { | |
| "i": 393, | |
| "name": "gstreamer-sdp-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 54.44, | |
| "duration": 0.32, | |
| "rmeta_time": 0.19, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 436 | |
| ] | |
| }, | |
| { | |
| "i": 394, | |
| "name": "h2", | |
| "version": "0.1.26", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 54.76, | |
| "duration": 4.95, | |
| "rmeta_time": 2.71, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 395, | |
| "name": "http-body", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 54.87, | |
| "duration": 0.07, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 396, | |
| "name": "headers-core", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 54.95, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 437 | |
| ] | |
| }, | |
| { | |
| "i": 397, | |
| "name": "device", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 55.03, | |
| "duration": 0.88, | |
| "rmeta_time": 0.29, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 398, | |
| "name": "glutin_egl_sys", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 55.2, | |
| "duration": 0.23, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 399, | |
| "name": "glutin_glx_sys", | |
| "version": "0.1.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 55.43, | |
| "duration": 0.23, | |
| "rmeta_time": 0.21, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 400, | |
| "name": "glx", | |
| "version": "0.2.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 55.44, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 401, | |
| "name": "servo_media_derive", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 55.52, | |
| "duration": 0.75, | |
| "rmeta_time": 0.75, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 402, | |
| "name": "caseless", | |
| "version": "0.2.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 55.67, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [ | |
| 440 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 403, | |
| "name": "peek-poke-derive", | |
| "version": "0.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 55.72, | |
| "duration": 1.09, | |
| "rmeta_time": 1.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 404, | |
| "name": "malloc_size_of_derive", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 55.91, | |
| "duration": 0.84, | |
| "rmeta_time": 0.84, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 405, | |
| "name": "jstraceable_derive", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 56.27, | |
| "duration": 0.9, | |
| "rmeta_time": 0.9, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 406, | |
| "name": "deny_public_fields", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 56.35, | |
| "duration": 1.16, | |
| "rmeta_time": 1.16, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 407, | |
| "name": "script_plugins", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 56.76, | |
| "duration": 11.73, | |
| "rmeta_time": 11.73, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 408, | |
| "name": "gleam", | |
| "version": "0.6.18", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 56.81, | |
| "duration": 5.6, | |
| "rmeta_time": 4.3, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 409, | |
| "name": "darling_macro", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 57.05, | |
| "duration": 0.68, | |
| "rmeta_time": 0.68, | |
| "unlocked_units": [ | |
| 442 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 410, | |
| "name": "cssparser", | |
| "version": "0.25.8", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 57.11, | |
| "duration": 0.88, | |
| "rmeta_time": 0.88, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 411, | |
| "name": "cstr", | |
| "version": "0.1.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 57.17, | |
| "duration": 0.05, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 412, | |
| "name": "sparkle", | |
| "version": "0.1.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 57.22, | |
| "duration": 3.26, | |
| "rmeta_time": 2.66, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 413, | |
| "name": "tiff", | |
| "version": "0.3.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 57.51, | |
| "duration": 0.92, | |
| "rmeta_time": 0.6, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 414, | |
| "name": "inventory", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 57.72, | |
| "duration": 0.1, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 415, | |
| "name": "paste-impl", | |
| "version": "0.1.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 57.82, | |
| "duration": 0.82, | |
| "rmeta_time": 0.82, | |
| "unlocked_units": [ | |
| 443 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 416, | |
| "name": "enum-iterator", | |
| "version": "0.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 58.0, | |
| "duration": 0.05, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 417, | |
| "name": "mime_guess", | |
| "version": "2.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 58.05, | |
| "duration": 0.83, | |
| "rmeta_time": 0.53, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 418, | |
| "name": "webrender_build", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 58.43, | |
| "duration": 0.25, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [ | |
| 444 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 419, | |
| "name": "tokio-tcp", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 58.64, | |
| "duration": 0.48, | |
| "rmeta_time": 0.19, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 420, | |
| "name": "tokio-udp", | |
| "version": "0.1.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 58.68, | |
| "duration": 0.38, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 421, | |
| "name": "tokio-uds", | |
| "version": "0.2.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 58.88, | |
| "duration": 0.65, | |
| "rmeta_time": 0.3, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 422, | |
| "name": "gstreamer-video", | |
| "version": "0.14.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 59.06, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 423, | |
| "name": "gstreamer-gl-sys", | |
| "version": "0.8.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 59.07, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 445 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 424, | |
| "name": "gstreamer-player-sys", | |
| "version": "0.8.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 59.08, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 446 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 425, | |
| "name": "gstreamer-audio", | |
| "version": "0.14.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 59.09, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 426, | |
| "name": "gstreamer-app", | |
| "version": "0.14.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 59.1, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 427, | |
| "name": "gstreamer-webrtc", | |
| "version": "0.14.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 59.11, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 428, | |
| "name": "crossbeam-deque", | |
| "version": "0.7.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 59.12, | |
| "duration": 0.26, | |
| "rmeta_time": 0.25, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 447, | |
| 448 | |
| ] | |
| }, | |
| { | |
| "i": 429, | |
| "name": "serde", | |
| "version": "1.0.88", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 59.12, | |
| "duration": 7.06, | |
| "rmeta_time": 6.8, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 478, | |
| 476, | |
| 468, | |
| 467, | |
| 472, | |
| 469, | |
| 471, | |
| 465, | |
| 475, | |
| 477, | |
| 466, | |
| 470, | |
| 473, | |
| 474 | |
| ] | |
| }, | |
| { | |
| "i": 430, | |
| "name": "cssparser-macros", | |
| "version": "0.3.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 59.38, | |
| "duration": 1.92, | |
| "rmeta_time": 1.92, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 431, | |
| "name": "selectors", | |
| "version": "0.21.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 59.53, | |
| "duration": 1.21, | |
| "rmeta_time": 1.21, | |
| "unlocked_units": [ | |
| 451 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 432, | |
| "name": "clipboard", | |
| "version": "0.5.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 59.71, | |
| "duration": 0.19, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 433, | |
| "name": "gstreamer-video-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 59.9, | |
| "duration": 0.89, | |
| "rmeta_time": 0.45, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 450, | |
| 449 | |
| ] | |
| }, | |
| { | |
| "i": 434, | |
| "name": "gstreamer-audio-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 60.48, | |
| "duration": 0.68, | |
| "rmeta_time": 0.34, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 435, | |
| "name": "gstreamer-app-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 60.74, | |
| "duration": 0.24, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 436, | |
| "name": "gstreamer-webrtc-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 60.79, | |
| "duration": 0.24, | |
| "rmeta_time": 0.16, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 437, | |
| "name": "headers", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 60.98, | |
| "duration": 1.99, | |
| "rmeta_time": 1.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 438, | |
| "name": "string_cache", | |
| "version": "0.7.3", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 61.03, | |
| "duration": 0.33, | |
| "rmeta_time": 0.33, | |
| "unlocked_units": [ | |
| 452 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 439, | |
| "name": "servo_atoms", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 61.16, | |
| "duration": 0.51, | |
| "rmeta_time": 0.51, | |
| "unlocked_units": [ | |
| 453 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 440, | |
| "name": "caseless", | |
| "version": "0.2.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 61.3, | |
| "duration": 0.5, | |
| "rmeta_time": 0.26, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 441, | |
| "name": "html5ever", | |
| "version": "0.23.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 61.36, | |
| "duration": 0.52, | |
| "rmeta_time": 0.52, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 442, | |
| "name": "darling", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 61.67, | |
| "duration": 0.06, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 454 | |
| ] | |
| }, | |
| { | |
| "i": 443, | |
| "name": "paste", | |
| "version": "0.1.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 61.73, | |
| "duration": 0.06, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 455 | |
| ] | |
| }, | |
| { | |
| "i": 444, | |
| "name": "webrender", | |
| "version": "0.60.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 61.78, | |
| "duration": 0.55, | |
| "rmeta_time": 0.55, | |
| "unlocked_units": [ | |
| 456 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 445, | |
| "name": "gstreamer-gl", | |
| "version": "0.14.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 61.8, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 446, | |
| "name": "gstreamer-player", | |
| "version": "0.14.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 61.81, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 447, | |
| "name": "rayon-core", | |
| "version": "1.6.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 61.81, | |
| "duration": 1.55, | |
| "rmeta_time": 0.57, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 457 | |
| ] | |
| }, | |
| { | |
| "i": 448, | |
| "name": "tokio-threadpool", | |
| "version": "0.1.14", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 61.89, | |
| "duration": 2.09, | |
| "rmeta_time": 0.77, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 458 | |
| ] | |
| }, | |
| { | |
| "i": 449, | |
| "name": "gstreamer-gl-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 62.34, | |
| "duration": 0.73, | |
| "rmeta_time": 0.39, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 450, | |
| "name": "gstreamer-player-sys", | |
| "version": "0.8.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 62.4, | |
| "duration": 0.2, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 451, | |
| "name": "selectors", | |
| "version": "0.21.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 62.6, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 452, | |
| "name": "string_cache", | |
| "version": "0.7.3", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 62.62, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 453, | |
| "name": "servo_atoms", | |
| "version": "0.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 62.63, | |
| "duration": 0.04, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 454, | |
| "name": "derive_common", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 62.67, | |
| "duration": 1.36, | |
| "rmeta_time": 0.36, | |
| "unlocked_units": [ | |
| 460, | |
| 461 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 455, | |
| "name": "gstreamer", | |
| "version": "0.14.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 62.97, | |
| "duration": 25.66, | |
| "rmeta_time": 11.24, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 529, | |
| 531, | |
| 530 | |
| ] | |
| }, | |
| { | |
| "i": 456, | |
| "name": "webrender", | |
| "version": "0.60.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 63.07, | |
| "duration": 0.12, | |
| "rmeta_time": 0.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 457, | |
| "name": "rayon", | |
| "version": "1.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 63.19, | |
| "duration": 2.98, | |
| "rmeta_time": 2.65, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 463, | |
| 464 | |
| ] | |
| }, | |
| { | |
| "i": 458, | |
| "name": "tokio-fs", | |
| "version": "0.1.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 63.37, | |
| "duration": 0.72, | |
| "rmeta_time": 0.3, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 459 | |
| ] | |
| }, | |
| { | |
| "i": 459, | |
| "name": "tokio", | |
| "version": "0.1.22", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 63.98, | |
| "duration": 1.36, | |
| "rmeta_time": 0.44, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 462 | |
| ] | |
| }, | |
| { | |
| "i": 460, | |
| "name": "to_shmem_derive", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 64.03, | |
| "duration": 1.35, | |
| "rmeta_time": 1.35, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 461, | |
| "name": "style_derive", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 64.08, | |
| "duration": 3.51, | |
| "rmeta_time": 3.51, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 462, | |
| "name": "hyper", | |
| "version": "0.12.33", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 65.34, | |
| "duration": 5.14, | |
| "rmeta_time": 2.92, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 463, | |
| "name": "cc", | |
| "version": "1.0.35", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 66.17, | |
| "duration": 2.62, | |
| "rmeta_time": 0.64, | |
| "unlocked_units": [ | |
| 488, | |
| 495, | |
| 489, | |
| 494, | |
| 491, | |
| 492, | |
| 493, | |
| 490, | |
| 496, | |
| 487 | |
| ], | |
| "unlocked_rmeta_units": [ | |
| 479 | |
| ] | |
| }, | |
| { | |
| "i": 464, | |
| "name": "jpeg-decoder", | |
| "version": "0.1.14", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 66.19, | |
| "duration": 2.03, | |
| "rmeta_time": 0.71, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 480 | |
| ] | |
| }, | |
| { | |
| "i": 465, | |
| "name": "smallvec", | |
| "version": "0.6.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 67.01, | |
| "duration": 0.38, | |
| "rmeta_time": 0.37, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 484, | |
| 483, | |
| 482, | |
| 481 | |
| ] | |
| }, | |
| { | |
| "i": 466, | |
| "name": "uuid", | |
| "version": "0.7.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 67.39, | |
| "duration": 0.78, | |
| "rmeta_time": 0.6, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 485, | |
| 486 | |
| ] | |
| }, | |
| { | |
| "i": 467, | |
| "name": "euclid", | |
| "version": "0.20.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 67.59, | |
| "duration": 1.85, | |
| "rmeta_time": 1.8, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 503, | |
| 500, | |
| 502, | |
| 501, | |
| 504 | |
| ] | |
| }, | |
| { | |
| "i": 468, | |
| "name": "bincode", | |
| "version": "1.0.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 68.17, | |
| "duration": 0.57, | |
| "rmeta_time": 0.49, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 469, | |
| "name": "serde_json", | |
| "version": "1.0.13", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 68.22, | |
| "duration": 2.58, | |
| "rmeta_time": 1.39, | |
| "unlocked_units": [ | |
| 506 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 470, | |
| "name": "unicode-bidi", | |
| "version": "0.3.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 68.49, | |
| "duration": 1.26, | |
| "rmeta_time": 0.4, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 497 | |
| ] | |
| }, | |
| { | |
| "i": 471, | |
| "name": "string_cache", | |
| "version": "0.7.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 68.73, | |
| "duration": 0.41, | |
| "rmeta_time": 0.21, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 498 | |
| ] | |
| }, | |
| { | |
| "i": 472, | |
| "name": "app_units", | |
| "version": "0.7.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 68.8, | |
| "duration": 0.15, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 473, | |
| "name": "serde_bytes", | |
| "version": "0.10.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 68.94, | |
| "duration": 0.28, | |
| "rmeta_time": 0.21, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 499 | |
| ] | |
| }, | |
| { | |
| "i": 474, | |
| "name": "servo_arc", | |
| "version": "0.1.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 69.14, | |
| "duration": 0.39, | |
| "rmeta_time": 0.37, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 475, | |
| "name": "keyboard-types", | |
| "version": "0.4.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 69.22, | |
| "duration": 3.17, | |
| "rmeta_time": 2.37, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 476, | |
| "name": "ron", | |
| "version": "0.1.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 69.44, | |
| "duration": 1.76, | |
| "rmeta_time": 0.77, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 477, | |
| "name": "erased-serde", | |
| "version": "0.3.9", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 69.53, | |
| "duration": 1.25, | |
| "rmeta_time": 1.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 505 | |
| ] | |
| }, | |
| { | |
| "i": 478, | |
| "name": "toml", | |
| "version": "0.5.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 69.75, | |
| "duration": 3.43, | |
| "rmeta_time": 1.51, | |
| "unlocked_units": [ | |
| 524 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 479, | |
| "name": "cmake", | |
| "version": "0.1.41", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 70.49, | |
| "duration": 0.67, | |
| "rmeta_time": 0.25, | |
| "unlocked_units": [ | |
| 512, | |
| 510, | |
| 513, | |
| 508, | |
| 514, | |
| 509, | |
| 507, | |
| 511 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 480, | |
| "name": "image", | |
| "version": "0.22.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 70.79, | |
| "duration": 12.76, | |
| "rmeta_time": 3.83, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 481, | |
| "name": "crossbeam-channel", | |
| "version": "0.3.8", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 70.81, | |
| "duration": 1.01, | |
| "rmeta_time": 0.67, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 515 | |
| ] | |
| }, | |
| { | |
| "i": 482, | |
| "name": "cssparser", | |
| "version": "0.25.8", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 71.15, | |
| "duration": 1.91, | |
| "rmeta_time": 1.25, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 518 | |
| ] | |
| }, | |
| { | |
| "i": 483, | |
| "name": "parking_lot_core", | |
| "version": "0.6.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 71.21, | |
| "duration": 0.57, | |
| "rmeta_time": 0.29, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 516 | |
| ] | |
| }, | |
| { | |
| "i": 484, | |
| "name": "fallible", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 71.78, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 485, | |
| "name": "servo_rand", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 71.82, | |
| "duration": 0.47, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 486, | |
| "name": "servo-media-streams", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 71.86, | |
| "duration": 0.46, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 517 | |
| ] | |
| }, | |
| { | |
| "i": 487, | |
| "name": "libloading", | |
| "version": "0.5.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 72.29, | |
| "duration": 0.3, | |
| "rmeta_time": 0.3, | |
| "unlocked_units": [ | |
| 519 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 488, | |
| "name": "jemalloc-sys", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 72.32, | |
| "duration": 0.38, | |
| "rmeta_time": 0.38, | |
| "unlocked_units": [ | |
| 520 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 489, | |
| "name": "openssl-sys", | |
| "version": "0.9.35", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 72.39, | |
| "duration": 0.84, | |
| "rmeta_time": 0.84, | |
| "unlocked_units": [ | |
| 525 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 490, | |
| "name": "miniz-sys", | |
| "version": "0.1.10", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 72.59, | |
| "duration": 0.29, | |
| "rmeta_time": 0.29, | |
| "unlocked_units": [ | |
| 521 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 491, | |
| "name": "libz-sys", | |
| "version": "1.0.25", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 72.7, | |
| "duration": 0.38, | |
| "rmeta_time": 0.38, | |
| "unlocked_units": [ | |
| 523 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 492, | |
| "name": "miniz_oxide_c_api", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 72.88, | |
| "duration": 0.13, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [ | |
| 522 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 493, | |
| "name": "backtrace-sys", | |
| "version": "0.1.24", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 73.01, | |
| "duration": 0.3, | |
| "rmeta_time": 0.3, | |
| "unlocked_units": [ | |
| 526 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 494, | |
| "name": "mozjs", | |
| "version": "0.12.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 73.06, | |
| "duration": 0.33, | |
| "rmeta_time": 0.33, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 495, | |
| "name": "mozangle", | |
| "version": "0.2.7", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 73.08, | |
| "duration": 1.44, | |
| "rmeta_time": 1.44, | |
| "unlocked_units": [ | |
| 532 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 496, | |
| "name": "tinyfiledialogs", | |
| "version": "3.3.5", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 73.18, | |
| "duration": 0.28, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [ | |
| 527 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 497, | |
| "name": "idna", | |
| "version": "0.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 73.23, | |
| "duration": 1.24, | |
| "rmeta_time": 0.76, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 528 | |
| ] | |
| }, | |
| { | |
| "i": 498, | |
| "name": "servo_atoms", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 73.31, | |
| "duration": 0.09, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 499, | |
| "name": "hyper_serde", | |
| "version": "0.11.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 73.4, | |
| "duration": 0.34, | |
| "rmeta_time": 0.32, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 500, | |
| "name": "wr_malloc_size_of", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 73.4, | |
| "duration": 0.15, | |
| "rmeta_time": 0.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 501, | |
| "name": "peek-poke", | |
| "version": "0.2.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 73.46, | |
| "duration": 0.3, | |
| "rmeta_time": 0.29, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 502, | |
| "name": "plane-split", | |
| "version": "0.14.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 73.55, | |
| "duration": 0.58, | |
| "rmeta_time": 0.42, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 503, | |
| "name": "servo-media-audio", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 73.74, | |
| "duration": 4.77, | |
| "rmeta_time": 1.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 504, | |
| "name": "offscreen_gl_context", | |
| "version": "0.25.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 73.76, | |
| "duration": 0.72, | |
| "rmeta_time": 0.47, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 505, | |
| "name": "typetag", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 74.13, | |
| "duration": 1.18, | |
| "rmeta_time": 1.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 506, | |
| "name": "markup5ever", | |
| "version": "0.8.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 74.47, | |
| "duration": 1.13, | |
| "rmeta_time": 1.13, | |
| "unlocked_units": [ | |
| 537 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 507, | |
| "name": "servo-freetype-sys", | |
| "version": "4.0.4", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 74.48, | |
| "duration": 0.32, | |
| "rmeta_time": 0.32, | |
| "unlocked_units": [ | |
| 533 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 508, | |
| "name": "expat-sys", | |
| "version": "2.1.6", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 74.52, | |
| "duration": 0.31, | |
| "rmeta_time": 0.31, | |
| "unlocked_units": [ | |
| 534 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 509, | |
| "name": "harfbuzz-sys", | |
| "version": "0.3.2", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 74.8, | |
| "duration": 0.36, | |
| "rmeta_time": 0.36, | |
| "unlocked_units": [ | |
| 535 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 510, | |
| "name": "fontsan", | |
| "version": "0.4.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 74.83, | |
| "duration": 0.27, | |
| "rmeta_time": 0.27, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 511, | |
| "name": "servo-skia", | |
| "version": "0.30000022.0", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 75.1, | |
| "duration": 0.27, | |
| "rmeta_time": 0.27, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 512, | |
| "name": "heartbeats-simple-sys", | |
| "version": "0.4.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 75.16, | |
| "duration": 0.26, | |
| "rmeta_time": 0.26, | |
| "unlocked_units": [ | |
| 536 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 513, | |
| "name": "azure", | |
| "version": "0.36.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 75.31, | |
| "duration": 0.27, | |
| "rmeta_time": 0.27, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 514, | |
| "name": "script", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 75.37, | |
| "duration": 1.39, | |
| "rmeta_time": 1.39, | |
| "unlocked_units": [ | |
| 544 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 515, | |
| "name": "ipc-channel", | |
| "version": "0.12.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 75.42, | |
| "duration": 2.15, | |
| "rmeta_time": 0.57, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 541, | |
| 538, | |
| 539, | |
| 540 | |
| ] | |
| }, | |
| { | |
| "i": 516, | |
| "name": "parking_lot", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 75.58, | |
| "duration": 0.77, | |
| "rmeta_time": 0.29, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 517, | |
| "name": "servo-media-webrtc", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 75.61, | |
| "duration": 0.56, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 518, | |
| "name": "to_shmem", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 76.16, | |
| "duration": 0.38, | |
| "rmeta_time": 0.21, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 542 | |
| ] | |
| }, | |
| { | |
| "i": 519, | |
| "name": "libloading", | |
| "version": "0.5.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 76.36, | |
| "duration": 0.08, | |
| "rmeta_time": 0.08, | |
| "unlocked_units": [ | |
| 543 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 520, | |
| "name": "jemalloc-sys", | |
| "version": "0.1.4", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 76.44, | |
| "duration": 10.8, | |
| "rmeta_time": 10.8, | |
| "unlocked_units": [ | |
| 568 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 521, | |
| "name": "miniz-sys", | |
| "version": "0.1.10", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 76.55, | |
| "duration": 0.25, | |
| "rmeta_time": 0.25, | |
| "unlocked_units": [ | |
| 548, | |
| 547 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 522, | |
| "name": "miniz_oxide_c_api", | |
| "version": "0.1.3", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 76.76, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 545 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 523, | |
| "name": "libz-sys", | |
| "version": "1.0.25", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 76.77, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 546 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 524, | |
| "name": "compositing", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 76.78, | |
| "duration": 0.57, | |
| "rmeta_time": 0.57, | |
| "unlocked_units": [ | |
| 554 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 525, | |
| "name": "openssl-sys", | |
| "version": "0.9.35", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 76.8, | |
| "duration": 0.04, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [ | |
| 550, | |
| 551, | |
| 549 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 526, | |
| "name": "backtrace-sys", | |
| "version": "0.1.24", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 76.84, | |
| "duration": 0.2, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [ | |
| 552 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 527, | |
| "name": "tinyfiledialogs", | |
| "version": "3.3.5", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 77.04, | |
| "duration": 0.21, | |
| "rmeta_time": 0.21, | |
| "unlocked_units": [ | |
| 553 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 528, | |
| "name": "url", | |
| "version": "2.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 77.26, | |
| "duration": 1.93, | |
| "rmeta_time": 0.98, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 556, | |
| 557 | |
| ] | |
| }, | |
| { | |
| "i": 529, | |
| "name": "gstreamer-base", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 77.35, | |
| "duration": 3.38, | |
| "rmeta_time": 1.32, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 558, | |
| 559 | |
| ] | |
| }, | |
| { | |
| "i": 530, | |
| "name": "gstreamer-sdp", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 77.57, | |
| "duration": 1.43, | |
| "rmeta_time": 0.62, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 555 | |
| ] | |
| }, | |
| { | |
| "i": 531, | |
| "name": "gstreamer-audio", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 78.51, | |
| "duration": 1.42, | |
| "rmeta_time": 0.69, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 532, | |
| "name": "mozangle", | |
| "version": "0.2.7", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 79.0, | |
| "duration": 17.29, | |
| "rmeta_time": 17.29, | |
| "unlocked_units": [ | |
| 584 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 533, | |
| "name": "servo-freetype-sys", | |
| "version": "4.0.4", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 79.19, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 560 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 534, | |
| "name": "expat-sys", | |
| "version": "2.1.6", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 79.2, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 562, | |
| 561 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 535, | |
| "name": "harfbuzz-sys", | |
| "version": "0.3.2", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 79.21, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 536, | |
| "name": "heartbeats-simple-sys", | |
| "version": "0.4.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 79.23, | |
| "duration": 4.8, | |
| "rmeta_time": 4.8, | |
| "unlocked_units": [ | |
| 564 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 537, | |
| "name": "markup5ever", | |
| "version": "0.8.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 79.93, | |
| "duration": 1.06, | |
| "rmeta_time": 1.06, | |
| "unlocked_units": [ | |
| 563 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 538, | |
| "name": "webrender_api", | |
| "version": "0.60.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 80.73, | |
| "duration": 18.83, | |
| "rmeta_time": 10.88, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 539, | |
| "name": "webxr-api", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 80.99, | |
| "duration": 5.73, | |
| "rmeta_time": 1.54, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 540, | |
| "name": "servo-media-player", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 83.55, | |
| "duration": 1.05, | |
| "rmeta_time": 0.57, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 565 | |
| ] | |
| }, | |
| { | |
| "i": 541, | |
| "name": "rust-webvr-api", | |
| "version": "0.16.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 84.03, | |
| "duration": 3.09, | |
| "rmeta_time": 1.7, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 542, | |
| "name": "selectors", | |
| "version": "0.21.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 84.61, | |
| "duration": 5.6, | |
| "rmeta_time": 4.95, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 543, | |
| "name": "libloading", | |
| "version": "0.5.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 86.73, | |
| "duration": 0.44, | |
| "rmeta_time": 0.2, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 566, | |
| 567 | |
| ] | |
| }, | |
| { | |
| "i": 544, | |
| "name": "script", | |
| "version": "0.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 87.13, | |
| "duration": 174.17, | |
| "rmeta_time": 174.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 545, | |
| "name": "miniz_oxide_c_api", | |
| "version": "0.1.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 87.17, | |
| "duration": 0.58, | |
| "rmeta_time": 0.26, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 569 | |
| ] | |
| }, | |
| { | |
| "i": 546, | |
| "name": "libz-sys", | |
| "version": "1.0.25", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 87.24, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 547, | |
| "name": "miniz-sys", | |
| "version": "0.1.10", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 87.32, | |
| "duration": 0.07, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 548, | |
| "name": "fontsan", | |
| "version": "0.4.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 87.39, | |
| "duration": 34.73, | |
| "rmeta_time": 34.73, | |
| "unlocked_units": [ | |
| 619 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 549, | |
| "name": "openssl", | |
| "version": "0.10.11", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 87.76, | |
| "duration": 0.03, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 550, | |
| "name": "openssl-sys", | |
| "version": "0.9.35", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 87.79, | |
| "duration": 0.41, | |
| "rmeta_time": 0.33, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 570 | |
| ] | |
| }, | |
| { | |
| "i": 551, | |
| "name": "hyper-openssl", | |
| "version": "0.7.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 88.2, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 552, | |
| "name": "backtrace-sys", | |
| "version": "0.1.24", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 88.21, | |
| "duration": 0.17, | |
| "rmeta_time": 0.16, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 571 | |
| ] | |
| }, | |
| { | |
| "i": 553, | |
| "name": "tinyfiledialogs", | |
| "version": "3.3.5", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 88.39, | |
| "duration": 0.84, | |
| "rmeta_time": 0.24, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 554, | |
| "name": "compositing", | |
| "version": "0.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 88.63, | |
| "duration": 0.17, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 555, | |
| "name": "gstreamer-webrtc", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 88.8, | |
| "duration": 2.6, | |
| "rmeta_time": 0.85, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 556, | |
| "name": "serde_urlencoded", | |
| "version": "0.6.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 89.23, | |
| "duration": 0.4, | |
| "rmeta_time": 0.32, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 572 | |
| ] | |
| }, | |
| { | |
| "i": 557, | |
| "name": "influent", | |
| "version": "0.5.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 89.63, | |
| "duration": 5.86, | |
| "rmeta_time": 0.72, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 558, | |
| "name": "gstreamer-video", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 90.21, | |
| "duration": 4.42, | |
| "rmeta_time": 2.4, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 575, | |
| 573, | |
| 574 | |
| ] | |
| }, | |
| { | |
| "i": 559, | |
| "name": "gstreamer-app", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 91.4, | |
| "duration": 1.26, | |
| "rmeta_time": 0.66, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 560, | |
| "name": "servo-freetype-sys", | |
| "version": "4.0.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 92.66, | |
| "duration": 0.05, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 576 | |
| ] | |
| }, | |
| { | |
| "i": 561, | |
| "name": "servo-fontconfig-sys", | |
| "version": "4.0.7", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 92.71, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [ | |
| 577 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 562, | |
| "name": "expat-sys", | |
| "version": "2.1.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 92.73, | |
| "duration": 0.05, | |
| "rmeta_time": 0.04, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 578 | |
| ] | |
| }, | |
| { | |
| "i": 563, | |
| "name": "markup5ever", | |
| "version": "0.8.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 92.77, | |
| "duration": 2.38, | |
| "rmeta_time": 1.25, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 580, | |
| 579 | |
| ] | |
| }, | |
| { | |
| "i": 564, | |
| "name": "heartbeats-simple-sys", | |
| "version": "0.4.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 94.64, | |
| "duration": 0.08, | |
| "rmeta_time": 0.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 581 | |
| ] | |
| }, | |
| { | |
| "i": 565, | |
| "name": "servo-media", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 94.71, | |
| "duration": 0.26, | |
| "rmeta_time": 0.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 566, | |
| "name": "clang-sys", | |
| "version": "0.28.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 94.98, | |
| "duration": 9.65, | |
| "rmeta_time": 2.33, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 585 | |
| ] | |
| }, | |
| { | |
| "i": 567, | |
| "name": "dlib", | |
| "version": "0.4.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 95.16, | |
| "duration": 0.06, | |
| "rmeta_time": 0.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 582 | |
| ] | |
| }, | |
| { | |
| "i": 568, | |
| "name": "jemalloc-sys", | |
| "version": "0.1.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 95.22, | |
| "duration": 0.04, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 583 | |
| ] | |
| }, | |
| { | |
| "i": 569, | |
| "name": "flate2", | |
| "version": "1.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 95.26, | |
| "duration": 0.74, | |
| "rmeta_time": 0.53, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 570, | |
| "name": "openssl", | |
| "version": "0.10.11", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 95.5, | |
| "duration": 4.19, | |
| "rmeta_time": 2.55, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 587, | |
| 586 | |
| ] | |
| }, | |
| { | |
| "i": 571, | |
| "name": "backtrace", | |
| "version": "0.3.35", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 96.0, | |
| "duration": 0.77, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 572, | |
| "name": "warp", | |
| "version": "0.1.19", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 96.29, | |
| "duration": 4.06, | |
| "rmeta_time": 3.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 589 | |
| ] | |
| }, | |
| { | |
| "i": 573, | |
| "name": "servo-media-gstreamer-render", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 96.77, | |
| "duration": 0.1, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 574, | |
| "name": "gstreamer-gl", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 96.87, | |
| "duration": 4.48, | |
| "rmeta_time": 1.79, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 588 | |
| ] | |
| }, | |
| { | |
| "i": 575, | |
| "name": "gstreamer-player", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 99.56, | |
| "duration": 3.63, | |
| "rmeta_time": 1.31, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 576, | |
| "name": "freetype", | |
| "version": "0.4.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 99.69, | |
| "duration": 0.62, | |
| "rmeta_time": 0.39, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 591, | |
| 590 | |
| ] | |
| }, | |
| { | |
| "i": 577, | |
| "name": "servo-skia", | |
| "version": "0.30000022.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 100.31, | |
| "duration": 178.36, | |
| "rmeta_time": 178.36, | |
| "unlocked_units": [ | |
| 645, | |
| 646 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 578, | |
| "name": "servo-fontconfig-sys", | |
| "version": "4.0.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 100.35, | |
| "duration": 0.06, | |
| "rmeta_time": 0.05, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 592 | |
| ] | |
| }, | |
| { | |
| "i": 579, | |
| "name": "xml5ever", | |
| "version": "0.14.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 100.41, | |
| "duration": 1.46, | |
| "rmeta_time": 0.75, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 593 | |
| ] | |
| }, | |
| { | |
| "i": 580, | |
| "name": "html5ever", | |
| "version": "0.23.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 101.35, | |
| "duration": 1.74, | |
| "rmeta_time": 1.35, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 581, | |
| "name": "heartbeats-simple", | |
| "version": "0.4.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 101.87, | |
| "duration": 0.45, | |
| "rmeta_time": 0.22, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 582, | |
| "name": "wayland-sys", | |
| "version": "0.21.13", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 102.31, | |
| "duration": 1.1, | |
| "rmeta_time": 0.24, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 594 | |
| ] | |
| }, | |
| { | |
| "i": 583, | |
| "name": "servo_allocator", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 103.1, | |
| "duration": 0.11, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 584, | |
| "name": "mozangle", | |
| "version": "0.2.7", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 103.19, | |
| "duration": 0.76, | |
| "rmeta_time": 0.22, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 585, | |
| "name": "bindgen", | |
| "version": "0.51.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 103.21, | |
| "duration": 15.52, | |
| "rmeta_time": 4.86, | |
| "unlocked_units": [ | |
| 612, | |
| 610, | |
| 611 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 586, | |
| "name": "ws", | |
| "version": "0.9.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 103.42, | |
| "duration": 2.12, | |
| "rmeta_time": 1.22, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 597 | |
| ] | |
| }, | |
| { | |
| "i": 587, | |
| "name": "tokio-openssl", | |
| "version": "0.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 103.95, | |
| "duration": 0.12, | |
| "rmeta_time": 0.11, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 595 | |
| ] | |
| }, | |
| { | |
| "i": 588, | |
| "name": "servo-media-gstreamer-render-unix", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 104.07, | |
| "duration": 0.68, | |
| "rmeta_time": 0.27, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 596 | |
| ] | |
| }, | |
| { | |
| "i": 589, | |
| "name": "webdriver", | |
| "version": "0.40.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 104.63, | |
| "duration": 3.12, | |
| "rmeta_time": 2.74, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 590, | |
| "name": "webrender", | |
| "version": "0.60.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 104.75, | |
| "duration": 60.06, | |
| "rmeta_time": 14.4, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 615 | |
| ] | |
| }, | |
| { | |
| "i": 591, | |
| "name": "harfbuzz-sys", | |
| "version": "0.3.2", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 105.54, | |
| "duration": 0.3, | |
| "rmeta_time": 0.26, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 598 | |
| ] | |
| }, | |
| { | |
| "i": 592, | |
| "name": "servo-fontconfig", | |
| "version": "0.4.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 105.83, | |
| "duration": 0.11, | |
| "rmeta_time": 0.09, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 593, | |
| "name": "malloc_size_of", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 105.94, | |
| "duration": 0.63, | |
| "rmeta_time": 0.56, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 602, | |
| 601, | |
| 600, | |
| 599 | |
| ] | |
| }, | |
| { | |
| "i": 594, | |
| "name": "wayland-commons", | |
| "version": "0.21.13", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 106.57, | |
| "duration": 0.72, | |
| "rmeta_time": 0.33, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 603 | |
| ] | |
| }, | |
| { | |
| "i": 595, | |
| "name": "hyper-openssl", | |
| "version": "0.7.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 107.29, | |
| "duration": 1.01, | |
| "rmeta_time": 0.28, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 596, | |
| "name": "servo-media-gstreamer", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 107.76, | |
| "duration": 7.66, | |
| "rmeta_time": 1.56, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 597, | |
| "name": "debugger", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 108.3, | |
| "duration": 2.95, | |
| "rmeta_time": 0.45, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 598, | |
| "name": "unicode-script", | |
| "version": "0.3.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 111.25, | |
| "duration": 0.22, | |
| "rmeta_time": 0.18, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 599, | |
| "name": "msg", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 111.47, | |
| "duration": 2.05, | |
| "rmeta_time": 1.56, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 605, | |
| 604 | |
| ] | |
| }, | |
| { | |
| "i": 600, | |
| "name": "servo_url", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 113.52, | |
| "duration": 0.88, | |
| "rmeta_time": 0.6, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 607, | |
| 606 | |
| ] | |
| }, | |
| { | |
| "i": 601, | |
| "name": "pixels", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 114.4, | |
| "duration": 0.42, | |
| "rmeta_time": 0.33, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 602, | |
| "name": "range", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 114.82, | |
| "duration": 0.4, | |
| "rmeta_time": 0.38, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 608 | |
| ] | |
| }, | |
| { | |
| "i": 603, | |
| "name": "wayland-client", | |
| "version": "0.21.13", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 115.23, | |
| "duration": 2.56, | |
| "rmeta_time": 1.35, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 609 | |
| ] | |
| }, | |
| { | |
| "i": 604, | |
| "name": "webvr_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 115.42, | |
| "duration": 0.65, | |
| "rmeta_time": 0.57, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 605, | |
| "name": "background_hang_monitor", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 116.07, | |
| "duration": 2.93, | |
| "rmeta_time": 0.74, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 606, | |
| "name": "style_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 117.79, | |
| "duration": 1.38, | |
| "rmeta_time": 1.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 614, | |
| 613 | |
| ] | |
| }, | |
| { | |
| "i": 607, | |
| "name": "devtools_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 118.73, | |
| "duration": 2.44, | |
| "rmeta_time": 2.13, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 616 | |
| ] | |
| }, | |
| { | |
| "i": 608, | |
| "name": "gfx_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 119.01, | |
| "duration": 0.66, | |
| "rmeta_time": 0.54, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 609, | |
| "name": "wayland-protocols", | |
| "version": "0.21.4", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 119.17, | |
| "duration": 4.63, | |
| "rmeta_time": 2.72, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 618 | |
| ] | |
| }, | |
| { | |
| "i": 610, | |
| "name": "mozjs_sys", | |
| "version": "0.67.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 119.67, | |
| "duration": 1.4, | |
| "rmeta_time": 1.4, | |
| "unlocked_units": [ | |
| 617 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 611, | |
| "name": "rust-webvr", | |
| "version": "0.16.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 121.07, | |
| "duration": 2.19, | |
| "rmeta_time": 2.19, | |
| "unlocked_units": [ | |
| 621 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 612, | |
| "name": "webxr", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": " custom-build", | |
| "start": 121.17, | |
| "duration": 2.16, | |
| "rmeta_time": 2.16, | |
| "unlocked_units": [ | |
| 622 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 613, | |
| "name": "embedder_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 122.13, | |
| "duration": 1.7, | |
| "rmeta_time": 0.86, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 620 | |
| ] | |
| }, | |
| { | |
| "i": 614, | |
| "name": "servo_geometry", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 123.27, | |
| "duration": 0.35, | |
| "rmeta_time": 0.3, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 623 | |
| ] | |
| }, | |
| { | |
| "i": 615, | |
| "name": "webrender_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 123.32, | |
| "duration": 0.66, | |
| "rmeta_time": 0.34, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 616, | |
| "name": "devtools", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 123.61, | |
| "duration": 8.98, | |
| "rmeta_time": 2.53, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 617, | |
| "name": "mozjs_sys", | |
| "version": "0.67.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 123.81, | |
| "duration": 251.37, | |
| "rmeta_time": 251.37, | |
| "unlocked_units": [ | |
| 650, | |
| 651 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 618, | |
| "name": "smithay-client-toolkit", | |
| "version": "0.4.6", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 123.83, | |
| "duration": 5.17, | |
| "rmeta_time": 1.56, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 624 | |
| ] | |
| }, | |
| { | |
| "i": 619, | |
| "name": "fontsan", | |
| "version": "0.4.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 123.99, | |
| "duration": 0.16, | |
| "rmeta_time": 0.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 620, | |
| "name": "bluetooth_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 124.15, | |
| "duration": 2.33, | |
| "rmeta_time": 1.46, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 621, | |
| "name": "rust-webvr", | |
| "version": "0.16.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 126.48, | |
| "duration": 4.12, | |
| "rmeta_time": 4.12, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 622, | |
| "name": "webxr", | |
| "version": "0.0.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 129.0, | |
| "duration": 0.01, | |
| "rmeta_time": 0.01, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 623, | |
| "name": "servo_config", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 129.01, | |
| "duration": 13.33, | |
| "rmeta_time": 7.78, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 626, | |
| 627, | |
| 630, | |
| 628, | |
| 631, | |
| 629 | |
| ] | |
| }, | |
| { | |
| "i": 624, | |
| "name": "winit", | |
| "version": "0.19.3", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 130.6, | |
| "duration": 7.46, | |
| "rmeta_time": 2.06, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 625 | |
| ] | |
| }, | |
| { | |
| "i": 625, | |
| "name": "glutin", | |
| "version": "0.21.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 138.06, | |
| "duration": 2.1, | |
| "rmeta_time": 0.85, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 633, | |
| 632 | |
| ] | |
| }, | |
| { | |
| "i": 626, | |
| "name": "net_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 140.16, | |
| "duration": 9.97, | |
| "rmeta_time": 4.98, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 635 | |
| ] | |
| }, | |
| { | |
| "i": 627, | |
| "name": "profile_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 142.34, | |
| "duration": 2.21, | |
| "rmeta_time": 1.32, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 634 | |
| ] | |
| }, | |
| { | |
| "i": 628, | |
| "name": "canvas_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 144.55, | |
| "duration": 25.71, | |
| "rmeta_time": 7.94, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 636 | |
| ] | |
| }, | |
| { | |
| "i": 629, | |
| "name": "media", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 149.65, | |
| "duration": 3.11, | |
| "rmeta_time": 1.08, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 630, | |
| "name": "style", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 150.13, | |
| "duration": 99.96, | |
| "rmeta_time": 45.46, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 642, | |
| 641 | |
| ] | |
| }, | |
| { | |
| "i": 631, | |
| "name": "bluetooth", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 152.76, | |
| "duration": 5.17, | |
| "rmeta_time": 1.07, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 632, | |
| "name": "rust-webvr", | |
| "version": "0.16.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 157.94, | |
| "duration": 2.99, | |
| "rmeta_time": 0.53, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 633, | |
| "name": "webxr", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 160.93, | |
| "duration": 1.84, | |
| "rmeta_time": 0.46, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 634, | |
| "name": "profile", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 162.77, | |
| "duration": 4.67, | |
| "rmeta_time": 1.14, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 635, | |
| "name": "net", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 164.82, | |
| "duration": 27.45, | |
| "rmeta_time": 4.46, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 636, | |
| "name": "script_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 167.44, | |
| "duration": 8.86, | |
| "rmeta_time": 5.77, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 639, | |
| 637, | |
| 638 | |
| ] | |
| }, | |
| { | |
| "i": 637, | |
| "name": "metrics", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 176.3, | |
| "duration": 4.24, | |
| "rmeta_time": 0.86, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 638, | |
| "name": "webvr", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 180.55, | |
| "duration": 6.31, | |
| "rmeta_time": 1.24, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 640 | |
| ] | |
| }, | |
| { | |
| "i": 639, | |
| "name": "webdriver_server", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 186.86, | |
| "duration": 17.14, | |
| "rmeta_time": 2.81, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 640, | |
| "name": "compositing", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 192.27, | |
| "duration": 2.53, | |
| "rmeta_time": 1.38, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 641, | |
| "name": "gfx", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 204.0, | |
| "duration": 9.41, | |
| "rmeta_time": 3.35, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 643 | |
| ] | |
| }, | |
| { | |
| "i": 642, | |
| "name": "script_layout_interface", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 213.41, | |
| "duration": 1.46, | |
| "rmeta_time": 1.15, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 644 | |
| ] | |
| }, | |
| { | |
| "i": 643, | |
| "name": "layout_traits", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 214.87, | |
| "duration": 0.36, | |
| "rmeta_time": 0.33, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 644, | |
| "name": "layout_2013", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 215.23, | |
| "duration": 22.27, | |
| "rmeta_time": 7.59, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 645, | |
| "name": "azure", | |
| "version": "0.36.1", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 278.67, | |
| "duration": 24.47, | |
| "rmeta_time": 24.47, | |
| "unlocked_units": [ | |
| 647 | |
| ], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 646, | |
| "name": "servo-skia", | |
| "version": "0.30000022.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 294.82, | |
| "duration": 0.3, | |
| "rmeta_time": 0.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 647, | |
| "name": "azure", | |
| "version": "0.36.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 303.14, | |
| "duration": 0.56, | |
| "rmeta_time": 0.39, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 648 | |
| ] | |
| }, | |
| { | |
| "i": 648, | |
| "name": "canvas", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 303.71, | |
| "duration": 14.89, | |
| "rmeta_time": 2.17, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 649 | |
| ] | |
| }, | |
| { | |
| "i": 649, | |
| "name": "constellation", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 318.6, | |
| "duration": 8.65, | |
| "rmeta_time": 3.1, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 650, | |
| "name": "mozjs", | |
| "version": "0.12.0", | |
| "mode": "run-custom-build", | |
| "target": " custom-build (run)", | |
| "start": 375.18, | |
| "duration": 1.23, | |
| "rmeta_time": 1.23, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 651, | |
| "name": "mozjs_sys", | |
| "version": "0.67.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 375.27, | |
| "duration": 3.25, | |
| "rmeta_time": 2.46, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 652 | |
| ] | |
| }, | |
| { | |
| "i": 652, | |
| "name": "mozjs", | |
| "version": "0.12.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 378.02, | |
| "duration": 1.76, | |
| "rmeta_time": 1.6, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 653 | |
| ] | |
| }, | |
| { | |
| "i": 653, | |
| "name": "script", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 379.61, | |
| "duration": 182.97, | |
| "rmeta_time": 66.32, | |
| "unlocked_units": [ | |
| 657 | |
| ], | |
| "unlocked_rmeta_units": [ | |
| 655 | |
| ] | |
| }, | |
| { | |
| "i": 654, | |
| "name": "osmesa-src", | |
| "version": "0.1.0", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 391.99, | |
| "duration": 0.03, | |
| "rmeta_time": 0.03, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 655, | |
| "name": "layout_thread_2013", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 445.93, | |
| "duration": 14.09, | |
| "rmeta_time": 1.99, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [ | |
| 656 | |
| ] | |
| }, | |
| { | |
| "i": 656, | |
| "name": "libservo", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": "", | |
| "start": 447.93, | |
| "duration": 8.45, | |
| "rmeta_time": 2.31, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| }, | |
| { | |
| "i": 657, | |
| "name": "servo", | |
| "version": "0.0.1", | |
| "mode": "todo", | |
| "target": " bin \"servo\"", | |
| "start": 562.59, | |
| "duration": 34.56, | |
| "rmeta_time": 34.56, | |
| "unlocked_units": [], | |
| "unlocked_rmeta_units": [] | |
| } | |
| ]; | |
| const CONCURRENCY_DATA = [ | |
| { | |
| "t": 1.161235083, | |
| "active": 1, | |
| "waiting": 127, | |
| "inactive": 530 | |
| }, | |
| { | |
| "t": 1.164877072, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 530 | |
| }, | |
| { | |
| "t": 1.165771025, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 530 | |
| }, | |
| { | |
| "t": 1.165793045, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 530 | |
| }, | |
| { | |
| "t": 1.187152904, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 528 | |
| }, | |
| { | |
| "t": 1.194404546, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 528 | |
| }, | |
| { | |
| "t": 1.194585074, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 528 | |
| }, | |
| { | |
| "t": 1.2224883, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 526 | |
| }, | |
| { | |
| "t": 1.234984519, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 526 | |
| }, | |
| { | |
| "t": 1.236892991, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 526 | |
| }, | |
| { | |
| "t": 1.237067972, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 526 | |
| }, | |
| { | |
| "t": 1.258434369, | |
| "active": 8, | |
| "waiting": 124, | |
| "inactive": 524 | |
| }, | |
| { | |
| "t": 1.260858725, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 524 | |
| }, | |
| { | |
| "t": 1.261795309, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 524 | |
| }, | |
| { | |
| "t": 1.269387853, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 524 | |
| }, | |
| { | |
| "t": 1.272069744, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 524 | |
| }, | |
| { | |
| "t": 1.288124643, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 523 | |
| }, | |
| { | |
| "t": 1.297516269, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 523 | |
| }, | |
| { | |
| "t": 1.300048829, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 523 | |
| }, | |
| { | |
| "t": 1.342385926, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 522 | |
| }, | |
| { | |
| "t": 1.351667854, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 522 | |
| }, | |
| { | |
| "t": 1.351876932, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 522 | |
| }, | |
| { | |
| "t": 1.381114227, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 521 | |
| }, | |
| { | |
| "t": 1.410441306, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 521 | |
| }, | |
| { | |
| "t": 1.411000571, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 520 | |
| }, | |
| { | |
| "t": 1.411345954, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 520 | |
| }, | |
| { | |
| "t": 1.533602854, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 520 | |
| }, | |
| { | |
| "t": 1.545185737, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 520 | |
| }, | |
| { | |
| "t": 1.54540893, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 519 | |
| }, | |
| { | |
| "t": 1.545593464, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 519 | |
| }, | |
| { | |
| "t": 1.569315319, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 519 | |
| }, | |
| { | |
| "t": 1.5699497359999999, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 518 | |
| }, | |
| { | |
| "t": 1.570338089, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 518 | |
| }, | |
| { | |
| "t": 1.591587493, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 518 | |
| }, | |
| { | |
| "t": 1.592213492, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 517 | |
| }, | |
| { | |
| "t": 1.5925933319999999, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 517 | |
| }, | |
| { | |
| "t": 1.607722564, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 517 | |
| }, | |
| { | |
| "t": 1.6307601, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 513 | |
| }, | |
| { | |
| "t": 1.701325413, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 513 | |
| }, | |
| { | |
| "t": 1.70157239, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 513 | |
| }, | |
| { | |
| "t": 1.71053685, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 513 | |
| }, | |
| { | |
| "t": 1.710737866, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 512 | |
| }, | |
| { | |
| "t": 1.711175347, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 512 | |
| }, | |
| { | |
| "t": 1.764641366, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 510 | |
| }, | |
| { | |
| "t": 1.766275873, | |
| "active": 8, | |
| "waiting": 129, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.777455501, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.777786012, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.833426952, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.8412235890000002, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.841534445, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.907462107, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.907526937, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.916970652, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.917325978, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.9340493429999999, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 509 | |
| }, | |
| { | |
| "t": 1.93506181, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 508 | |
| }, | |
| { | |
| "t": 1.935408502, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 508 | |
| }, | |
| { | |
| "t": 1.9463443150000002, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 508 | |
| }, | |
| { | |
| "t": 1.946619936, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 507 | |
| }, | |
| { | |
| "t": 1.949419315, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 507 | |
| }, | |
| { | |
| "t": 1.954056574, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 507 | |
| }, | |
| { | |
| "t": 1.961579413, | |
| "active": 8, | |
| "waiting": 124, | |
| "inactive": 507 | |
| }, | |
| { | |
| "t": 1.96773118, | |
| "active": 8, | |
| "waiting": 124, | |
| "inactive": 507 | |
| }, | |
| { | |
| "t": 2.092518262, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 504 | |
| }, | |
| { | |
| "t": 2.093354801, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 504 | |
| }, | |
| { | |
| "t": 2.093437466, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 504 | |
| }, | |
| { | |
| "t": 2.10301554, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 504 | |
| }, | |
| { | |
| "t": 2.103361214, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 504 | |
| }, | |
| { | |
| "t": 2.124148367, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 504 | |
| }, | |
| { | |
| "t": 2.12421638, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 503 | |
| }, | |
| { | |
| "t": 2.138397332, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 502 | |
| }, | |
| { | |
| "t": 2.144119781, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 502 | |
| }, | |
| { | |
| "t": 2.144499048, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 502 | |
| }, | |
| { | |
| "t": 2.164500938, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 502 | |
| }, | |
| { | |
| "t": 2.164890396, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.165044881, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.187067273, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.187176188, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.208330689, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.216336033, | |
| "active": 8, | |
| "waiting": 124, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.216691026, | |
| "active": 8, | |
| "waiting": 124, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.220073551, | |
| "active": 8, | |
| "waiting": 124, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.225914934, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.226248884, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.244134672, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.249521367, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.249632917, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.258458009, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.2703517509999998, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.270761527, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.305462395, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 501 | |
| }, | |
| { | |
| "t": 2.3113981470000002, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 500 | |
| }, | |
| { | |
| "t": 2.311767655, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 500 | |
| }, | |
| { | |
| "t": 2.313482317, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 500 | |
| }, | |
| { | |
| "t": 2.340722362, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 500 | |
| }, | |
| { | |
| "t": 2.341038944, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 500 | |
| }, | |
| { | |
| "t": 2.414754864, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 500 | |
| }, | |
| { | |
| "t": 2.445012837, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 500 | |
| }, | |
| { | |
| "t": 2.5118133609999997, | |
| "active": 8, | |
| "waiting": 135, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.512851595, | |
| "active": 8, | |
| "waiting": 135, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.522388886, | |
| "active": 8, | |
| "waiting": 135, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.6365403819999997, | |
| "active": 8, | |
| "waiting": 134, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.6372755, | |
| "active": 8, | |
| "waiting": 134, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.6451239429999998, | |
| "active": 8, | |
| "waiting": 133, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.6455040690000002, | |
| "active": 8, | |
| "waiting": 133, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.713630579, | |
| "active": 8, | |
| "waiting": 133, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.72751021, | |
| "active": 8, | |
| "waiting": 133, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.744853884, | |
| "active": 8, | |
| "waiting": 133, | |
| "inactive": 484 | |
| }, | |
| { | |
| "t": 2.745476874, | |
| "active": 8, | |
| "waiting": 133, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.745684819, | |
| "active": 8, | |
| "waiting": 133, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.754938462, | |
| "active": 8, | |
| "waiting": 132, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.755149459, | |
| "active": 8, | |
| "waiting": 132, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.788930995, | |
| "active": 8, | |
| "waiting": 131, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.789330965, | |
| "active": 8, | |
| "waiting": 131, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.820610897, | |
| "active": 8, | |
| "waiting": 131, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.831983266, | |
| "active": 8, | |
| "waiting": 131, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.8364472469999997, | |
| "active": 8, | |
| "waiting": 130, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.837447569, | |
| "active": 8, | |
| "waiting": 130, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.843508643, | |
| "active": 8, | |
| "waiting": 129, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.845315999, | |
| "active": 8, | |
| "waiting": 129, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.883954752, | |
| "active": 8, | |
| "waiting": 129, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.890435463, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.890736843, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 483 | |
| }, | |
| { | |
| "t": 2.934925855, | |
| "active": 8, | |
| "waiting": 129, | |
| "inactive": 482 | |
| }, | |
| { | |
| "t": 2.941268531, | |
| "active": 8, | |
| "waiting": 129, | |
| "inactive": 481 | |
| }, | |
| { | |
| "t": 2.94140998, | |
| "active": 8, | |
| "waiting": 129, | |
| "inactive": 481 | |
| }, | |
| { | |
| "t": 2.943064729, | |
| "active": 8, | |
| "waiting": 129, | |
| "inactive": 481 | |
| }, | |
| { | |
| "t": 2.943682426, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 481 | |
| }, | |
| { | |
| "t": 2.94408428, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 481 | |
| }, | |
| { | |
| "t": 2.9638634059999998, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 481 | |
| }, | |
| { | |
| "t": 2.9641877599999997, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 480 | |
| }, | |
| { | |
| "t": 2.964307321, | |
| "active": 8, | |
| "waiting": 128, | |
| "inactive": 480 | |
| }, | |
| { | |
| "t": 3.044079028, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 480 | |
| }, | |
| { | |
| "t": 3.044482859, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 480 | |
| }, | |
| { | |
| "t": 3.077618695, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 480 | |
| }, | |
| { | |
| "t": 3.110454174, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 480 | |
| }, | |
| { | |
| "t": 3.110639237, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 479 | |
| }, | |
| { | |
| "t": 3.1108143, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 479 | |
| }, | |
| { | |
| "t": 3.143234966, | |
| "active": 8, | |
| "waiting": 127, | |
| "inactive": 479 | |
| }, | |
| { | |
| "t": 3.18376568, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 479 | |
| }, | |
| { | |
| "t": 3.185445099, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 479 | |
| }, | |
| { | |
| "t": 3.211148009, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 479 | |
| }, | |
| { | |
| "t": 3.21964465, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 479 | |
| }, | |
| { | |
| "t": 3.219989131, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 479 | |
| }, | |
| { | |
| "t": 3.285755205, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 479 | |
| }, | |
| { | |
| "t": 3.311737163, | |
| "active": 8, | |
| "waiting": 126, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.314240764, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.314590074, | |
| "active": 8, | |
| "waiting": 125, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.365971686, | |
| "active": 8, | |
| "waiting": 124, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.368916608, | |
| "active": 8, | |
| "waiting": 124, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.369046558, | |
| "active": 8, | |
| "waiting": 124, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.500731612, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.5014342640000002, | |
| "active": 8, | |
| "waiting": 123, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.514648533, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.515058989, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.525960156, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.547668253, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 478 | |
| }, | |
| { | |
| "t": 3.5481664029999997, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 477 | |
| }, | |
| { | |
| "t": 3.548555317, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 477 | |
| }, | |
| { | |
| "t": 3.595357281, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 477 | |
| }, | |
| { | |
| "t": 3.620625701, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 477 | |
| }, | |
| { | |
| "t": 3.620932124, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 477 | |
| }, | |
| { | |
| "t": 3.648685057, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 476 | |
| }, | |
| { | |
| "t": 3.680796914, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 476 | |
| }, | |
| { | |
| "t": 3.681203428, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 475 | |
| }, | |
| { | |
| "t": 3.681547087, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 475 | |
| }, | |
| { | |
| "t": 3.695238845, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 475 | |
| }, | |
| { | |
| "t": 3.697528387, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 475 | |
| }, | |
| { | |
| "t": 3.749350469, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 475 | |
| }, | |
| { | |
| "t": 3.751032423, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 475 | |
| }, | |
| { | |
| "t": 3.79891602, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 475 | |
| }, | |
| { | |
| "t": 3.79936952, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 474 | |
| }, | |
| { | |
| "t": 3.799716767, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 474 | |
| }, | |
| { | |
| "t": 3.8446409150000003, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 472 | |
| }, | |
| { | |
| "t": 3.93394861, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 472 | |
| }, | |
| { | |
| "t": 3.934661469, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 472 | |
| }, | |
| { | |
| "t": 3.9637427929999998, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 472 | |
| }, | |
| { | |
| "t": 3.964297266, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 471 | |
| }, | |
| { | |
| "t": 3.964647419, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 471 | |
| }, | |
| { | |
| "t": 4.002173865, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 471 | |
| }, | |
| { | |
| "t": 4.002744236, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 470 | |
| }, | |
| { | |
| "t": 4.003109279, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 470 | |
| }, | |
| { | |
| "t": 4.007159248, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 470 | |
| }, | |
| { | |
| "t": 4.008455724, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 469 | |
| }, | |
| { | |
| "t": 4.016373475, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 469 | |
| }, | |
| { | |
| "t": 4.019286938, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 469 | |
| }, | |
| { | |
| "t": 4.047148288, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 469 | |
| }, | |
| { | |
| "t": 4.048340267, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 468 | |
| }, | |
| { | |
| "t": 4.048746898, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 468 | |
| }, | |
| { | |
| "t": 4.069097876, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 467 | |
| }, | |
| { | |
| "t": 4.08092374, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 467 | |
| }, | |
| { | |
| "t": 4.081022448, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 467 | |
| }, | |
| { | |
| "t": 4.097723008, | |
| "active": 8, | |
| "waiting": 122, | |
| "inactive": 466 | |
| }, | |
| { | |
| "t": 4.136757681, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 466 | |
| }, | |
| { | |
| "t": 4.137105887, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 466 | |
| }, | |
| { | |
| "t": 4.140873878, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 466 | |
| }, | |
| { | |
| "t": 4.206204325, | |
| "active": 8, | |
| "waiting": 121, | |
| "inactive": 466 | |
| }, | |
| { | |
| "t": 4.23607095, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 466 | |
| }, | |
| { | |
| "t": 4.236401257, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 466 | |
| }, | |
| { | |
| "t": 4.311462935, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 466 | |
| }, | |
| { | |
| "t": 4.312490389, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 465 | |
| }, | |
| { | |
| "t": 4.3128665, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 465 | |
| }, | |
| { | |
| "t": 4.314522362, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 465 | |
| }, | |
| { | |
| "t": 4.427654119, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 465 | |
| }, | |
| { | |
| "t": 4.427979502, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.431102359, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.431820778, | |
| "active": 8, | |
| "waiting": 120, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.43225094, | |
| "active": 8, | |
| "waiting": 119, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.433936282, | |
| "active": 8, | |
| "waiting": 119, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.467734635, | |
| "active": 8, | |
| "waiting": 118, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.468105573, | |
| "active": 8, | |
| "waiting": 118, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.488048577, | |
| "active": 8, | |
| "waiting": 118, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.491574141, | |
| "active": 8, | |
| "waiting": 118, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.496233993, | |
| "active": 8, | |
| "waiting": 117, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.496587683, | |
| "active": 8, | |
| "waiting": 117, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.501156899, | |
| "active": 8, | |
| "waiting": 116, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.501301807, | |
| "active": 8, | |
| "waiting": 116, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.541802208, | |
| "active": 8, | |
| "waiting": 116, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.594951636, | |
| "active": 8, | |
| "waiting": 116, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.670163206, | |
| "active": 8, | |
| "waiting": 115, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.670300479, | |
| "active": 8, | |
| "waiting": 115, | |
| "inactive": 464 | |
| }, | |
| { | |
| "t": 4.671535093, | |
| "active": 8, | |
| "waiting": 116, | |
| "inactive": 463 | |
| }, | |
| { | |
| "t": 4.671776399, | |
| "active": 8, | |
| "waiting": 116, | |
| "inactive": 463 | |
| }, | |
| { | |
| "t": 4.678770367, | |
| "active": 8, | |
| "waiting": 115, | |
| "inactive": 463 | |
| }, | |
| { | |
| "t": 4.679145889, | |
| "active": 8, | |
| "waiting": 115, | |
| "inactive": 463 | |
| }, | |
| { | |
| "t": 4.782370233, | |
| "active": 8, | |
| "waiting": 114, | |
| "inactive": 463 | |
| }, | |
| { | |
| "t": 4.783287214, | |
| "active": 8, | |
| "waiting": 114, | |
| "inactive": 463 | |
| }, | |
| { | |
| "t": 4.817416778, | |
| "active": 8, | |
| "waiting": 114, | |
| "inactive": 463 | |
| }, | |
| { | |
| "t": 4.817915021, | |
| "active": 8, | |
| "waiting": 114, | |
| "inactive": 462 | |
| }, | |
| { | |
| "t": 4.823421559, | |
| "active": 8, | |
| "waiting": 114, | |
| "inactive": 462 | |
| }, | |
| { | |
| "t": 4.840307494, | |
| "active": 8, | |
| "waiting": 114, | |
| "inactive": 462 | |
| }, | |
| { | |
| "t": 4.849914557, | |
| "active": 8, | |
| "waiting": 114, | |
| "inactive": 462 | |
| }, | |
| { | |
| "t": 4.863347608, | |
| "active": 8, | |
| "waiting": 114, | |
| "inactive": 462 | |
| }, | |
| { | |
| "t": 4.868348097, | |
| "active": 8, | |
| "waiting": 113, | |
| "inactive": 462 | |
| }, | |
| { | |
| "t": 4.871164471, | |
| "active": 8, | |
| "waiting": 112, | |
| "inactive": 462 | |
| }, | |
| { | |
| "t": 4.871277439, | |
| "active": 8, | |
| "waiting": 112, | |
| "inactive": 462 | |
| }, | |
| { | |
| "t": 4.877242668, | |
| "active": 8, | |
| "waiting": 112, | |
| "inactive": 462 | |
| }, | |
| { | |
| "t": 4.944829497, | |
| "active": 8, | |
| "waiting": 112, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 4.9457531150000005, | |
| "active": 8, | |
| "waiting": 112, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 4.949730395, | |
| "active": 8, | |
| "waiting": 111, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 4.95006205, | |
| "active": 8, | |
| "waiting": 111, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 4.967174287, | |
| "active": 8, | |
| "waiting": 110, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 4.96753051, | |
| "active": 8, | |
| "waiting": 110, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 4.975647966, | |
| "active": 8, | |
| "waiting": 109, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 4.976013247, | |
| "active": 8, | |
| "waiting": 109, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 4.999471732, | |
| "active": 8, | |
| "waiting": 109, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.002184642, | |
| "active": 8, | |
| "waiting": 108, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.002493653, | |
| "active": 8, | |
| "waiting": 108, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.02164698, | |
| "active": 8, | |
| "waiting": 108, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.030131236, | |
| "active": 8, | |
| "waiting": 108, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.040523253, | |
| "active": 8, | |
| "waiting": 107, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.043179079, | |
| "active": 8, | |
| "waiting": 107, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.048438311, | |
| "active": 8, | |
| "waiting": 107, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.063560171, | |
| "active": 8, | |
| "waiting": 106, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.063692144, | |
| "active": 8, | |
| "waiting": 105, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.063820205, | |
| "active": 8, | |
| "waiting": 105, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.063856144, | |
| "active": 8, | |
| "waiting": 105, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.066513812, | |
| "active": 8, | |
| "waiting": 105, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.089590715, | |
| "active": 8, | |
| "waiting": 105, | |
| "inactive": 461 | |
| }, | |
| { | |
| "t": 5.089861387, | |
| "active": 8, | |
| "waiting": 105, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.090345515, | |
| "active": 8, | |
| "waiting": 105, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.11841769, | |
| "active": 8, | |
| "waiting": 104, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.118579205, | |
| "active": 8, | |
| "waiting": 104, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.139917229, | |
| "active": 8, | |
| "waiting": 104, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.14728832, | |
| "active": 8, | |
| "waiting": 103, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.147641693, | |
| "active": 8, | |
| "waiting": 103, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.154336865, | |
| "active": 8, | |
| "waiting": 103, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.156685164, | |
| "active": 8, | |
| "waiting": 103, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.164659046, | |
| "active": 8, | |
| "waiting": 103, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.164936377, | |
| "active": 8, | |
| "waiting": 102, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.167595626, | |
| "active": 8, | |
| "waiting": 102, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.236743394, | |
| "active": 8, | |
| "waiting": 102, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.237290455, | |
| "active": 8, | |
| "waiting": 101, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.237809338, | |
| "active": 8, | |
| "waiting": 101, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.251197257, | |
| "active": 8, | |
| "waiting": 101, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.317493864, | |
| "active": 8, | |
| "waiting": 100, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.318503416, | |
| "active": 8, | |
| "waiting": 100, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.343301937, | |
| "active": 8, | |
| "waiting": 100, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.355564506, | |
| "active": 8, | |
| "waiting": 100, | |
| "inactive": 460 | |
| }, | |
| { | |
| "t": 5.355785691, | |
| "active": 8, | |
| "waiting": 101, | |
| "inactive": 459 | |
| }, | |
| { | |
| "t": 5.363125314, | |
| "active": 8, | |
| "waiting": 100, | |
| "inactive": 459 | |
| }, | |
| { | |
| "t": 5.363534091, | |
| "active": 8, | |
| "waiting": 100, | |
| "inactive": 459 | |
| }, | |
| { | |
| "t": 5.3780518090000005, | |
| "active": 8, | |
| "waiting": 99, | |
| "inactive": 459 | |
| }, | |
| { | |
| "t": 5.378789512, | |
| "active": 8, | |
| "waiting": 99, | |
| "inactive": 459 | |
| }, | |
| { | |
| "t": 5.3806225659999996, | |
| "active": 8, | |
| "waiting": 98, | |
| "inactive": 459 | |
| }, | |
| { | |
| "t": 5.38070501, | |
| "active": 8, | |
| "waiting": 98, | |
| "inactive": 459 | |
| }, | |
| { | |
| "t": 5.383014987, | |
| "active": 8, | |
| "waiting": 99, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.407541956, | |
| "active": 8, | |
| "waiting": 98, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.407828139, | |
| "active": 8, | |
| "waiting": 98, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.41871937, | |
| "active": 8, | |
| "waiting": 97, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.419050219, | |
| "active": 8, | |
| "waiting": 97, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.435866845, | |
| "active": 8, | |
| "waiting": 97, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.436058379, | |
| "active": 8, | |
| "waiting": 96, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.436784181, | |
| "active": 8, | |
| "waiting": 96, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.472041754, | |
| "active": 8, | |
| "waiting": 96, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.488929966, | |
| "active": 8, | |
| "waiting": 96, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.495484055, | |
| "active": 8, | |
| "waiting": 95, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.495578401, | |
| "active": 8, | |
| "waiting": 95, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.504222629, | |
| "active": 8, | |
| "waiting": 95, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.504689755, | |
| "active": 8, | |
| "waiting": 94, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.505039733, | |
| "active": 8, | |
| "waiting": 94, | |
| "inactive": 458 | |
| }, | |
| { | |
| "t": 5.522933136, | |
| "active": 8, | |
| "waiting": 95, | |
| "inactive": 457 | |
| }, | |
| { | |
| "t": 5.531789644, | |
| "active": 8, | |
| "waiting": 94, | |
| "inactive": 457 | |
| }, | |
| { | |
| "t": 5.532108215, | |
| "active": 8, | |
| "waiting": 94, | |
| "inactive": 457 | |
| }, | |
| { | |
| "t": 5.612164654, | |
| "active": 8, | |
| "waiting": 94, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.613446258, | |
| "active": 8, | |
| "waiting": 94, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.617751758, | |
| "active": 8, | |
| "waiting": 94, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.62026846, | |
| "active": 8, | |
| "waiting": 94, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.620822178, | |
| "active": 8, | |
| "waiting": 93, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.620904285, | |
| "active": 8, | |
| "waiting": 92, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.621020484, | |
| "active": 8, | |
| "waiting": 92, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.6210227459999995, | |
| "active": 8, | |
| "waiting": 92, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.648229991, | |
| "active": 8, | |
| "waiting": 91, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.649124122, | |
| "active": 8, | |
| "waiting": 91, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.690917897, | |
| "active": 8, | |
| "waiting": 91, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.710437932, | |
| "active": 8, | |
| "waiting": 91, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.710562456, | |
| "active": 8, | |
| "waiting": 90, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.711506312, | |
| "active": 8, | |
| "waiting": 90, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.760901199, | |
| "active": 8, | |
| "waiting": 89, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.766122045, | |
| "active": 8, | |
| "waiting": 89, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.780051351, | |
| "active": 8, | |
| "waiting": 89, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.780444445, | |
| "active": 8, | |
| "waiting": 88, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.780825919, | |
| "active": 8, | |
| "waiting": 88, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.8339146920000005, | |
| "active": 8, | |
| "waiting": 88, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.834351779, | |
| "active": 8, | |
| "waiting": 87, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.834678643, | |
| "active": 8, | |
| "waiting": 87, | |
| "inactive": 456 | |
| }, | |
| { | |
| "t": 5.84410258, | |
| "active": 8, | |
| "waiting": 88, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.865839566, | |
| "active": 8, | |
| "waiting": 87, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.86667257, | |
| "active": 8, | |
| "waiting": 87, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.872160311, | |
| "active": 8, | |
| "waiting": 87, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.8791819610000005, | |
| "active": 8, | |
| "waiting": 87, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.879579034, | |
| "active": 8, | |
| "waiting": 86, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.879942531, | |
| "active": 8, | |
| "waiting": 86, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.887000111, | |
| "active": 8, | |
| "waiting": 85, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.887122539, | |
| "active": 8, | |
| "waiting": 85, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.895332532, | |
| "active": 8, | |
| "waiting": 84, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.895694867, | |
| "active": 8, | |
| "waiting": 84, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.91070069, | |
| "active": 8, | |
| "waiting": 83, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.911056116, | |
| "active": 8, | |
| "waiting": 83, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.935251685, | |
| "active": 8, | |
| "waiting": 83, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.945483968, | |
| "active": 8, | |
| "waiting": 83, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.953309914, | |
| "active": 8, | |
| "waiting": 82, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.957453901, | |
| "active": 8, | |
| "waiting": 82, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.968573683, | |
| "active": 8, | |
| "waiting": 82, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.969410798, | |
| "active": 8, | |
| "waiting": 82, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.977018296, | |
| "active": 8, | |
| "waiting": 81, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.977093928, | |
| "active": 8, | |
| "waiting": 81, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.986867501, | |
| "active": 8, | |
| "waiting": 80, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 5.989471994, | |
| "active": 8, | |
| "waiting": 80, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 6.004816078, | |
| "active": 8, | |
| "waiting": 80, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 6.005051559, | |
| "active": 8, | |
| "waiting": 79, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 6.005171615, | |
| "active": 8, | |
| "waiting": 79, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 6.055747309, | |
| "active": 8, | |
| "waiting": 79, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 6.062761859, | |
| "active": 8, | |
| "waiting": 78, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 6.063094116, | |
| "active": 8, | |
| "waiting": 78, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 6.068930274, | |
| "active": 8, | |
| "waiting": 78, | |
| "inactive": 455 | |
| }, | |
| { | |
| "t": 6.069854665, | |
| "active": 8, | |
| "waiting": 78, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.069967869, | |
| "active": 8, | |
| "waiting": 78, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.070037439, | |
| "active": 8, | |
| "waiting": 78, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.073346016, | |
| "active": 8, | |
| "waiting": 78, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.082486595, | |
| "active": 8, | |
| "waiting": 77, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.082761902, | |
| "active": 8, | |
| "waiting": 77, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.094453781, | |
| "active": 8, | |
| "waiting": 76, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.094626764, | |
| "active": 8, | |
| "waiting": 76, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.115014513, | |
| "active": 8, | |
| "waiting": 76, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.216305757, | |
| "active": 8, | |
| "waiting": 76, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.22653786, | |
| "active": 8, | |
| "waiting": 76, | |
| "inactive": 454 | |
| }, | |
| { | |
| "t": 6.226701704, | |
| "active": 8, | |
| "waiting": 76, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.226825318, | |
| "active": 8, | |
| "waiting": 76, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.229339395, | |
| "active": 8, | |
| "waiting": 75, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.231763572, | |
| "active": 8, | |
| "waiting": 75, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.265243795, | |
| "active": 8, | |
| "waiting": 75, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.265491797, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.265587107, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.384625369, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.385483812, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.420992764, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 453 | |
| }, | |
| { | |
| "t": 6.421484246, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 452 | |
| }, | |
| { | |
| "t": 6.421881517, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 452 | |
| }, | |
| { | |
| "t": 6.426779122, | |
| "active": 8, | |
| "waiting": 75, | |
| "inactive": 450 | |
| }, | |
| { | |
| "t": 6.557827568, | |
| "active": 8, | |
| "waiting": 75, | |
| "inactive": 450 | |
| }, | |
| { | |
| "t": 6.606513444, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 450 | |
| }, | |
| { | |
| "t": 6.606849, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 450 | |
| }, | |
| { | |
| "t": 6.652823252, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 450 | |
| }, | |
| { | |
| "t": 6.653180823, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 450 | |
| }, | |
| { | |
| "t": 6.693983908, | |
| "active": 8, | |
| "waiting": 75, | |
| "inactive": 448 | |
| }, | |
| { | |
| "t": 6.7757674869999995, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 448 | |
| }, | |
| { | |
| "t": 6.7774733959999995, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 448 | |
| }, | |
| { | |
| "t": 6.860274033, | |
| "active": 8, | |
| "waiting": 75, | |
| "inactive": 447 | |
| }, | |
| { | |
| "t": 6.8713586, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 447 | |
| }, | |
| { | |
| "t": 6.871697087, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 447 | |
| }, | |
| { | |
| "t": 6.875512715, | |
| "active": 8, | |
| "waiting": 75, | |
| "inactive": 446 | |
| }, | |
| { | |
| "t": 6.907068636, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 446 | |
| }, | |
| { | |
| "t": 6.907452498, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 446 | |
| }, | |
| { | |
| "t": 6.912164578, | |
| "active": 8, | |
| "waiting": 74, | |
| "inactive": 446 | |
| }, | |
| { | |
| "t": 6.912581997, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 446 | |
| }, | |
| { | |
| "t": 6.912926335, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 446 | |
| }, | |
| { | |
| "t": 6.9245868250000004, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 446 | |
| }, | |
| { | |
| "t": 6.925095571, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 445 | |
| }, | |
| { | |
| "t": 6.925547914, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 445 | |
| }, | |
| { | |
| "t": 6.938593985, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 445 | |
| }, | |
| { | |
| "t": 6.93884239, | |
| "active": 8, | |
| "waiting": 73, | |
| "inactive": 445 | |
| }, | |
| { | |
| "t": 6.939209841, | |
| "active": 8, | |
| "waiting": 72, | |
| "inactive": 445 | |
| }, | |
| { | |
| "t": 6.9395746, | |
| "active": 8, | |
| "waiting": 72, | |
| "inactive": 445 | |
| }, | |
| { | |
| "t": 6.952551112, | |
| "active": 8, | |
| "waiting": 72, | |
| "inactive": 445 | |
| }, | |
| { | |
| "t": 6.953165152, | |
| "active": 8, | |
| "waiting": 72, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 6.955320058, | |
| "active": 8, | |
| "waiting": 71, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 6.955341865, | |
| "active": 8, | |
| "waiting": 71, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 6.9558360409999995, | |
| "active": 8, | |
| "waiting": 71, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 7.042305943, | |
| "active": 8, | |
| "waiting": 71, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 7.06786014, | |
| "active": 8, | |
| "waiting": 70, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 7.068190984, | |
| "active": 8, | |
| "waiting": 70, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 7.136037404, | |
| "active": 8, | |
| "waiting": 70, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 7.144339938, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 7.145209884, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 444 | |
| }, | |
| { | |
| "t": 7.182969418, | |
| "active": 8, | |
| "waiting": 70, | |
| "inactive": 443 | |
| }, | |
| { | |
| "t": 7.191768216, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 443 | |
| }, | |
| { | |
| "t": 7.192131616, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 443 | |
| }, | |
| { | |
| "t": 7.206912221, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 443 | |
| }, | |
| { | |
| "t": 7.207358635, | |
| "active": 8, | |
| "waiting": 68, | |
| "inactive": 443 | |
| }, | |
| { | |
| "t": 7.20776389, | |
| "active": 8, | |
| "waiting": 68, | |
| "inactive": 443 | |
| }, | |
| { | |
| "t": 7.240411168, | |
| "active": 8, | |
| "waiting": 71, | |
| "inactive": 440 | |
| }, | |
| { | |
| "t": 7.24354398, | |
| "active": 8, | |
| "waiting": 71, | |
| "inactive": 440 | |
| }, | |
| { | |
| "t": 7.245707718, | |
| "active": 8, | |
| "waiting": 70, | |
| "inactive": 440 | |
| }, | |
| { | |
| "t": 7.249475618, | |
| "active": 8, | |
| "waiting": 70, | |
| "inactive": 440 | |
| }, | |
| { | |
| "t": 7.396973858, | |
| "active": 8, | |
| "waiting": 70, | |
| "inactive": 440 | |
| }, | |
| { | |
| "t": 7.404652932, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 440 | |
| }, | |
| { | |
| "t": 7.404881947, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 440 | |
| }, | |
| { | |
| "t": 7.449399012, | |
| "active": 8, | |
| "waiting": 70, | |
| "inactive": 439 | |
| }, | |
| { | |
| "t": 7.456191625, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 439 | |
| }, | |
| { | |
| "t": 7.456578007, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 439 | |
| }, | |
| { | |
| "t": 7.510854509, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 439 | |
| }, | |
| { | |
| "t": 7.511842902, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 438 | |
| }, | |
| { | |
| "t": 7.512313159, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 438 | |
| }, | |
| { | |
| "t": 7.517946255, | |
| "active": 8, | |
| "waiting": 69, | |
| "inactive": 438 | |
| }, | |
| { | |
| "t": 7.525004196, | |
| "active": 8, | |
| "waiting": 68, | |
| "inactive": 438 | |
| }, | |
| { | |
| "t": 7.526989339, | |
| "active": 8, | |
| "waiting": 68, | |
| "inactive": 438 | |
| }, | |
| { | |
| "t": 7.527651841, | |
| "active": 8, | |
| "waiting": 68, | |
| "inactive": 437 | |
| }, | |
| { | |
| "t": 7.528144526, | |
| "active": 8, | |
| "waiting": 68, | |
| "inactive": 437 | |
| }, | |
| { | |
| "t": 7.565718435, | |
| "active": 8, | |
| "waiting": 67, | |
| "inactive": 437 | |
| }, | |
| { | |
| "t": 7.566182921, | |
| "active": 8, | |
| "waiting": 67, | |
| "inactive": 437 | |
| }, | |
| { | |
| "t": 7.645026749, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 437 | |
| }, | |
| { | |
| "t": 7.6457185899999995, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 437 | |
| }, | |
| { | |
| "t": 7.671354758, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 437 | |
| }, | |
| { | |
| "t": 7.671731352, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 435 | |
| }, | |
| { | |
| "t": 7.671736102, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 435 | |
| }, | |
| { | |
| "t": 7.673569519, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 435 | |
| }, | |
| { | |
| "t": 7.684967392, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 435 | |
| }, | |
| { | |
| "t": 7.685478635, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 434 | |
| }, | |
| { | |
| "t": 7.685843557, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 434 | |
| }, | |
| { | |
| "t": 7.699872103, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 434 | |
| }, | |
| { | |
| "t": 7.700346479, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 433 | |
| }, | |
| { | |
| "t": 7.700665232, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 433 | |
| }, | |
| { | |
| "t": 7.752790679, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 433 | |
| }, | |
| { | |
| "t": 7.755185916, | |
| "active": 8, | |
| "waiting": 67, | |
| "inactive": 432 | |
| }, | |
| { | |
| "t": 7.76305425, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 432 | |
| }, | |
| { | |
| "t": 7.763342285, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 432 | |
| }, | |
| { | |
| "t": 7.789015915, | |
| "active": 8, | |
| "waiting": 66, | |
| "inactive": 432 | |
| }, | |
| { | |
| "t": 7.815968007, | |
| "active": 8, | |
| "waiting": 65, | |
| "inactive": 432 | |
| }, | |
| { | |
| "t": 7.8162338810000005, | |
| "active": 8, | |
| "waiting": 65, | |
| "inactive": 432 | |
| }, | |
| { | |
| "t": 7.896344719, | |
| "active": 8, | |
| "waiting": 64, | |
| "inactive": 432 | |
| }, | |
| { | |
| "t": 7.8972535520000005, | |
| "active": 8, | |
| "waiting": 64, | |
| "inactive": 432 | |
| }, | |
| { | |
| "t": 7.97225538, | |
| "active": 8, | |
| "waiting": 64, | |
| "inactive": 432 | |
| }, | |
| { | |
| "t": 7.972650529, | |
| "active": 8, | |
| "waiting": 64, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 7.972783629, | |
| "active": 8, | |
| "waiting": 64, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.044950467, | |
| "active": 8, | |
| "waiting": 64, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.045719272, | |
| "active": 8, | |
| "waiting": 63, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.045983978, | |
| "active": 8, | |
| "waiting": 63, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.056989358, | |
| "active": 8, | |
| "waiting": 63, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.087586567, | |
| "active": 8, | |
| "waiting": 62, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.088582873, | |
| "active": 8, | |
| "waiting": 62, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.099219303, | |
| "active": 8, | |
| "waiting": 62, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.099420457, | |
| "active": 8, | |
| "waiting": 61, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.099779311, | |
| "active": 8, | |
| "waiting": 61, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.187806502, | |
| "active": 8, | |
| "waiting": 61, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.188920338, | |
| "active": 8, | |
| "waiting": 60, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.190967888, | |
| "active": 8, | |
| "waiting": 60, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.270628171, | |
| "active": 8, | |
| "waiting": 60, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.272354092, | |
| "active": 8, | |
| "waiting": 58, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.272375828, | |
| "active": 8, | |
| "waiting": 58, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.276600564, | |
| "active": 8, | |
| "waiting": 58, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.322969061, | |
| "active": 8, | |
| "waiting": 58, | |
| "inactive": 431 | |
| }, | |
| { | |
| "t": 8.324051494, | |
| "active": 8, | |
| "waiting": 58, | |
| "inactive": 430 | |
| }, | |
| { | |
| "t": 8.327301068, | |
| "active": 8, | |
| "waiting": 58, | |
| "inactive": 430 | |
| }, | |
| { | |
| "t": 8.383136827, | |
| "active": 8, | |
| "waiting": 58, | |
| "inactive": 430 | |
| }, | |
| { | |
| "t": 8.383565688000001, | |
| "active": 8, | |
| "waiting": 57, | |
| "inactive": 430 | |
| }, | |
| { | |
| "t": 8.383898701, | |
| "active": 8, | |
| "waiting": 57, | |
| "inactive": 430 | |
| }, | |
| { | |
| "t": 8.420205107, | |
| "active": 8, | |
| "waiting": 57, | |
| "inactive": 430 | |
| }, | |
| { | |
| "t": 8.420638069, | |
| "active": 8, | |
| "waiting": 57, | |
| "inactive": 429 | |
| }, | |
| { | |
| "t": 8.420999665, | |
| "active": 8, | |
| "waiting": 57, | |
| "inactive": 429 | |
| }, | |
| { | |
| "t": 8.434644101, | |
| "active": 8, | |
| "waiting": 57, | |
| "inactive": 429 | |
| }, | |
| { | |
| "t": 8.435736165, | |
| "active": 8, | |
| "waiting": 57, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.437453468, | |
| "active": 8, | |
| "waiting": 57, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.561137957, | |
| "active": 8, | |
| "waiting": 57, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.561840527, | |
| "active": 8, | |
| "waiting": 56, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.562094913, | |
| "active": 8, | |
| "waiting": 56, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.610888921, | |
| "active": 8, | |
| "waiting": 56, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.61114492, | |
| "active": 8, | |
| "waiting": 55, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.611506671, | |
| "active": 8, | |
| "waiting": 55, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.666308943, | |
| "active": 8, | |
| "waiting": 55, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.667551144, | |
| "active": 8, | |
| "waiting": 54, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.667983267, | |
| "active": 8, | |
| "waiting": 54, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.673757427, | |
| "active": 8, | |
| "waiting": 54, | |
| "inactive": 428 | |
| }, | |
| { | |
| "t": 8.674222412, | |
| "active": 8, | |
| "waiting": 54, | |
| "inactive": 427 | |
| }, | |
| { | |
| "t": 8.674578484, | |
| "active": 8, | |
| "waiting": 54, | |
| "inactive": 427 | |
| }, | |
| { | |
| "t": 8.70479906, | |
| "active": 8, | |
| "waiting": 54, | |
| "inactive": 427 | |
| }, | |
| { | |
| "t": 8.705068773, | |
| "active": 8, | |
| "waiting": 53, | |
| "inactive": 427 | |
| }, | |
| { | |
| "t": 8.705428366, | |
| "active": 8, | |
| "waiting": 53, | |
| "inactive": 427 | |
| }, | |
| { | |
| "t": 8.710291434, | |
| "active": 8, | |
| "waiting": 53, | |
| "inactive": 427 | |
| }, | |
| { | |
| "t": 8.71056911, | |
| "active": 8, | |
| "waiting": 53, | |
| "inactive": 426 | |
| }, | |
| { | |
| "t": 8.710993066, | |
| "active": 8, | |
| "waiting": 53, | |
| "inactive": 426 | |
| }, | |
| { | |
| "t": 8.721127472, | |
| "active": 8, | |
| "waiting": 53, | |
| "inactive": 426 | |
| }, | |
| { | |
| "t": 8.721557495999999, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 426 | |
| }, | |
| { | |
| "t": 8.722345303, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 426 | |
| }, | |
| { | |
| "t": 8.724261662, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 425 | |
| }, | |
| { | |
| "t": 8.724291514, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 425 | |
| }, | |
| { | |
| "t": 8.724433204, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 425 | |
| }, | |
| { | |
| "t": 8.735569513, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 425 | |
| }, | |
| { | |
| "t": 8.736020237, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 424 | |
| }, | |
| { | |
| "t": 8.73633054, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 424 | |
| }, | |
| { | |
| "t": 8.749574373, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 424 | |
| }, | |
| { | |
| "t": 8.749724353, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.749975138, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.805236716, | |
| "active": 8, | |
| "waiting": 52, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.806172151, | |
| "active": 8, | |
| "waiting": 51, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.806605908, | |
| "active": 8, | |
| "waiting": 51, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.818932247, | |
| "active": 8, | |
| "waiting": 50, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.819179198, | |
| "active": 8, | |
| "waiting": 50, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.821485027, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.821946978, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.828677225, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 423 | |
| }, | |
| { | |
| "t": 8.829019246, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 422 | |
| }, | |
| { | |
| "t": 8.829444616, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 422 | |
| }, | |
| { | |
| "t": 8.841023925, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 422 | |
| }, | |
| { | |
| "t": 8.841341778, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 8.845470376, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 8.898948666, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 8.899359935, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 8.899748721, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 8.961631705, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 9.073714994, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 9.185363054, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 9.388310087, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 9.43411624, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 9.434393555, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 9.490790735, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 9.491810304, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 9.492116199, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 421 | |
| }, | |
| { | |
| "t": 9.561193512, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 420 | |
| }, | |
| { | |
| "t": 9.561545802, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 420 | |
| }, | |
| { | |
| "t": 9.661459592, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 420 | |
| }, | |
| { | |
| "t": 9.662352071, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 420 | |
| }, | |
| { | |
| "t": 9.674034651, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 420 | |
| }, | |
| { | |
| "t": 9.674295134, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.674671425, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.685956424, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.686391623, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.686723817, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.731748378, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.918439636, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.919334696, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.977108711, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.977630788, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 9.977969027, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 10.04207301, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 10.134149742, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 10.281224555, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 10.28200706, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 10.28724146, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 10.287636125, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 10.288037173, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 10.294535792, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 419 | |
| }, | |
| { | |
| "t": 10.295007892, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 418 | |
| }, | |
| { | |
| "t": 10.295392734, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 418 | |
| }, | |
| { | |
| "t": 10.319293355, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 418 | |
| }, | |
| { | |
| "t": 10.323686158, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 418 | |
| }, | |
| { | |
| "t": 10.323955936, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 418 | |
| }, | |
| { | |
| "t": 10.326605168, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 418 | |
| }, | |
| { | |
| "t": 10.327041498, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 418 | |
| }, | |
| { | |
| "t": 10.408705933, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.410873158, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.411204222, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.419371965, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.419709607, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.424912672, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.425073284, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.425257166, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.430488833, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.430653296, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.430756499, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.56587667, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.568932892, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 417 | |
| }, | |
| { | |
| "t": 10.569056352, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.569229173, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.575170191, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.575510193, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.676124094, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.755861436, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.772915749, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.773087058, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.847253767, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.85844176, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.858688434, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.928916665, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.947335135, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.948249929, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.9627481, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 10.963118449, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 11.014676976, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 416 | |
| }, | |
| { | |
| "t": 11.014898845, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 414 | |
| }, | |
| { | |
| "t": 11.021174708, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 414 | |
| }, | |
| { | |
| "t": 11.021565875, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 414 | |
| }, | |
| { | |
| "t": 11.229713074, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 414 | |
| }, | |
| { | |
| "t": 11.229988566, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 414 | |
| }, | |
| { | |
| "t": 11.441468738, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 414 | |
| }, | |
| { | |
| "t": 11.727868127, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 414 | |
| }, | |
| { | |
| "t": 11.795531041, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 413 | |
| }, | |
| { | |
| "t": 11.799828636, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 400 | |
| }, | |
| { | |
| "t": 11.875337792, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 399 | |
| }, | |
| { | |
| "t": 11.876146065, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 399 | |
| }, | |
| { | |
| "t": 12.074788635, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 399 | |
| }, | |
| { | |
| "t": 12.311554139, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 399 | |
| }, | |
| { | |
| "t": 12.367949167, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 399 | |
| }, | |
| { | |
| "t": 12.368284238, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 399 | |
| }, | |
| { | |
| "t": 12.419163298, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.420026103, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.497708271, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.570513945, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.574095772, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.640008423, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.640391354, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.74597906, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.760476668999999, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.760652983, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 395 | |
| }, | |
| { | |
| "t": 12.795630682, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 394 | |
| }, | |
| { | |
| "t": 12.80113002, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 394 | |
| }, | |
| { | |
| "t": 12.801492209, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 394 | |
| }, | |
| { | |
| "t": 12.812422633, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 394 | |
| }, | |
| { | |
| "t": 12.812743102, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 394 | |
| }, | |
| { | |
| "t": 12.819584132, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 394 | |
| }, | |
| { | |
| "t": 12.819935758, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 394 | |
| }, | |
| { | |
| "t": 12.846078851, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 393 | |
| }, | |
| { | |
| "t": 12.854674377, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 393 | |
| }, | |
| { | |
| "t": 12.854987666, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 393 | |
| }, | |
| { | |
| "t": 12.87182824, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 393 | |
| }, | |
| { | |
| "t": 12.872145327, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 392 | |
| }, | |
| { | |
| "t": 12.872470016, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 392 | |
| }, | |
| { | |
| "t": 12.91743795, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 392 | |
| }, | |
| { | |
| "t": 12.917762352, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 391 | |
| }, | |
| { | |
| "t": 12.918097275000001, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 391 | |
| }, | |
| { | |
| "t": 12.969639236999999, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 391 | |
| }, | |
| { | |
| "t": 12.970057915, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 391 | |
| }, | |
| { | |
| "t": 12.970194523, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 391 | |
| }, | |
| { | |
| "t": 13.056535343, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 389 | |
| }, | |
| { | |
| "t": 13.085089302, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 389 | |
| }, | |
| { | |
| "t": 13.086007201, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 389 | |
| }, | |
| { | |
| "t": 13.094831871, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 389 | |
| }, | |
| { | |
| "t": 13.095211478, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 387 | |
| }, | |
| { | |
| "t": 13.095581707, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 387 | |
| }, | |
| { | |
| "t": 13.115413842, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 387 | |
| }, | |
| { | |
| "t": 13.123591579, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 387 | |
| }, | |
| { | |
| "t": 13.12437754, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 387 | |
| }, | |
| { | |
| "t": 13.138820942, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 387 | |
| }, | |
| { | |
| "t": 13.138953788, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 386 | |
| }, | |
| { | |
| "t": 13.13987811, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 386 | |
| }, | |
| { | |
| "t": 13.148904081, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 386 | |
| }, | |
| { | |
| "t": 13.149001986, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 385 | |
| }, | |
| { | |
| "t": 13.149126413, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 385 | |
| }, | |
| { | |
| "t": 13.155204145999999, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 385 | |
| }, | |
| { | |
| "t": 13.155320692, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 384 | |
| }, | |
| { | |
| "t": 13.15747183, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 384 | |
| }, | |
| { | |
| "t": 13.214243628, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 384 | |
| }, | |
| { | |
| "t": 13.216368521, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 384 | |
| }, | |
| { | |
| "t": 13.219487531, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 384 | |
| }, | |
| { | |
| "t": 13.221595642, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 384 | |
| }, | |
| { | |
| "t": 13.515946754, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 384 | |
| }, | |
| { | |
| "t": 13.598288728, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 382 | |
| }, | |
| { | |
| "t": 13.724954689, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 382 | |
| }, | |
| { | |
| "t": 13.725657467, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 382 | |
| }, | |
| { | |
| "t": 13.737229539, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 382 | |
| }, | |
| { | |
| "t": 13.737461045, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 381 | |
| }, | |
| { | |
| "t": 13.740447356, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 381 | |
| }, | |
| { | |
| "t": 13.768703107, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 381 | |
| }, | |
| { | |
| "t": 13.768999234, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 380 | |
| }, | |
| { | |
| "t": 13.769478722, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 380 | |
| }, | |
| { | |
| "t": 13.865069553, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 380 | |
| }, | |
| { | |
| "t": 13.865236584, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 380 | |
| }, | |
| { | |
| "t": 13.90936619, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 375 | |
| }, | |
| { | |
| "t": 13.910191192, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 374 | |
| }, | |
| { | |
| "t": 13.944742373, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 374 | |
| }, | |
| { | |
| "t": 13.945084904, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 374 | |
| }, | |
| { | |
| "t": 14.012017556, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 374 | |
| }, | |
| { | |
| "t": 14.012931311, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 374 | |
| }, | |
| { | |
| "t": 14.020358646, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 374 | |
| }, | |
| { | |
| "t": 14.020865493, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 373 | |
| }, | |
| { | |
| "t": 14.02121367, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 373 | |
| }, | |
| { | |
| "t": 14.116964578, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 371 | |
| }, | |
| { | |
| "t": 14.277182191, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 371 | |
| }, | |
| { | |
| "t": 14.277700191, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 371 | |
| }, | |
| { | |
| "t": 14.291938536, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 371 | |
| }, | |
| { | |
| "t": 14.292342405, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 370 | |
| }, | |
| { | |
| "t": 14.292743115, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 370 | |
| }, | |
| { | |
| "t": 14.343190942, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 369 | |
| }, | |
| { | |
| "t": 14.417389755, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 369 | |
| }, | |
| { | |
| "t": 14.418216712, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 14.41856767, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 14.69856778, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 14.787880948, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 15.024008491, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 15.024179422, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 15.128734353, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 15.129489063, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 15.158868803, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 15.159212257, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 368 | |
| }, | |
| { | |
| "t": 15.196129517, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 366 | |
| }, | |
| { | |
| "t": 15.24446355, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 366 | |
| }, | |
| { | |
| "t": 15.245482114, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 366 | |
| }, | |
| { | |
| "t": 15.263211847, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 365 | |
| }, | |
| { | |
| "t": 15.306511549, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 365 | |
| }, | |
| { | |
| "t": 15.343296797, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 364 | |
| }, | |
| { | |
| "t": 15.343813912, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 364 | |
| }, | |
| { | |
| "t": 15.421532702, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 364 | |
| }, | |
| { | |
| "t": 15.422320965, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 364 | |
| }, | |
| { | |
| "t": 15.489113562, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 364 | |
| }, | |
| { | |
| "t": 15.489464979, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 364 | |
| }, | |
| { | |
| "t": 15.500632801, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 364 | |
| }, | |
| { | |
| "t": 15.50102398, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 364 | |
| }, | |
| { | |
| "t": 15.727828639, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 363 | |
| }, | |
| { | |
| "t": 15.73605891, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 363 | |
| }, | |
| { | |
| "t": 15.736393455, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 363 | |
| }, | |
| { | |
| "t": 15.859546003, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 363 | |
| }, | |
| { | |
| "t": 15.902405901, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 362 | |
| }, | |
| { | |
| "t": 15.907525442, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 361 | |
| }, | |
| { | |
| "t": 16.037602857, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 361 | |
| }, | |
| { | |
| "t": 16.038377767, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 361 | |
| }, | |
| { | |
| "t": 16.093487894, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 360 | |
| }, | |
| { | |
| "t": 16.108579218, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 360 | |
| }, | |
| { | |
| "t": 16.108851914, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 360 | |
| }, | |
| { | |
| "t": 16.187061233, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 360 | |
| }, | |
| { | |
| "t": 16.187927073, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 360 | |
| }, | |
| { | |
| "t": 16.233601097, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 360 | |
| }, | |
| { | |
| "t": 16.264829539, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 360 | |
| }, | |
| { | |
| "t": 16.322569358, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.326387465, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.327261678, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.343907768, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.346312896, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.457070279, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.469595776, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.469968341, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.535686219, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.547423028, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.547752038, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.565447675, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.566079241, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.593164331, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.593523559, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.778657832, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 359 | |
| }, | |
| { | |
| "t": 16.779491223, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 358 | |
| }, | |
| { | |
| "t": 16.779848554, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 358 | |
| }, | |
| { | |
| "t": 16.788043166, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 358 | |
| }, | |
| { | |
| "t": 16.788484216, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 357 | |
| }, | |
| { | |
| "t": 16.788806935, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 357 | |
| }, | |
| { | |
| "t": 16.954808746, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 357 | |
| }, | |
| { | |
| "t": 16.955469709, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 356 | |
| }, | |
| { | |
| "t": 16.957481367, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 356 | |
| }, | |
| { | |
| "t": 16.959999749, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 356 | |
| }, | |
| { | |
| "t": 16.960358133, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 355 | |
| }, | |
| { | |
| "t": 16.960799045, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 355 | |
| }, | |
| { | |
| "t": 16.975977378, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 355 | |
| }, | |
| { | |
| "t": 16.976237339, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 354 | |
| }, | |
| { | |
| "t": 16.976617887, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 354 | |
| }, | |
| { | |
| "t": 16.978710115, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 354 | |
| }, | |
| { | |
| "t": 17.068083307, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 354 | |
| }, | |
| { | |
| "t": 17.112210196, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 353 | |
| }, | |
| { | |
| "t": 17.115104453, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 353 | |
| }, | |
| { | |
| "t": 17.117464125, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 353 | |
| }, | |
| { | |
| "t": 17.153049423, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 353 | |
| }, | |
| { | |
| "t": 17.153451916, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 353 | |
| }, | |
| { | |
| "t": 17.251352151, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 352 | |
| }, | |
| { | |
| "t": 17.340117232, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 352 | |
| }, | |
| { | |
| "t": 17.340398553, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 352 | |
| }, | |
| { | |
| "t": 17.40874626, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 352 | |
| }, | |
| { | |
| "t": 17.409519169, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 352 | |
| }, | |
| { | |
| "t": 17.419425317, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 352 | |
| }, | |
| { | |
| "t": 17.41977175, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 351 | |
| }, | |
| { | |
| "t": 17.42019886, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 351 | |
| }, | |
| { | |
| "t": 17.566892108, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 351 | |
| }, | |
| { | |
| "t": 17.567889146, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 351 | |
| }, | |
| { | |
| "t": 17.646838646, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 351 | |
| }, | |
| { | |
| "t": 17.647205423, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 351 | |
| }, | |
| { | |
| "t": 17.734624727, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 350 | |
| }, | |
| { | |
| "t": 17.751472248, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 350 | |
| }, | |
| { | |
| "t": 17.751795791, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 350 | |
| }, | |
| { | |
| "t": 17.875977429, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 349 | |
| }, | |
| { | |
| "t": 17.954106508, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 349 | |
| }, | |
| { | |
| "t": 18.108936157, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 349 | |
| }, | |
| { | |
| "t": 18.216172545, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 349 | |
| }, | |
| { | |
| "t": 18.218724185, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 349 | |
| }, | |
| { | |
| "t": 18.718827103, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 349 | |
| }, | |
| { | |
| "t": 18.932793527, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 348 | |
| }, | |
| { | |
| "t": 19.197807521, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 348 | |
| }, | |
| { | |
| "t": 19.198414872, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 348 | |
| }, | |
| { | |
| "t": 19.249534769, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 344 | |
| }, | |
| { | |
| "t": 19.249629087, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 344 | |
| }, | |
| { | |
| "t": 19.328495452, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 344 | |
| }, | |
| { | |
| "t": 19.337661408, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 344 | |
| }, | |
| { | |
| "t": 19.337890293, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 344 | |
| }, | |
| { | |
| "t": 19.344680851, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 342 | |
| }, | |
| { | |
| "t": 19.347308231, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 342 | |
| }, | |
| { | |
| "t": 19.523613346, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 339 | |
| }, | |
| { | |
| "t": 19.533043513, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 339 | |
| }, | |
| { | |
| "t": 19.533164526, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 339 | |
| }, | |
| { | |
| "t": 19.626909643, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 339 | |
| }, | |
| { | |
| "t": 19.737416315, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 339 | |
| }, | |
| { | |
| "t": 19.823877228, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 339 | |
| }, | |
| { | |
| "t": 19.824180446, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 339 | |
| }, | |
| { | |
| "t": 19.866357075, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 338 | |
| }, | |
| { | |
| "t": 19.967685317, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 337 | |
| }, | |
| { | |
| "t": 19.975680232, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 337 | |
| }, | |
| { | |
| "t": 19.97603794, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 337 | |
| }, | |
| { | |
| "t": 20.083131684, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.08399819, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.124050155, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.131842141, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.132198793, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.293090751, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.296059383, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.300492283, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.300945936, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.301284355, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 336 | |
| }, | |
| { | |
| "t": 20.327511441, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 334 | |
| }, | |
| { | |
| "t": 20.52892982, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.543262181, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.543586111, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.603910368, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.786486961, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.789166827, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.89912085, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.909783529, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.914149695, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.978551924, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 20.97890733, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 21.100377517, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 332 | |
| }, | |
| { | |
| "t": 21.277693953, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 21.449168418, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 21.449915954, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 21.574652543, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 21.624391011, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 21.624643184, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 21.696584336, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 21.69713032, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.197217267, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.249807937, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.252078392, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.424986836, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.895212545, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.897576241, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.962402008, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.962807767, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.966525387, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 22.96681008, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 23.040195278, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 331 | |
| }, | |
| { | |
| "t": 23.433006046, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 327 | |
| }, | |
| { | |
| "t": 23.732826435, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 327 | |
| }, | |
| { | |
| "t": 23.735435234, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 327 | |
| }, | |
| { | |
| "t": 23.839731391, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 325 | |
| }, | |
| { | |
| "t": 24.004691156, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 325 | |
| }, | |
| { | |
| "t": 24.504889021, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 325 | |
| }, | |
| { | |
| "t": 24.512875762, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 325 | |
| }, | |
| { | |
| "t": 24.513174592, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 325 | |
| }, | |
| { | |
| "t": 24.611391813, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 325 | |
| }, | |
| { | |
| "t": 24.611657609, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 325 | |
| }, | |
| { | |
| "t": 24.712886619, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 325 | |
| }, | |
| { | |
| "t": 24.759822687, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 323 | |
| }, | |
| { | |
| "t": 24.760053226, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 323 | |
| }, | |
| { | |
| "t": 24.781158761, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 323 | |
| }, | |
| { | |
| "t": 24.781415215, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 323 | |
| }, | |
| { | |
| "t": 24.78179018, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 323 | |
| }, | |
| { | |
| "t": 24.819693915, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 323 | |
| }, | |
| { | |
| "t": 24.820096163, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 24.82025545, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 24.836706195, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 24.836995922, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 24.857780816000002, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 24.858098083, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 24.858205812, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 24.879786019, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 24.880203314, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 24.88255019, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 25.003250352, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 322 | |
| }, | |
| { | |
| "t": 25.003477644, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 321 | |
| }, | |
| { | |
| "t": 25.003595925, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 321 | |
| }, | |
| { | |
| "t": 25.288518309, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 321 | |
| }, | |
| { | |
| "t": 25.308524249, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 321 | |
| }, | |
| { | |
| "t": 25.308874098, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 321 | |
| }, | |
| { | |
| "t": 25.318160276, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 321 | |
| }, | |
| { | |
| "t": 25.318569606, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 318 | |
| }, | |
| { | |
| "t": 25.318684811, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 318 | |
| }, | |
| { | |
| "t": 25.818767825, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 318 | |
| }, | |
| { | |
| "t": 25.952014859, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 318 | |
| }, | |
| { | |
| "t": 25.952716643, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 317 | |
| }, | |
| { | |
| "t": 25.953069697, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 317 | |
| }, | |
| { | |
| "t": 26.300194852, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 315 | |
| }, | |
| { | |
| "t": 26.389847083, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 312 | |
| }, | |
| { | |
| "t": 26.605683145, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 312 | |
| }, | |
| { | |
| "t": 26.606422375, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 312 | |
| }, | |
| { | |
| "t": 26.881260897, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 312 | |
| }, | |
| { | |
| "t": 26.882272384, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 312 | |
| }, | |
| { | |
| "t": 27.382363281, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 312 | |
| }, | |
| { | |
| "t": 27.882633807, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 312 | |
| }, | |
| { | |
| "t": 28.044289635, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 311 | |
| }, | |
| { | |
| "t": 28.054624272, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 311 | |
| }, | |
| { | |
| "t": 28.283988505, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 311 | |
| }, | |
| { | |
| "t": 28.284799695, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 310 | |
| }, | |
| { | |
| "t": 28.284815841, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 309 | |
| }, | |
| { | |
| "t": 28.285134215, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 309 | |
| }, | |
| { | |
| "t": 28.333124865, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 307 | |
| }, | |
| { | |
| "t": 28.833229274, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 307 | |
| }, | |
| { | |
| "t": 29.333472134, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 307 | |
| }, | |
| { | |
| "t": 29.756758959, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 307 | |
| }, | |
| { | |
| "t": 29.757415224, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 306 | |
| }, | |
| { | |
| "t": 29.761467462, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 306 | |
| }, | |
| { | |
| "t": 30.067328326, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 306 | |
| }, | |
| { | |
| "t": 30.567584757, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 306 | |
| }, | |
| { | |
| "t": 31.067808816, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 306 | |
| }, | |
| { | |
| "t": 31.250023846, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 306 | |
| }, | |
| { | |
| "t": 31.250858544, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 305 | |
| }, | |
| { | |
| "t": 31.251186854, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 305 | |
| }, | |
| { | |
| "t": 31.75127133, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 305 | |
| }, | |
| { | |
| "t": 32.25152688, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 305 | |
| }, | |
| { | |
| "t": 32.66013357, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 305 | |
| }, | |
| { | |
| "t": 32.660957902, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 304 | |
| }, | |
| { | |
| "t": 32.661244961, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 304 | |
| }, | |
| { | |
| "t": 33.152250247, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 304 | |
| }, | |
| { | |
| "t": 33.15264513, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 304 | |
| }, | |
| { | |
| "t": 33.652741084, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 304 | |
| }, | |
| { | |
| "t": 34.139730024, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 304 | |
| }, | |
| { | |
| "t": 34.140402735, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 303 | |
| }, | |
| { | |
| "t": 34.140760975, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 303 | |
| }, | |
| { | |
| "t": 34.303658593, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 303 | |
| }, | |
| { | |
| "t": 34.470432889, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 302 | |
| }, | |
| { | |
| "t": 34.473199627, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 302 | |
| }, | |
| { | |
| "t": 34.566619498, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 302 | |
| }, | |
| { | |
| "t": 34.575317874, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 302 | |
| }, | |
| { | |
| "t": 34.576066661, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 302 | |
| }, | |
| { | |
| "t": 34.578315072, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 302 | |
| }, | |
| { | |
| "t": 34.672628529, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 302 | |
| }, | |
| { | |
| "t": 34.673060372, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 301 | |
| }, | |
| { | |
| "t": 34.673434478, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 301 | |
| }, | |
| { | |
| "t": 34.926345997, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 301 | |
| }, | |
| { | |
| "t": 35.146172116, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 301 | |
| }, | |
| { | |
| "t": 35.149725413, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 301 | |
| }, | |
| { | |
| "t": 35.231028025, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 301 | |
| }, | |
| { | |
| "t": 35.231331553, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 301 | |
| }, | |
| { | |
| "t": 35.296320115, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 301 | |
| }, | |
| { | |
| "t": 35.297135089, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 301 | |
| }, | |
| { | |
| "t": 35.673926311, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 300 | |
| }, | |
| { | |
| "t": 35.691481262, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 300 | |
| }, | |
| { | |
| "t": 35.840552062, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 300 | |
| }, | |
| { | |
| "t": 35.841255924, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 300 | |
| }, | |
| { | |
| "t": 36.069862437, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 300 | |
| }, | |
| { | |
| "t": 36.070677915, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 300 | |
| }, | |
| { | |
| "t": 36.178225469, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 300 | |
| }, | |
| { | |
| "t": 36.18722722, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 300 | |
| }, | |
| { | |
| "t": 36.187641511, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 300 | |
| }, | |
| { | |
| "t": 36.227989841, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 283 | |
| }, | |
| { | |
| "t": 36.22831216, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 283 | |
| }, | |
| { | |
| "t": 36.271591045, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 283 | |
| }, | |
| { | |
| "t": 36.272160932, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 283 | |
| }, | |
| { | |
| "t": 36.281782098, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 283 | |
| }, | |
| { | |
| "t": 36.282776569, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 283 | |
| }, | |
| { | |
| "t": 36.284685589, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 283 | |
| }, | |
| { | |
| "t": 36.285060061, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 282 | |
| }, | |
| { | |
| "t": 36.285329444, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 282 | |
| }, | |
| { | |
| "t": 36.297814027, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 282 | |
| }, | |
| { | |
| "t": 36.306098876, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.316414117, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.316515205, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.420262633, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.438157918, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.439062295, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.488513925, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.597547189, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.611050119, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.611393252, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.719617046, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.720457768, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.844516119, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 280 | |
| }, | |
| { | |
| "t": 36.853216173, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 278 | |
| }, | |
| { | |
| "t": 36.991846785999996, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 278 | |
| }, | |
| { | |
| "t": 36.992600634, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 278 | |
| }, | |
| { | |
| "t": 37.007667633, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 278 | |
| }, | |
| { | |
| "t": 37.008421521, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 278 | |
| }, | |
| { | |
| "t": 37.039785972, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 277 | |
| }, | |
| { | |
| "t": 37.045099137, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 277 | |
| }, | |
| { | |
| "t": 37.045332278, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 277 | |
| }, | |
| { | |
| "t": 37.051542977, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 277 | |
| }, | |
| { | |
| "t": 37.051795733, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 277 | |
| }, | |
| { | |
| "t": 37.052180166, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 277 | |
| }, | |
| { | |
| "t": 37.062088554, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 277 | |
| }, | |
| { | |
| "t": 37.062420716, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 273 | |
| }, | |
| { | |
| "t": 37.062819029, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 273 | |
| }, | |
| { | |
| "t": 37.06891653, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 273 | |
| }, | |
| { | |
| "t": 37.069218756, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 273 | |
| }, | |
| { | |
| "t": 37.06967194, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 273 | |
| }, | |
| { | |
| "t": 37.079353604, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 273 | |
| }, | |
| { | |
| "t": 37.079661045, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 271 | |
| }, | |
| { | |
| "t": 37.080067044, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 271 | |
| }, | |
| { | |
| "t": 37.486799134, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 271 | |
| }, | |
| { | |
| "t": 37.48794121, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 270 | |
| }, | |
| { | |
| "t": 37.488589656, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 270 | |
| }, | |
| { | |
| "t": 37.801203061, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 270 | |
| }, | |
| { | |
| "t": 37.802223638, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 269 | |
| }, | |
| { | |
| "t": 37.80256753, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 269 | |
| }, | |
| { | |
| "t": 37.867750029, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 269 | |
| }, | |
| { | |
| "t": 37.86945896, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 269 | |
| }, | |
| { | |
| "t": 37.974011059, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 267 | |
| }, | |
| { | |
| "t": 37.983598504, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 267 | |
| }, | |
| { | |
| "t": 37.983922076, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 267 | |
| }, | |
| { | |
| "t": 38.13797548, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 266 | |
| }, | |
| { | |
| "t": 38.244734176, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 266 | |
| }, | |
| { | |
| "t": 38.259868756, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 264 | |
| }, | |
| { | |
| "t": 38.59727062, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 264 | |
| }, | |
| { | |
| "t": 38.600404185, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 264 | |
| }, | |
| { | |
| "t": 38.600857502, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 264 | |
| }, | |
| { | |
| "t": 38.848345362, | |
| "active": 8, | |
| "waiting": 51, | |
| "inactive": 261 | |
| }, | |
| { | |
| "t": 38.883601649, | |
| "active": 8, | |
| "waiting": 51, | |
| "inactive": 261 | |
| }, | |
| { | |
| "t": 38.953806613, | |
| "active": 8, | |
| "waiting": 50, | |
| "inactive": 261 | |
| }, | |
| { | |
| "t": 38.953942075, | |
| "active": 8, | |
| "waiting": 50, | |
| "inactive": 261 | |
| }, | |
| { | |
| "t": 38.956707201, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 261 | |
| }, | |
| { | |
| "t": 38.957461109, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 261 | |
| }, | |
| { | |
| "t": 39.299307399, | |
| "active": 8, | |
| "waiting": 50, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 39.580828106, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 39.581571038, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 39.933695298, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 40.062002628, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 40.064334952, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 40.519176551, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 40.519895972, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 40.656466377, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 40.86815569, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 40.87097067, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 41.106528325, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 260 | |
| }, | |
| { | |
| "t": 41.107288386, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 259 | |
| }, | |
| { | |
| "t": 41.107560357, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 259 | |
| }, | |
| { | |
| "t": 41.449455379, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 259 | |
| }, | |
| { | |
| "t": 41.450302445, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 258 | |
| }, | |
| { | |
| "t": 41.450570892, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 258 | |
| }, | |
| { | |
| "t": 41.450635252, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 258 | |
| }, | |
| { | |
| "t": 41.626517686, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 258 | |
| }, | |
| { | |
| "t": 41.627355475, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 257 | |
| }, | |
| { | |
| "t": 41.627753644, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 257 | |
| }, | |
| { | |
| "t": 42.127838885, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 257 | |
| }, | |
| { | |
| "t": 42.318301297, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 257 | |
| }, | |
| { | |
| "t": 42.431808351, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 257 | |
| }, | |
| { | |
| "t": 42.667295624, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 256 | |
| }, | |
| { | |
| "t": 42.667578828, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 256 | |
| }, | |
| { | |
| "t": 43.167665559, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 256 | |
| }, | |
| { | |
| "t": 43.210081563, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 256 | |
| }, | |
| { | |
| "t": 43.210334417, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 255 | |
| }, | |
| { | |
| "t": 43.210636462, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 255 | |
| }, | |
| { | |
| "t": 43.548069128, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 251 | |
| }, | |
| { | |
| "t": 43.548761354, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 251 | |
| }, | |
| { | |
| "t": 43.551214104, | |
| "active": 8, | |
| "waiting": 49, | |
| "inactive": 251 | |
| }, | |
| { | |
| "t": 43.551682598, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 251 | |
| }, | |
| { | |
| "t": 43.554139228, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 251 | |
| }, | |
| { | |
| "t": 43.86690049, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 251 | |
| }, | |
| { | |
| "t": 44.163990291, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 44.16471055, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 44.664795403, | |
| "active": 8, | |
| "waiting": 48, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 45.020343161, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 45.023327293, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 45.523426519, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 45.838080644, | |
| "active": 8, | |
| "waiting": 47, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 45.838355303, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 45.839323845, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 46.339417254, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 46.839683642, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 47.316953703, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 250 | |
| }, | |
| { | |
| "t": 47.317755115, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 249 | |
| }, | |
| { | |
| "t": 47.318156284, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 249 | |
| }, | |
| { | |
| "t": 47.818245337, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 249 | |
| }, | |
| { | |
| "t": 47.875321575, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 248 | |
| }, | |
| { | |
| "t": 47.87562876, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 248 | |
| }, | |
| { | |
| "t": 48.375870323, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 248 | |
| }, | |
| { | |
| "t": 48.876136435, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 248 | |
| }, | |
| { | |
| "t": 49.067469299, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 248 | |
| }, | |
| { | |
| "t": 49.068330392, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 247 | |
| }, | |
| { | |
| "t": 49.068621013, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 247 | |
| }, | |
| { | |
| "t": 49.568705292, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 247 | |
| }, | |
| { | |
| "t": 49.607580515, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 247 | |
| }, | |
| { | |
| "t": 49.607996486, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 246 | |
| }, | |
| { | |
| "t": 49.608286955, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 246 | |
| }, | |
| { | |
| "t": 49.862072451, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 246 | |
| }, | |
| { | |
| "t": 49.86316619, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 245 | |
| }, | |
| { | |
| "t": 49.863480708, | |
| "active": 8, | |
| "waiting": 46, | |
| "inactive": 245 | |
| }, | |
| { | |
| "t": 49.993105458, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 245 | |
| }, | |
| { | |
| "t": 49.994015602, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 245 | |
| }, | |
| { | |
| "t": 50.120826578, | |
| "active": 8, | |
| "waiting": 45, | |
| "inactive": 245 | |
| }, | |
| { | |
| "t": 50.121683657, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 245 | |
| }, | |
| { | |
| "t": 50.122040623, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 245 | |
| }, | |
| { | |
| "t": 50.622123725, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 245 | |
| }, | |
| { | |
| "t": 50.877892964, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 245 | |
| }, | |
| { | |
| "t": 50.878684811, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 50.879142009, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 50.936323273, | |
| "active": 8, | |
| "waiting": 44, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 50.936640226, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 50.936776578, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 50.945622272, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 50.946045972, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 50.946473137, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 51.253617165, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 51.254643394, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 51.254980291, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 51.351593581, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 244 | |
| }, | |
| { | |
| "t": 51.352122665, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 243 | |
| }, | |
| { | |
| "t": 51.352471356, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 243 | |
| }, | |
| { | |
| "t": 51.398026709, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 243 | |
| }, | |
| { | |
| "t": 51.399107167, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 242 | |
| }, | |
| { | |
| "t": 51.399520602, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 242 | |
| }, | |
| { | |
| "t": 51.899612407, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 242 | |
| }, | |
| { | |
| "t": 52.0817283, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 242 | |
| }, | |
| { | |
| "t": 52.082414503, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 241 | |
| }, | |
| { | |
| "t": 52.082795432, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 241 | |
| }, | |
| { | |
| "t": 52.112743362, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 241 | |
| }, | |
| { | |
| "t": 52.113204362, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 240 | |
| }, | |
| { | |
| "t": 52.113572638, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 240 | |
| }, | |
| { | |
| "t": 52.261622535, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 240 | |
| }, | |
| { | |
| "t": 52.424352442, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 240 | |
| }, | |
| { | |
| "t": 52.42516008, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 240 | |
| }, | |
| { | |
| "t": 52.694333092, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 239 | |
| }, | |
| { | |
| "t": 52.995924792, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 239 | |
| }, | |
| { | |
| "t": 52.996128779, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 239 | |
| }, | |
| { | |
| "t": 53.378610275, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 239 | |
| }, | |
| { | |
| "t": 53.379294912, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 239 | |
| }, | |
| { | |
| "t": 53.379637539, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 239 | |
| }, | |
| { | |
| "t": 53.38339294, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 238 | |
| }, | |
| { | |
| "t": 53.510456567, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 236 | |
| }, | |
| { | |
| "t": 53.546141108, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 236 | |
| }, | |
| { | |
| "t": 53.54628861, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 236 | |
| }, | |
| { | |
| "t": 53.546550284, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 236 | |
| }, | |
| { | |
| "t": 53.593179367, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 236 | |
| }, | |
| { | |
| "t": 53.593590035, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 236 | |
| }, | |
| { | |
| "t": 53.60377378, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 236 | |
| }, | |
| { | |
| "t": 53.603896756, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 233 | |
| }, | |
| { | |
| "t": 53.606992466, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 233 | |
| }, | |
| { | |
| "t": 53.612244256, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 233 | |
| }, | |
| { | |
| "t": 53.612509592, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 233 | |
| }, | |
| { | |
| "t": 53.612653561, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 233 | |
| }, | |
| { | |
| "t": 53.622905614, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 233 | |
| }, | |
| { | |
| "t": 53.623221927, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 232 | |
| }, | |
| { | |
| "t": 53.623490426000004, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 232 | |
| }, | |
| { | |
| "t": 53.635586646, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 232 | |
| }, | |
| { | |
| "t": 53.635854236, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 231 | |
| }, | |
| { | |
| "t": 53.636290053, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 231 | |
| }, | |
| { | |
| "t": 53.648206263, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 231 | |
| }, | |
| { | |
| "t": 53.648738747, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 230 | |
| }, | |
| { | |
| "t": 53.648986773, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 230 | |
| }, | |
| { | |
| "t": 53.657564575, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 230 | |
| }, | |
| { | |
| "t": 53.657663869, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 230 | |
| }, | |
| { | |
| "t": 53.657796083, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 230 | |
| }, | |
| { | |
| "t": 53.916813018, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 230 | |
| }, | |
| { | |
| "t": 53.917375124, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 230 | |
| }, | |
| { | |
| "t": 53.919987412, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 229 | |
| }, | |
| { | |
| "t": 54.023513648, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 229 | |
| }, | |
| { | |
| "t": 54.024187023, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 229 | |
| }, | |
| { | |
| "t": 54.024485896, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 229 | |
| }, | |
| { | |
| "t": 54.128409301, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 229 | |
| }, | |
| { | |
| "t": 54.128676598, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 228 | |
| }, | |
| { | |
| "t": 54.128867035, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 228 | |
| }, | |
| { | |
| "t": 54.155658604, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 228 | |
| }, | |
| { | |
| "t": 54.16504365, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 226 | |
| }, | |
| { | |
| "t": 54.165230494, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 226 | |
| }, | |
| { | |
| "t": 54.251214416, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 226 | |
| }, | |
| { | |
| "t": 54.252228497, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 226 | |
| }, | |
| { | |
| "t": 54.381209667, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 226 | |
| }, | |
| { | |
| "t": 54.405182071, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 225 | |
| }, | |
| { | |
| "t": 54.44279316, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 225 | |
| }, | |
| { | |
| "t": 54.443066283, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 225 | |
| }, | |
| { | |
| "t": 54.443448012, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 225 | |
| }, | |
| { | |
| "t": 54.552495134, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 222 | |
| }, | |
| { | |
| "t": 54.633502943, | |
| "active": 8, | |
| "waiting": 43, | |
| "inactive": 221 | |
| }, | |
| { | |
| "t": 54.759151144, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 221 | |
| }, | |
| { | |
| "t": 54.759980267, | |
| "active": 8, | |
| "waiting": 42, | |
| "inactive": 221 | |
| }, | |
| { | |
| "t": 54.870240773, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 221 | |
| }, | |
| { | |
| "t": 54.872994921, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 221 | |
| }, | |
| { | |
| "t": 54.93550873, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 221 | |
| }, | |
| { | |
| "t": 54.943122524, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 221 | |
| }, | |
| { | |
| "t": 54.946211128, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 221 | |
| }, | |
| { | |
| "t": 55.013646847, | |
| "active": 8, | |
| "waiting": 41, | |
| "inactive": 220 | |
| }, | |
| { | |
| "t": 55.028011643, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 220 | |
| }, | |
| { | |
| "t": 55.028222351, | |
| "active": 8, | |
| "waiting": 40, | |
| "inactive": 220 | |
| }, | |
| { | |
| "t": 55.200633736, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 220 | |
| }, | |
| { | |
| "t": 55.20360297, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 220 | |
| }, | |
| { | |
| "t": 55.319245579, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 220 | |
| }, | |
| { | |
| "t": 55.357333497, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 220 | |
| }, | |
| { | |
| "t": 55.430740334, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 220 | |
| }, | |
| { | |
| "t": 55.433930629, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 220 | |
| }, | |
| { | |
| "t": 55.439927492, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 218 | |
| }, | |
| { | |
| "t": 55.440295346, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 218 | |
| }, | |
| { | |
| "t": 55.512458969, | |
| "active": 8, | |
| "waiting": 39, | |
| "inactive": 218 | |
| }, | |
| { | |
| "t": 55.520591881, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 218 | |
| }, | |
| { | |
| "t": 55.520981561, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 218 | |
| }, | |
| { | |
| "t": 55.643974362, | |
| "active": 8, | |
| "waiting": 38, | |
| "inactive": 218 | |
| }, | |
| { | |
| "t": 55.664980111, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 218 | |
| }, | |
| { | |
| "t": 55.665272707, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 218 | |
| }, | |
| { | |
| "t": 55.721277064, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 218 | |
| }, | |
| { | |
| "t": 55.72178066, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 55.722178462, | |
| "active": 8, | |
| "waiting": 37, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 55.912187912, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 55.912435278, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.268717845, | |
| "active": 8, | |
| "waiting": 36, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.269741091, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.270073809, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.353120126, | |
| "active": 8, | |
| "waiting": 35, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.353635834, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.354066722, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.755524695, | |
| "active": 8, | |
| "waiting": 34, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.756523643, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.756878474, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.807390218, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.807645544, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 56.808016196, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 57.045294125, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 57.046363236, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 57.04671823, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 57.10821031, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 217 | |
| }, | |
| { | |
| "t": 57.108483168, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.108890002, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.167634002, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.168680853, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.169089281, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.209660142, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.218660095, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.218931907, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.46868854, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.514195248, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.514493214, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.514768913, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.722664859, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 216 | |
| }, | |
| { | |
| "t": 57.723495145, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 57.7238817, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 57.811388105, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 57.82129669, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 57.821603619, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 57.993535242, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 57.994617727, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 57.995049728, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.039541077, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.045686031, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.046067492, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.113279588, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.430447205, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.431167745, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.553082909, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.577941056, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.642670218, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 215 | |
| }, | |
| { | |
| "t": 58.643059758, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 214 | |
| }, | |
| { | |
| "t": 58.64340906, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 214 | |
| }, | |
| { | |
| "t": 58.681498419, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 58.682409405, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 58.831446241, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 58.878696217, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 58.879080316, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 58.881572678, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 59.05836378, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 59.05920656, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 59.065917865, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 59.06617068, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 59.066561715, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 59.079606163, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 213 | |
| }, | |
| { | |
| "t": 59.079876689, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 212 | |
| }, | |
| { | |
| "t": 59.080308998, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 212 | |
| }, | |
| { | |
| "t": 59.092554219, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 212 | |
| }, | |
| { | |
| "t": 59.092799858, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.092976124, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.101735469, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.102002087, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.102404018, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.109346582, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.109629872, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.110014918, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.116975603, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.117425618, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.117812192, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.123651534, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.124022224, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.176887311, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 211 | |
| }, | |
| { | |
| "t": 59.365295314, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.379243657, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.379541601, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.530196813, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.530983609, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.712787549, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.713513237, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.815966382, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.87896315, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.902048731, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 59.902443092, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 209 | |
| }, | |
| { | |
| "t": 60.352404432, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 207 | |
| }, | |
| { | |
| "t": 60.474580418, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 207 | |
| }, | |
| { | |
| "t": 60.475048697, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 207 | |
| }, | |
| { | |
| "t": 60.736226775, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 207 | |
| }, | |
| { | |
| "t": 60.736534554, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 60.736628163, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 60.790602937, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 60.79095231, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 60.819533859, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 60.866371035, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 60.947059576, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 60.973389403, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 60.977472759, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.030658224, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.030990922, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.105414713, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.156204035, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.156319927, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.295044185, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.295360499, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.295463491, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.36409864, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 206 | |
| }, | |
| { | |
| "t": 61.364433892, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 205 | |
| }, | |
| { | |
| "t": 61.364838476, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 205 | |
| }, | |
| { | |
| "t": 61.552684434, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 205 | |
| }, | |
| { | |
| "t": 61.666882886, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 205 | |
| }, | |
| { | |
| "t": 61.667724999, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 204 | |
| }, | |
| { | |
| "t": 61.668068222, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 204 | |
| }, | |
| { | |
| "t": 61.719507227, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 203 | |
| }, | |
| { | |
| "t": 61.726140746, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 203 | |
| }, | |
| { | |
| "t": 61.726455404, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 203 | |
| }, | |
| { | |
| "t": 61.777079846, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.783337076, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.783662073, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.796033921, | |
| "active": 8, | |
| "waiting": 10, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.797065943, | |
| "active": 8, | |
| "waiting": 10, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.804147203, | |
| "active": 8, | |
| "waiting": 10, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.804378455, | |
| "active": 8, | |
| "waiting": 9, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.805470697, | |
| "active": 8, | |
| "waiting": 9, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.812947921, | |
| "active": 8, | |
| "waiting": 9, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.813252474, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.813606651, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.886714189, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.887931464, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 61.888378542, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 62.17831276, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 62.337533674, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 202 | |
| }, | |
| { | |
| "t": 62.338235195, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 201 | |
| }, | |
| { | |
| "t": 62.338628421, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 201 | |
| }, | |
| { | |
| "t": 62.379686323, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.403557573, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.403968099, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.534557592, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.602881933, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.603246635, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.618109803, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.618386044, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.618782286, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.628381109, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.628655582, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.62906761, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 200 | |
| }, | |
| { | |
| "t": 62.659644548, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 62.669755418, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 62.67017748, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 62.670559224, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 62.727198769, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 62.971295202, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 62.972080103, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 63.030061635, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 63.06636622, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 63.066773704, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 63.187260006, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 63.188094292, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 63.188419828, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 63.365283422, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 63.366196219, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 199 | |
| }, | |
| { | |
| "t": 63.667855882, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 198 | |
| }, | |
| { | |
| "t": 63.982263705, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 198 | |
| }, | |
| { | |
| "t": 63.983114544, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 198 | |
| }, | |
| { | |
| "t": 64.028091117, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 196 | |
| }, | |
| { | |
| "t": 64.031633038, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 196 | |
| }, | |
| { | |
| "t": 64.083933113, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 196 | |
| }, | |
| { | |
| "t": 64.084720007, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 196 | |
| }, | |
| { | |
| "t": 64.423064266, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 195 | |
| }, | |
| { | |
| "t": 64.923324337, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 195 | |
| }, | |
| { | |
| "t": 65.33988898, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 195 | |
| }, | |
| { | |
| "t": 65.340642935, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 195 | |
| }, | |
| { | |
| "t": 65.380118144, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 195 | |
| }, | |
| { | |
| "t": 65.380188063, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 195 | |
| }, | |
| { | |
| "t": 65.836563756, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 193 | |
| }, | |
| { | |
| "t": 65.919717224, | |
| "active": 7, | |
| "waiting": 16, | |
| "inactive": 179 | |
| }, | |
| { | |
| "t": 66.171595159, | |
| "active": 7, | |
| "waiting": 15, | |
| "inactive": 179 | |
| }, | |
| { | |
| "t": 66.171844122, | |
| "active": 7, | |
| "waiting": 15, | |
| "inactive": 179 | |
| }, | |
| { | |
| "t": 66.185942791, | |
| "active": 7, | |
| "waiting": 14, | |
| "inactive": 179 | |
| }, | |
| { | |
| "t": 66.186303796, | |
| "active": 7, | |
| "waiting": 14, | |
| "inactive": 179 | |
| }, | |
| { | |
| "t": 66.68639168, | |
| "active": 7, | |
| "waiting": 14, | |
| "inactive": 179 | |
| }, | |
| { | |
| "t": 66.813017995, | |
| "active": 7, | |
| "waiting": 15, | |
| "inactive": 178 | |
| }, | |
| { | |
| "t": 66.900054135, | |
| "active": 7, | |
| "waiting": 16, | |
| "inactive": 177 | |
| }, | |
| { | |
| "t": 67.007885722, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 177 | |
| }, | |
| { | |
| "t": 67.008017974, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 177 | |
| }, | |
| { | |
| "t": 67.37676121, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 173 | |
| }, | |
| { | |
| "t": 67.388101304, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 173 | |
| }, | |
| { | |
| "t": 67.388451623, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 173 | |
| }, | |
| { | |
| "t": 67.593505516, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 173 | |
| }, | |
| { | |
| "t": 67.594324354, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 173 | |
| }, | |
| { | |
| "t": 67.594712289, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 173 | |
| }, | |
| { | |
| "t": 67.989625649, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.166234759, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.16697731, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.221399409, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.221809764, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.259267106, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.48695556, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.487954832, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.488293089, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.653107745, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.732474971, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.732762304, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 171 | |
| }, | |
| { | |
| "t": 68.79493471, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 161 | |
| }, | |
| { | |
| "t": 68.79558519, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 161 | |
| }, | |
| { | |
| "t": 68.891530128, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 160 | |
| }, | |
| { | |
| "t": 68.927252323, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 160 | |
| }, | |
| { | |
| "t": 68.941317644, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 159 | |
| }, | |
| { | |
| "t": 68.942550699, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 159 | |
| }, | |
| { | |
| "t": 68.94287763, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 159 | |
| }, | |
| { | |
| "t": 69.143970272, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 159 | |
| }, | |
| { | |
| "t": 69.144780961, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 159 | |
| }, | |
| { | |
| "t": 69.153187169, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 158 | |
| }, | |
| { | |
| "t": 69.222014497, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 158 | |
| }, | |
| { | |
| "t": 69.222444309, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 158 | |
| }, | |
| { | |
| "t": 69.399292961, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 69.443922666, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 69.444229711, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 69.513449774, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 69.533250853, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 69.533616778, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 69.609259923, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 69.745451413, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 69.746969371, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 70.212561153, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 70.48470109, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 70.485446307, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 153 | |
| }, | |
| { | |
| "t": 70.623656244, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 152 | |
| }, | |
| { | |
| "t": 70.7365918, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 152 | |
| }, | |
| { | |
| "t": 70.787816895, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 152 | |
| }, | |
| { | |
| "t": 70.788185895, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 152 | |
| }, | |
| { | |
| "t": 70.806777528, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 151 | |
| }, | |
| { | |
| "t": 70.807160473, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 151 | |
| }, | |
| { | |
| "t": 71.151458448, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 143 | |
| }, | |
| { | |
| "t": 71.152354548, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 143 | |
| }, | |
| { | |
| "t": 71.205721694, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 143 | |
| }, | |
| { | |
| "t": 71.206132579, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 143 | |
| }, | |
| { | |
| "t": 71.258588926, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 143 | |
| }, | |
| { | |
| "t": 71.479008771, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 142 | |
| }, | |
| { | |
| "t": 71.498127697, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 141 | |
| }, | |
| { | |
| "t": 71.591093343, | |
| "active": 8, | |
| "waiting": 33, | |
| "inactive": 141 | |
| }, | |
| { | |
| "t": 71.775445664, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 141 | |
| }, | |
| { | |
| "t": 71.776227621, | |
| "active": 8, | |
| "waiting": 32, | |
| "inactive": 141 | |
| }, | |
| { | |
| "t": 71.817894376, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 141 | |
| }, | |
| { | |
| "t": 71.818251215, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 141 | |
| }, | |
| { | |
| "t": 71.850884965, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 141 | |
| }, | |
| { | |
| "t": 71.859626109, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 141 | |
| }, | |
| { | |
| "t": 71.860007177, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 141 | |
| }, | |
| { | |
| "t": 72.008603454, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 140 | |
| }, | |
| { | |
| "t": 72.021791949, | |
| "active": 8, | |
| "waiting": 31, | |
| "inactive": 140 | |
| }, | |
| { | |
| "t": 72.284094232, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 140 | |
| }, | |
| { | |
| "t": 72.286733569, | |
| "active": 8, | |
| "waiting": 30, | |
| "inactive": 140 | |
| }, | |
| { | |
| "t": 72.316670712, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 140 | |
| }, | |
| { | |
| "t": 72.316768258, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 140 | |
| }, | |
| { | |
| "t": 72.392909622, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 140 | |
| }, | |
| { | |
| "t": 72.393036987, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 140 | |
| }, | |
| { | |
| "t": 72.399031238, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 139 | |
| }, | |
| { | |
| "t": 72.588895127, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 139 | |
| }, | |
| { | |
| "t": 72.589198092, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 138 | |
| }, | |
| { | |
| "t": 72.589296294, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 138 | |
| }, | |
| { | |
| "t": 72.699202682, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 138 | |
| }, | |
| { | |
| "t": 72.699476274, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 137 | |
| }, | |
| { | |
| "t": 72.699644584, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 137 | |
| }, | |
| { | |
| "t": 72.880331286, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 137 | |
| }, | |
| { | |
| "t": 72.880650477, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 136 | |
| }, | |
| { | |
| "t": 72.880764358, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 136 | |
| }, | |
| { | |
| "t": 73.006724836, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 136 | |
| }, | |
| { | |
| "t": 73.007790017, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 135 | |
| }, | |
| { | |
| "t": 73.008217899, | |
| "active": 8, | |
| "waiting": 29, | |
| "inactive": 135 | |
| }, | |
| { | |
| "t": 73.062321353, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 135 | |
| }, | |
| { | |
| "t": 73.062328427, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 135 | |
| }, | |
| { | |
| "t": 73.081940572, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 135 | |
| }, | |
| { | |
| "t": 73.082098385, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 134 | |
| }, | |
| { | |
| "t": 73.082224103, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 134 | |
| }, | |
| { | |
| "t": 73.180632106, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 133 | |
| }, | |
| { | |
| "t": 73.180927771, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 133 | |
| }, | |
| { | |
| "t": 73.229200327, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 133 | |
| }, | |
| { | |
| "t": 73.229391085, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 132 | |
| }, | |
| { | |
| "t": 73.229503919, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 132 | |
| }, | |
| { | |
| "t": 73.311761979, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 132 | |
| }, | |
| { | |
| "t": 73.311994661, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 131 | |
| }, | |
| { | |
| "t": 73.313952576, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 131 | |
| }, | |
| { | |
| "t": 73.390298012, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 131 | |
| }, | |
| { | |
| "t": 73.395035556, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 131 | |
| }, | |
| { | |
| "t": 73.395436512, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 131 | |
| }, | |
| { | |
| "t": 73.395557372, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 131 | |
| }, | |
| { | |
| "t": 73.404825924, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 131 | |
| }, | |
| { | |
| "t": 73.404942859, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 131 | |
| }, | |
| { | |
| "t": 73.457195089, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 131 | |
| }, | |
| { | |
| "t": 73.457610743, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.457725218, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.534377286, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.551211363, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.551290786, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.719869017, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.737468878, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.737606885, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.743856225, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.756652033, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.759779241, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.970661987, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 130 | |
| }, | |
| { | |
| "t": 73.994080859, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 129 | |
| }, | |
| { | |
| "t": 74.133601391, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 129 | |
| }, | |
| { | |
| "t": 74.133727698, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 129 | |
| }, | |
| { | |
| "t": 74.212348018, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 126 | |
| }, | |
| { | |
| "t": 74.231406848, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 126 | |
| }, | |
| { | |
| "t": 74.47352055, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 126 | |
| }, | |
| { | |
| "t": 74.473744681, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 126 | |
| }, | |
| { | |
| "t": 74.48106831, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 126 | |
| }, | |
| { | |
| "t": 74.481549941, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 126 | |
| }, | |
| { | |
| "t": 74.520351839, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 126 | |
| }, | |
| { | |
| "t": 74.520686532, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 125 | |
| }, | |
| { | |
| "t": 74.521219444, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 125 | |
| }, | |
| { | |
| "t": 74.614633838, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 125 | |
| }, | |
| { | |
| "t": 74.798781794, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 125 | |
| }, | |
| { | |
| "t": 74.79938982, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 124 | |
| }, | |
| { | |
| "t": 74.799663248, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 124 | |
| }, | |
| { | |
| "t": 74.830976789, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 124 | |
| }, | |
| { | |
| "t": 74.831472231, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 123 | |
| }, | |
| { | |
| "t": 74.83184679, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 123 | |
| }, | |
| { | |
| "t": 75.020200951, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 123 | |
| }, | |
| { | |
| "t": 75.099399146, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 123 | |
| }, | |
| { | |
| "t": 75.099532066, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 123 | |
| }, | |
| { | |
| "t": 75.09961542, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 123 | |
| }, | |
| { | |
| "t": 75.162170959, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 123 | |
| }, | |
| { | |
| "t": 75.162466411, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 122 | |
| }, | |
| { | |
| "t": 75.162616065, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 122 | |
| }, | |
| { | |
| "t": 75.175421057, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 122 | |
| }, | |
| { | |
| "t": 75.309212807, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 122 | |
| }, | |
| { | |
| "t": 75.309490082, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 122 | |
| }, | |
| { | |
| "t": 75.367353415, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 122 | |
| }, | |
| { | |
| "t": 75.367506065, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 122 | |
| }, | |
| { | |
| "t": 75.367647293, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 122 | |
| }, | |
| { | |
| "t": 75.424194067, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 122 | |
| }, | |
| { | |
| "t": 75.424553663, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 121 | |
| }, | |
| { | |
| "t": 75.42468442, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 121 | |
| }, | |
| { | |
| "t": 75.583956576, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 121 | |
| }, | |
| { | |
| "t": 75.584229489, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 121 | |
| }, | |
| { | |
| "t": 75.584345369, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 121 | |
| }, | |
| { | |
| "t": 75.605186127, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 121 | |
| }, | |
| { | |
| "t": 75.605365864, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 120 | |
| }, | |
| { | |
| "t": 75.607483831, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 120 | |
| }, | |
| { | |
| "t": 75.791760687, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 120 | |
| }, | |
| { | |
| "t": 75.873517996, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 120 | |
| }, | |
| { | |
| "t": 75.995678185, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 116 | |
| }, | |
| { | |
| "t": 76.162890044, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 116 | |
| }, | |
| { | |
| "t": 76.163607351, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 116 | |
| }, | |
| { | |
| "t": 76.355921523, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 116 | |
| }, | |
| { | |
| "t": 76.35606179, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 116 | |
| }, | |
| { | |
| "t": 76.369032234, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 115 | |
| }, | |
| { | |
| "t": 76.43657128, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 115 | |
| }, | |
| { | |
| "t": 76.43674844, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 114 | |
| }, | |
| { | |
| "t": 76.436853226, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 114 | |
| }, | |
| { | |
| "t": 76.548664613, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 114 | |
| }, | |
| { | |
| "t": 76.551474513, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 114 | |
| }, | |
| { | |
| "t": 76.757455327, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 114 | |
| }, | |
| { | |
| "t": 76.758135092, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 113 | |
| }, | |
| { | |
| "t": 76.758481134, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 113 | |
| }, | |
| { | |
| "t": 76.765677444, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 113 | |
| }, | |
| { | |
| "t": 76.765942506, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 112 | |
| }, | |
| { | |
| "t": 76.766271017, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 112 | |
| }, | |
| { | |
| "t": 76.777138213, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 112 | |
| }, | |
| { | |
| "t": 76.777696437, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 111 | |
| }, | |
| { | |
| "t": 76.778046544, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 111 | |
| }, | |
| { | |
| "t": 76.800841545, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 111 | |
| }, | |
| { | |
| "t": 76.801116907, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 109 | |
| }, | |
| { | |
| "t": 76.80153421, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 109 | |
| }, | |
| { | |
| "t": 76.837961475, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 109 | |
| }, | |
| { | |
| "t": 76.838283001, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 106 | |
| }, | |
| { | |
| "t": 76.838651065, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 106 | |
| }, | |
| { | |
| "t": 77.038504215, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 106 | |
| }, | |
| { | |
| "t": 77.039461895, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 105 | |
| }, | |
| { | |
| "t": 77.041907518, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 105 | |
| }, | |
| { | |
| "t": 77.255721201, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 105 | |
| }, | |
| { | |
| "t": 77.256349642, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 104 | |
| }, | |
| { | |
| "t": 77.256759764, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 104 | |
| }, | |
| { | |
| "t": 77.350772807, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 104 | |
| }, | |
| { | |
| "t": 77.350873284, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 103 | |
| }, | |
| { | |
| "t": 77.351030191, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 103 | |
| }, | |
| { | |
| "t": 77.570536013, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 103 | |
| }, | |
| { | |
| "t": 77.573866352, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 103 | |
| }, | |
| { | |
| "t": 78.073965576, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 103 | |
| }, | |
| { | |
| "t": 78.192657143, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 102 | |
| }, | |
| { | |
| "t": 78.237115393, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 100 | |
| }, | |
| { | |
| "t": 78.504928562, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 100 | |
| }, | |
| { | |
| "t": 78.505702351, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 100 | |
| }, | |
| { | |
| "t": 78.667505169, | |
| "active": 8, | |
| "waiting": 28, | |
| "inactive": 98 | |
| }, | |
| { | |
| "t": 79.000970681, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 98 | |
| }, | |
| { | |
| "t": 79.001647486, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 98 | |
| }, | |
| { | |
| "t": 79.186164433, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 98 | |
| }, | |
| { | |
| "t": 79.187075852, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 98 | |
| }, | |
| { | |
| "t": 79.198223027, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 98 | |
| }, | |
| { | |
| "t": 79.19899243, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 98 | |
| }, | |
| { | |
| "t": 79.199118523, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 97 | |
| }, | |
| { | |
| "t": 79.19922231, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 97 | |
| }, | |
| { | |
| "t": 79.212044003, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 97 | |
| }, | |
| { | |
| "t": 79.212381327, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 79.212875064, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 79.224799548, | |
| "active": 8, | |
| "waiting": 27, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 79.225113462, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 79.225560522, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 79.725650054, | |
| "active": 8, | |
| "waiting": 26, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 79.930694644, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 79.931523806, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 80.431613271, | |
| "active": 8, | |
| "waiting": 25, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 80.726494595, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 80.727214608, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 80.986839773, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 95 | |
| }, | |
| { | |
| "t": 80.987800163, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 80.988175517, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 81.488266175, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 81.988523294, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 82.488736443, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 82.532196878, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 83.032278373, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 83.532504128, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 83.547009272, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 83.549321439, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 84.02593735, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 94 | |
| }, | |
| { | |
| "t": 84.026253532, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 93 | |
| }, | |
| { | |
| "t": 84.033479634, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 93 | |
| }, | |
| { | |
| "t": 84.123332668, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 92 | |
| }, | |
| { | |
| "t": 84.600579488, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 92 | |
| }, | |
| { | |
| "t": 84.613469856, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 92 | |
| }, | |
| { | |
| "t": 85.113558665, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 92 | |
| }, | |
| { | |
| "t": 85.61380772, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 92 | |
| }, | |
| { | |
| "t": 85.737221389, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 92 | |
| }, | |
| { | |
| "t": 86.237425676, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 92 | |
| }, | |
| { | |
| "t": 86.717049042, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 92 | |
| }, | |
| { | |
| "t": 86.725456638, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 92 | |
| }, | |
| { | |
| "t": 86.92688618, | |
| "active": 8, | |
| "waiting": 24, | |
| "inactive": 90 | |
| }, | |
| { | |
| "t": 87.126624979, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 90 | |
| }, | |
| { | |
| "t": 87.13005659, | |
| "active": 8, | |
| "waiting": 23, | |
| "inactive": 90 | |
| }, | |
| { | |
| "t": 87.163003043, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 90 | |
| }, | |
| { | |
| "t": 87.166365223, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 90 | |
| }, | |
| { | |
| "t": 87.234027707, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 90 | |
| }, | |
| { | |
| "t": 87.234921952, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 89 | |
| }, | |
| { | |
| "t": 87.23535973, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 89 | |
| }, | |
| { | |
| "t": 87.309584453, | |
| "active": 8, | |
| "waiting": 22, | |
| "inactive": 89 | |
| }, | |
| { | |
| "t": 87.318145926, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 89 | |
| }, | |
| { | |
| "t": 87.318528205, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 89 | |
| }, | |
| { | |
| "t": 87.382472671, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 89 | |
| }, | |
| { | |
| "t": 87.393258398, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 89 | |
| }, | |
| { | |
| "t": 87.394213847, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 89 | |
| }, | |
| { | |
| "t": 87.423898331, | |
| "active": 8, | |
| "waiting": 21, | |
| "inactive": 88 | |
| }, | |
| { | |
| "t": 87.746486243, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 88 | |
| }, | |
| { | |
| "t": 87.757456217, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 88 | |
| }, | |
| { | |
| "t": 87.791962244, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 88 | |
| }, | |
| { | |
| "t": 87.792199561, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 88 | |
| }, | |
| { | |
| "t": 87.792491552, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 88 | |
| }, | |
| { | |
| "t": 88.124655261, | |
| "active": 8, | |
| "waiting": 20, | |
| "inactive": 87 | |
| }, | |
| { | |
| "t": 88.204202829, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 87 | |
| }, | |
| { | |
| "t": 88.204580723, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 87 | |
| }, | |
| { | |
| "t": 88.212287277, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 87 | |
| }, | |
| { | |
| "t": 88.212546463, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 87 | |
| }, | |
| { | |
| "t": 88.212922969, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 87 | |
| }, | |
| { | |
| "t": 88.372983252, | |
| "active": 8, | |
| "waiting": 19, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 88.38320243, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 88.385152655, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 88.62817092, | |
| "active": 8, | |
| "waiting": 18, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 88.631897146, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 88.632049434, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 88.800695644, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 88.8014435, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 88.801801779, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 89.229654365, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 89.230448106, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 86 | |
| }, | |
| { | |
| "t": 89.552181369, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 89.558706886, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 89.633480188, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 89.633829816, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 89.655763592, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 90.15602688, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 90.210133932, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 90.210867801, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 90.351538179, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 90.85182006, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 91.352046878, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 91.40320174, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 91.403634274, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 91.603858368, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 92.059086887, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 92.559313593, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 85 | |
| }, | |
| { | |
| "t": 92.607576919, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 82 | |
| }, | |
| { | |
| "t": 92.663465186, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 82 | |
| }, | |
| { | |
| "t": 92.66417901, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 82 | |
| }, | |
| { | |
| "t": 92.705199837, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 81 | |
| }, | |
| { | |
| "t": 92.713097224, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 81 | |
| }, | |
| { | |
| "t": 92.713189424, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 81 | |
| }, | |
| { | |
| "t": 92.724860153, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 81 | |
| }, | |
| { | |
| "t": 92.724985996, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 80 | |
| }, | |
| { | |
| "t": 92.725158032, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 80 | |
| }, | |
| { | |
| "t": 92.766770455, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 79 | |
| }, | |
| { | |
| "t": 92.773088656, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 79 | |
| }, | |
| { | |
| "t": 92.773184691, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 79 | |
| }, | |
| { | |
| "t": 93.273272576, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 79 | |
| }, | |
| { | |
| "t": 93.773590085, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 79 | |
| }, | |
| { | |
| "t": 94.020579377, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 77 | |
| }, | |
| { | |
| "t": 94.520792157, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 77 | |
| }, | |
| { | |
| "t": 94.632448428, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 77 | |
| }, | |
| { | |
| "t": 94.635412967, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 77 | |
| }, | |
| { | |
| "t": 94.704074257, | |
| "active": 8, | |
| "waiting": 17, | |
| "inactive": 76 | |
| }, | |
| { | |
| "t": 94.713724234, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 76 | |
| }, | |
| { | |
| "t": 94.713994351, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 76 | |
| }, | |
| { | |
| "t": 94.86452242, | |
| "active": 8, | |
| "waiting": 16, | |
| "inactive": 76 | |
| }, | |
| { | |
| "t": 94.978580541, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 76 | |
| }, | |
| { | |
| "t": 94.978814484, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 76 | |
| }, | |
| { | |
| "t": 95.157473797, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 76 | |
| }, | |
| { | |
| "t": 95.158233656, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 76 | |
| }, | |
| { | |
| "t": 95.214371702, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 75 | |
| }, | |
| { | |
| "t": 95.222160723, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 75 | |
| }, | |
| { | |
| "t": 95.222441945, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 75 | |
| }, | |
| { | |
| "t": 95.253107769, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 95.25975913, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 95.261705336, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 95.49509642, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 95.498535267, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 95.791531203, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 96.00235881, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 96.003091048, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 96.286569411, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 96.2881897, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 74 | |
| }, | |
| { | |
| "t": 96.288418941, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 73 | |
| }, | |
| { | |
| "t": 96.288514186, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 73 | |
| }, | |
| { | |
| "t": 96.771223244, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 73 | |
| }, | |
| { | |
| "t": 96.771470606, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 73 | |
| }, | |
| { | |
| "t": 96.861008648, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 73 | |
| }, | |
| { | |
| "t": 96.868494537, | |
| "active": 8, | |
| "waiting": 10, | |
| "inactive": 73 | |
| }, | |
| { | |
| "t": 96.868875345, | |
| "active": 8, | |
| "waiting": 10, | |
| "inactive": 73 | |
| }, | |
| { | |
| "t": 97.312265339, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 72 | |
| }, | |
| { | |
| "t": 97.812557229, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 72 | |
| }, | |
| { | |
| "t": 98.05131974, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 70 | |
| }, | |
| { | |
| "t": 98.55153081, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 70 | |
| }, | |
| { | |
| "t": 98.656567081, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 69 | |
| }, | |
| { | |
| "t": 99.156784447, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 69 | |
| }, | |
| { | |
| "t": 99.367164555, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 68 | |
| }, | |
| { | |
| "t": 99.557053706, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 68 | |
| }, | |
| { | |
| "t": 99.557816478, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 68 | |
| }, | |
| { | |
| "t": 99.690250874, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 68 | |
| }, | |
| { | |
| "t": 99.691073514, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 68 | |
| }, | |
| { | |
| "t": 100.083314451, | |
| "active": 8, | |
| "waiting": 15, | |
| "inactive": 66 | |
| }, | |
| { | |
| "t": 100.310661523, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 66 | |
| }, | |
| { | |
| "t": 100.311422369, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 66 | |
| }, | |
| { | |
| "t": 100.349648598, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 66 | |
| }, | |
| { | |
| "t": 100.350038076, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 66 | |
| }, | |
| { | |
| "t": 100.398898148, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 65 | |
| }, | |
| { | |
| "t": 100.406249985, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 65 | |
| }, | |
| { | |
| "t": 100.407063541, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 65 | |
| }, | |
| { | |
| "t": 100.872018318, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 65 | |
| }, | |
| { | |
| "t": 101.153432719, | |
| "active": 8, | |
| "waiting": 14, | |
| "inactive": 64 | |
| }, | |
| { | |
| "t": 101.350844163, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 64 | |
| }, | |
| { | |
| "t": 101.351616917, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 64 | |
| }, | |
| { | |
| "t": 101.851708525, | |
| "active": 8, | |
| "waiting": 13, | |
| "inactive": 64 | |
| }, | |
| { | |
| "t": 101.866332858, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 64 | |
| }, | |
| { | |
| "t": 101.866709395, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 64 | |
| }, | |
| { | |
| "t": 102.086497755, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 64 | |
| }, | |
| { | |
| "t": 102.314302909, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 64 | |
| }, | |
| { | |
| "t": 102.314469628, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 64 | |
| }, | |
| { | |
| "t": 102.554438152, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 102.702763509, | |
| "active": 8, | |
| "waiting": 12, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.095866646, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.099418044, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.186259068, | |
| "active": 8, | |
| "waiting": 11, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.188245894, | |
| "active": 8, | |
| "waiting": 10, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.188657974, | |
| "active": 8, | |
| "waiting": 10, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.207801134, | |
| "active": 8, | |
| "waiting": 9, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.208752891, | |
| "active": 8, | |
| "waiting": 9, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.408720277, | |
| "active": 8, | |
| "waiting": 9, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.417688216, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.418005097, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.918089239, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.948271623, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 103.948615309, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 63 | |
| }, | |
| { | |
| "t": 104.055290504, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 62 | |
| }, | |
| { | |
| "t": 104.064835094, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 62 | |
| }, | |
| { | |
| "t": 104.067932347, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 62 | |
| }, | |
| { | |
| "t": 104.333355453, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 61 | |
| }, | |
| { | |
| "t": 104.631103841, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 61 | |
| }, | |
| { | |
| "t": 104.63448423, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 61 | |
| }, | |
| { | |
| "t": 104.638809585, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 60 | |
| }, | |
| { | |
| "t": 104.75073973, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 60 | |
| }, | |
| { | |
| "t": 104.754409149, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 60 | |
| }, | |
| { | |
| "t": 105.254509763, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 60 | |
| }, | |
| { | |
| "t": 105.534930948, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 60 | |
| }, | |
| { | |
| "t": 105.535676126, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 60 | |
| }, | |
| { | |
| "t": 105.790752926, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 59 | |
| }, | |
| { | |
| "t": 105.833119972, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 59 | |
| }, | |
| { | |
| "t": 105.833519797, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 59 | |
| }, | |
| { | |
| "t": 105.919597596, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 59 | |
| }, | |
| { | |
| "t": 105.939220404, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 59 | |
| }, | |
| { | |
| "t": 105.939532726, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 59 | |
| }, | |
| { | |
| "t": 106.43961885, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 59 | |
| }, | |
| { | |
| "t": 106.502403755, | |
| "active": 8, | |
| "waiting": 9, | |
| "inactive": 55 | |
| }, | |
| { | |
| "t": 106.567062747, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 55 | |
| }, | |
| { | |
| "t": 106.567792904, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 55 | |
| }, | |
| { | |
| "t": 106.894796149, | |
| "active": 8, | |
| "waiting": 9, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 107.28689283, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 107.287758872, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 107.370322486, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 107.569962215, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 107.756950805, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 107.757827025, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 108.070104342, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 108.294873112, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 108.295405754, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 108.741079923, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 109.241338548, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 109.314019034, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 109.814104217, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 110.314325418, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 110.814542959, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 111.246301711, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 111.247011541, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 111.424435439, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 111.468368987, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 111.468688302, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 111.971677675, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 112.47195263, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 112.972170333, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 54 | |
| }, | |
| { | |
| "t": 113.027378029, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 52 | |
| }, | |
| { | |
| "t": 113.520725253, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 52 | |
| }, | |
| { | |
| "t": 113.521342746, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 52 | |
| }, | |
| { | |
| "t": 114.021399118, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 52 | |
| }, | |
| { | |
| "t": 114.119350664, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 50 | |
| }, | |
| { | |
| "t": 114.401944759, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 50 | |
| }, | |
| { | |
| "t": 114.402644328, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 50 | |
| }, | |
| { | |
| "t": 114.734847189, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 50 | |
| }, | |
| { | |
| "t": 114.824023927, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 50 | |
| }, | |
| { | |
| "t": 114.824161199, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 50 | |
| }, | |
| { | |
| "t": 115.199949609, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 115.228964368, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 115.229107736, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 115.415309826, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 115.418845799, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 115.918943237, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 115.986969945, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 116.072501661, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 116.073278862, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 116.573364721, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 49 | |
| }, | |
| { | |
| "t": 116.579584905, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 48 | |
| }, | |
| { | |
| "t": 116.815765179, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 48 | |
| }, | |
| { | |
| "t": 117.315982945, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 48 | |
| }, | |
| { | |
| "t": 117.78813449, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 48 | |
| }, | |
| { | |
| "t": 117.788890148, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 48 | |
| }, | |
| { | |
| "t": 118.289042108, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 48 | |
| }, | |
| { | |
| "t": 118.727281447, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 45 | |
| }, | |
| { | |
| "t": 118.728032712, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 45 | |
| }, | |
| { | |
| "t": 118.803075077, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 43 | |
| }, | |
| { | |
| "t": 119.008339093, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 43 | |
| }, | |
| { | |
| "t": 119.011917502, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 43 | |
| }, | |
| { | |
| "t": 119.152964791, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 42 | |
| }, | |
| { | |
| "t": 119.172727818, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 42 | |
| }, | |
| { | |
| "t": 119.172981134, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 42 | |
| }, | |
| { | |
| "t": 119.551123053, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 42 | |
| }, | |
| { | |
| "t": 119.667532744, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 42 | |
| }, | |
| { | |
| "t": 119.668243381, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 42 | |
| }, | |
| { | |
| "t": 120.168337429, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 42 | |
| }, | |
| { | |
| "t": 120.668598977, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 42 | |
| }, | |
| { | |
| "t": 120.858512205, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 41 | |
| }, | |
| { | |
| "t": 121.069018976, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 41 | |
| }, | |
| { | |
| "t": 121.069839077, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 40 | |
| }, | |
| { | |
| "t": 121.070140585, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 40 | |
| }, | |
| { | |
| "t": 121.166584461, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 40 | |
| }, | |
| { | |
| "t": 121.166948751, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 40 | |
| }, | |
| { | |
| "t": 121.667040245, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 40 | |
| }, | |
| { | |
| "t": 121.890097071, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 39 | |
| }, | |
| { | |
| "t": 122.126386345, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 39 | |
| }, | |
| { | |
| "t": 122.127300094, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 38 | |
| }, | |
| { | |
| "t": 122.127606434, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 38 | |
| }, | |
| { | |
| "t": 122.627695726, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 38 | |
| }, | |
| { | |
| "t": 122.991944983, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 37 | |
| }, | |
| { | |
| "t": 123.263851556, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 37 | |
| }, | |
| { | |
| "t": 123.264743366, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 36 | |
| }, | |
| { | |
| "t": 123.265083707, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 36 | |
| }, | |
| { | |
| "t": 123.32383541, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 36 | |
| }, | |
| { | |
| "t": 123.324314435, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 35 | |
| }, | |
| { | |
| "t": 123.324675985, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 35 | |
| }, | |
| { | |
| "t": 123.569127053, | |
| "active": 8, | |
| "waiting": 8, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 123.610544124, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 123.61085136, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 123.667656747, | |
| "active": 8, | |
| "waiting": 7, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 123.804113148, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 123.80761737, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 123.829776422, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 123.830131089, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 123.986946139, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 123.987309781, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 124.08496994, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 124.150204652, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 124.151067219, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 124.651152489, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 125.151407957, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 34 | |
| }, | |
| { | |
| "t": 125.389060434, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 125.610394358, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 126.110604344, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 126.145826348, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 126.482046045, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 126.482290203, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 126.982375908, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 127.482636427, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 127.982859012, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 128.483075851, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 128.983301787, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 128.998307342, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 129.000430764, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 129.005603716, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 129.005875003, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 129.006003304, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 129.506087025, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 130.006416668, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 130.506652658, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 130.598563921, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 130.598927263, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 130.599209152, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 131.099293729, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 131.599590512, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 132.099804336, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 132.592648868, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 132.592798075, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 33 | |
| }, | |
| { | |
| "t": 132.662459893, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 32 | |
| }, | |
| { | |
| "t": 133.162547272, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 32 | |
| }, | |
| { | |
| "t": 133.662779765, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 32 | |
| }, | |
| { | |
| "t": 134.162996186, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 32 | |
| }, | |
| { | |
| "t": 134.663217498, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 32 | |
| }, | |
| { | |
| "t": 135.163429541, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 32 | |
| }, | |
| { | |
| "t": 135.663651044, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 32 | |
| }, | |
| { | |
| "t": 136.163874416, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 32 | |
| }, | |
| { | |
| "t": 136.66408549, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 32 | |
| }, | |
| { | |
| "t": 136.784901021, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 26 | |
| }, | |
| { | |
| "t": 137.285112108, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 26 | |
| }, | |
| { | |
| "t": 137.785325662, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 26 | |
| }, | |
| { | |
| "t": 138.058531187, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 26 | |
| }, | |
| { | |
| "t": 138.059261141, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 26 | |
| }, | |
| { | |
| "t": 138.55934745, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 26 | |
| }, | |
| { | |
| "t": 138.905633525, | |
| "active": 7, | |
| "waiting": 8, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 139.405858123, | |
| "active": 7, | |
| "waiting": 8, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 139.90606847, | |
| "active": 7, | |
| "waiting": 8, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 140.157032211, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 140.157779702, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 140.657867534, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 141.158134551, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 141.658353029, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 142.158570193, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 142.339519871, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 142.340246914, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 142.840337454, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 143.340595702, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 24 | |
| }, | |
| { | |
| "t": 143.663977116, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 23 | |
| }, | |
| { | |
| "t": 144.164195847, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 23 | |
| }, | |
| { | |
| "t": 144.550943105, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 23 | |
| }, | |
| { | |
| "t": 144.551675843, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 23 | |
| }, | |
| { | |
| "t": 145.051762635, | |
| "active": 7, | |
| "waiting": 6, | |
| "inactive": 23 | |
| }, | |
| { | |
| "t": 145.139167779, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 145.639250099, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 146.139470668, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 146.639687367, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 147.139894789, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 147.643935801, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 148.144151906, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 148.64436155, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 149.14458589, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 149.644844481, | |
| "active": 7, | |
| "waiting": 7, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 149.64890781, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 149.649320605, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 150.128285797, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 150.129213277, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 150.629304522, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 150.72941292, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 151.229636555, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 151.729861624, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 152.230084255, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 22 | |
| }, | |
| { | |
| "t": 152.490549959, | |
| "active": 8, | |
| "waiting": 6, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 152.760187955, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 152.760902563, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 153.260988242, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 153.761241201, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 153.829495593, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 154.329575606, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 154.829792408, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 155.330020094, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 155.830251911, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 156.330472928, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 156.830691373, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 157.332039848, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 157.832249614, | |
| "active": 8, | |
| "waiting": 5, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 157.935981348, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 157.936699292, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 158.436787276, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 158.46360523, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 158.963689007, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 159.463911267, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 159.964129864, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 160.464358821, | |
| "active": 8, | |
| "waiting": 4, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 160.925803333, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 160.926606301, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 161.383110127, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 161.88337826, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 162.383594579, | |
| "active": 8, | |
| "waiting": 3, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 162.767754969, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 162.768486719, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 163.268573653, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 163.768836523, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 163.905435827, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 164.405650383, | |
| "active": 8, | |
| "waiting": 2, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 164.816460491, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 164.817179513, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 165.31726502, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 165.817524715, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 166.317742113, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 166.817959462, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 167.318166986, | |
| "active": 8, | |
| "waiting": 1, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 167.439930167, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 167.440674791, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 167.940766246, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 168.441016547, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 168.941224968, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 169.275325749, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 169.775955108, | |
| "active": 8, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 170.264265502, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 170.765405279, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 171.265618267, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 171.765839472, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 172.266047303, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 172.7662637, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 21 | |
| }, | |
| { | |
| "t": 173.215627081, | |
| "active": 7, | |
| "waiting": 3, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 173.715832388, | |
| "active": 7, | |
| "waiting": 3, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 174.216045934, | |
| "active": 7, | |
| "waiting": 3, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 174.716267947, | |
| "active": 7, | |
| "waiting": 3, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 175.21649032, | |
| "active": 7, | |
| "waiting": 3, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 175.716712497, | |
| "active": 7, | |
| "waiting": 3, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 176.216926203, | |
| "active": 7, | |
| "waiting": 3, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 176.30266595, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 176.303025685, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 176.80312155, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 177.164382169, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 177.664598641, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 178.164820562, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 178.665041224, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 179.165265131, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 179.668305533, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 180.168513529, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 180.548246344, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 180.548928006, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 181.049017947, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 181.549267077, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 18 | |
| }, | |
| { | |
| "t": 181.791590517, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 182.291851256, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 182.792062163, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 183.292286526, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 183.792505263, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 184.292736101, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 184.792960603, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 185.293171421, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 185.793408191, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 186.29362496, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 186.793844875, | |
| "active": 7, | |
| "waiting": 2, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 186.858343287, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 186.858464728, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 187.358556421, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 187.858832805, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 188.35905542, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 188.859282211, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 189.359507765, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 189.666305974, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 190.167480385, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 190.667695632, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 191.167910422, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 191.672693321, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 192.172924055, | |
| "active": 7, | |
| "waiting": 1, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 192.270482562, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 192.270884414, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 192.770972771, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 193.271228779, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 193.652825559, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 194.153042178, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 194.653255446, | |
| "active": 7, | |
| "waiting": 0, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 194.805230301, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 195.306374925, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 17 | |
| }, | |
| { | |
| "t": 195.591889997, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 196.092102713, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 196.592314029, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 197.092526759, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 197.592744152, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 198.092954879, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 198.593165952, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 199.093384566, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 199.593584282, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 200.093787947, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 200.594075711, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 201.094285186, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 201.594482102, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 202.094686193, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 202.59489086, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 203.09510452, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 203.596583259, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 203.998687089, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 203.999497309, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 204.499580311, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 204.999821514, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 205.500034345, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 206.000239637, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 206.500449442, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 207.000661435, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 15 | |
| }, | |
| { | |
| "t": 207.352430763, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 207.852636771, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 208.352842122, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 208.853046455, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 209.353259592, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 209.853481721, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 210.353685571, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 210.854006231, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 211.354208938, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 211.854417088, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 212.354619508, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 212.854830026, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 213.355042391, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 213.407254912, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 213.41048247, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 213.910573836, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 214.410811376, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 14 | |
| }, | |
| { | |
| "t": 214.560000056, | |
| "active": 6, | |
| "waiting": 2, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 214.872284012, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 214.87311707, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 215.203876319, | |
| "active": 6, | |
| "waiting": 1, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 215.229433583, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 215.229838248, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 215.729921397, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 216.230176897, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 216.730400401, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 217.230613133, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 217.730814167, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 218.231039263, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 218.731673719, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 219.231875613, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 219.732088646, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 220.232305088, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 220.732525493, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 221.232743485, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 221.732955386, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 222.233172492, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 222.73340502, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 222.823433435, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 223.323955807, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 223.824167721, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 224.324382085, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 224.824594348, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 225.324823382, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 225.824998968, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 226.325222404, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 226.825404178, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 227.325606044, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 227.825807771, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 228.32601216, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 228.826236133, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 229.326452842, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 229.826666893, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 230.326884895, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 230.827101687, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 231.327312627, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 231.827528051, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 232.327740248, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 232.8279543, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 233.328168892, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 233.828366908, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 234.328576434, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 234.82878823, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 235.329000095, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 235.829192676, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 236.329408213, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 236.829610789, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 237.329825047, | |
| "active": 6, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 237.502016439, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 238.002759242, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 238.502966595, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 239.003168449, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 239.503373505, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 240.003585519, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 240.503796614, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 241.004000393, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 241.504209307, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 242.004423849, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 242.504630815, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 243.004841248, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 243.505041552, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 244.00524351, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 244.505474093, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 245.005675514, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 245.505886476, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 246.006095079, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 246.50630777, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 247.006517823, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 247.506718177, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 248.006915659, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 248.507123582, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 249.007326224, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 249.507517432, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 250.007727582, | |
| "active": 5, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 250.089556652, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 250.590340951, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 251.090556165, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 251.590767957, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 252.090956762, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 252.591165153, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 253.091375598, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 253.591581056, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 254.09177875, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 254.591981472, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 255.092181013, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 255.592386689, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 256.092601314, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 256.592809009, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 257.093014873, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 257.593209982, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 258.093390445, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 258.593595833, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 259.093780937, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 259.593978171, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 260.09419236, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 260.594394256, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 261.094598849, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 261.300351413, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 261.301014493, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 261.801631429, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 262.301856773, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 262.802064982, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 263.302269874, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 263.802473257, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 264.302676708, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 264.802873406, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 265.303084645, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 265.803290809, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 266.303497059, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 266.803695991, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 267.303904755, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 267.804104387, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 268.304302382, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 268.804503237, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 269.304716479, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 269.804875192, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 270.305032384, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 270.805231535, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 271.305400358, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 271.805558036, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 272.305760061, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 272.805952441, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 273.306154387, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 273.806355629, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 274.306555604, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 274.806760383, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 275.306954912, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 275.807156969, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 276.307358611, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 276.807560676, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 277.307755503, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 277.807958438, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 278.308157958, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 278.671091709, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 13 | |
| }, | |
| { | |
| "t": 278.671850095, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 278.672919499, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 279.173001234, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 279.673634908, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 280.173837363, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 280.674056053, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 281.174259005, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 281.674464145, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 282.174670226, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 282.674881025, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 283.175113953, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 283.675323203, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 284.175526816, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 284.675731268, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 285.175940521, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 285.676154638, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 286.176356274, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 286.676557579, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 287.176765403, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 287.676960597, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 288.177168711, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 288.677388062, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 289.177585832, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 289.677778048, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 290.177984444, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 290.678192437, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 291.178399486, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 291.678612631, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 292.178837015, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 292.679000009, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 293.179197863, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 293.679407261, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 294.179610841, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 294.67980803, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 294.820243528, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 294.820361232, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 294.986016438, | |
| "active": 4, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 295.119729542, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 295.620256143, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 296.120461359, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 296.620672799, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 297.12087832, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 297.621090782, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 298.121298608, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 298.621524305, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 299.121727204, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 299.62193160100003, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 300.122129547, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 300.622329706, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 301.122538468, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 301.622735683, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 302.12293957, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 302.623147875, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 303.123357905, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 303.139878149, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 11 | |
| }, | |
| { | |
| "t": 303.140060475, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 10 | |
| }, | |
| { | |
| "t": 303.140153963, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 10 | |
| }, | |
| { | |
| "t": 303.526459897, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 9 | |
| }, | |
| { | |
| "t": 303.70246994, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 9 | |
| }, | |
| { | |
| "t": 303.705958941, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 9 | |
| }, | |
| { | |
| "t": 304.206057298, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 9 | |
| }, | |
| { | |
| "t": 304.706277646, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 9 | |
| }, | |
| { | |
| "t": 305.206486051, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 9 | |
| }, | |
| { | |
| "t": 305.706701197, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 9 | |
| }, | |
| { | |
| "t": 305.877304636, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 306.377534517, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 306.877742315, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 307.377949798, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 307.878157918, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 308.378377391, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 308.878588653, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 309.378794117, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 309.879009376, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 310.379216607, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 310.879423958, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 311.389389715, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 311.889604806, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 312.389804973, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 312.890022256, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 313.390231744, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 313.89043346, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 314.390636562, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 314.890846027, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 315.39106591, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 315.891281445, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 316.391488315, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 316.89169719, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 317.39191521, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 317.892121539, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 318.39232999, | |
| "active": 3, | |
| "waiting": 1, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 318.594181916, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 318.596665479, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 319.096754092, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 319.596997704, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 320.097207394, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 320.597407491, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 321.097608676, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 321.597801712, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 321.698187741, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 322.198378476, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 322.698579379, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 323.198786185, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 323.698999622, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 324.19920851, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 324.699418605, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 325.199627543, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 325.69983818, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 326.200051987, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 326.700254643, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 327.200466395, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 327.248625685, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 327.749288379, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 328.24949938, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 328.483749879, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 328.983934826, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 329.075454329, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 329.575529757, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 330.07574828, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 330.575909923, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.076116882, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15189176, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151904733, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15191004, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151915872, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151921301, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151926839, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151932246, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151937449, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151941759, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151946965, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15195251, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151957118, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15196248, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151967909, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151973378, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151978773, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151984302, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151988409, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151993675, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.151998799, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152003045, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152008284, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152013415, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152018861, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152024274, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152029752, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152035413, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152040722, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152045913, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152051078, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15205535, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152060432, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152064771, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152068974, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152074283, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152079464, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152084911, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152089197, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152095234, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152100393, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152105644, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152109882, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152114233, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152118563, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152122134, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152126383, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152130723, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152134873, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152139408, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152143614, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152147783, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152151897, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152155968, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152160302, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152164545, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15216893, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152173402, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152177686, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152181977, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152186191, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.1521905, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152193778, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152198035, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152202414, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152206526, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152210747, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152214974, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152219276, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152223539, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15222789, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152232038, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152236306, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152239595, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152243624, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152247896, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152252352, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152256538, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15226204, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152266284, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152270582, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152274654, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152279183, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152283422, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152287875, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152291291, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152295364, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152299456, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152303594, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152307897, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152312166, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152316475, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152320675, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152325008, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152329364, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152333657, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152337995, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152343155, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152347263, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152351401, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15235549, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152359678, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152363839, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152368069, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152372774, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152377005, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152381055, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152385039, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152389145, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15239232, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152396395, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152400471, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152404708, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152408887, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15241215, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152416465, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152420497, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152423591, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152427655, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152432474, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152436616, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152440816, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15244508, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152449898, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152453318, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152457362, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152461426, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15246549, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152468566, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152472939, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152477175, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152481415, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152485474, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152489621, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152492843, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152497132, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152500275, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152504254, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152508469, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152511632, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152515795, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152520008, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152523205, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152527326, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152532298, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152536572, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152539678, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152543726, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152546871, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152550911, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152554325, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152558597, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152562994, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152567502, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152571753, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152575946, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152579026, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152583132, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152587463, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152591661, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152606534, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152612603, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152617178, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152620612, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152624707, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152629013, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152633191, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152636441, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152640655, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152643872, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152648022, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152651505, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152655546, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152658758, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152663188, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152668056, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152672211, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152675735, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152679826, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152682918, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15268702, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15269119, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15269421, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152698233, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152701421, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152705511, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152708635, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152712949, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152717148, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152720193, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152724094, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152727288, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152731315, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152735415, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152738691, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152742812, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152745886, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15275032, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152753842, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152758025, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152762377, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152765539, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152769698, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152774051, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152777277, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152781334, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152786923, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152791214, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152796116, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152800178, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152804521, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15280795, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152811955, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152815062, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152819102, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152822278, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152825421, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152829673, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152832941, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152837037, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152840325, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152844351, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152847627, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.1528517, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15286411, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152869619, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152872787, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152876862, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152879974, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152883857, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152888795, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152891945, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152896072, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152899602, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152903794, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152908097, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152912885, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152917818, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152921002, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152925161, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15292954, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152934301, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15293908, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152943925, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152947651, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152951751, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152954782, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152958836, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152963096, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152966327, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152970584, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152973781, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152977973, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15298134, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.1529854, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152988765, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152992992, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.152996094, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153000044, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153003464, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153007536, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153012426, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153017363, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153020524, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153024673, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153029469, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15303381, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15303792, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15304211, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153045622, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153049635, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153053826, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153057271, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153061263, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153066026, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153069499, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153073785, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153078577, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153083433, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153087731, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153091123, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153095108, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153099363, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153102635, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153106691, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153110991, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153114137, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153118246, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153121415, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153125527, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153129049, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153133255, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153136381, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153140609, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153144814, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153147882, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153151848, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153155294, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153159546, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153163775, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15316788, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153170977, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153173997, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153178037, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153181116, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153185088, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153189661, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153194471, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153198709, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153202975, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153207106, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153211204, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153214274, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153218456, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153223322, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153227504, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15323165, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153235768, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15323982, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153242925, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153247061, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15325059, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153254666, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153257849, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153261944, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153266089, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153270311, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153275105, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15327997, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153284856, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153289724, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153294583, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153297801, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153301919, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153307621, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153311805, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153315088, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153319283, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153322639, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153326894, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153330267, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153334291, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153338421, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153342554, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15334738, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153351471, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15335459, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153358532, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153361598, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153365723, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153391062, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153396909, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153399991, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153403998, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153409064, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153413374, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153416474, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153420473, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153424637, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153427879, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153431987, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153436116, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153439291, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153443381, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15344756, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153450544, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153454778, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15345893, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153462079, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153466144, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15346924, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153473259, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153476439, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153480589, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153483977, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153488038, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153492183, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153495354, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153499443, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153502909, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153506987, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153511825, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153516535, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153519671, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153523826, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153527032, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153531, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153535259, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153539547, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153543268, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153547423, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153551693, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153555904, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153560737, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15356474, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153567737, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153571547, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153576042, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153579157, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153583284, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153587639, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153590822, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153594747, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153598756, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153601899, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153606007, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153610157, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153614392, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153617617, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153621735, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153624888, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153629522, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153634536, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15363886, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153642994, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15364619, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153650334, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153653443, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153657439, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153661618, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15366591, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153670187, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153674588, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153678847, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153683022, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153687177, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153692127, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153696436, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153699683, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153703716, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153706882, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153710943, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153714082, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153718182, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153722492, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153725686, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153729814, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153734101, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153738609, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153742827, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153746041, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153750342, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153754591, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153758752, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153762891, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15376707, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153770239, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153774356, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153777542, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153781598, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153786115, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153790431, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153793912, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15379823, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15380251, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153806745, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153811008, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153814214, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15381833, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15382162, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153825817, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153828956, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153832955, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153837251, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153842152, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153846299, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153849539, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153853702, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153856934, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153860951, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153865075, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153869258, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153873527, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153877917, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153882202, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153885609, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153889919, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153894106, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153898304, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15390261, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153906171, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15391033, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15391452, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153918695, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153921862, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15392608, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153930393, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153933528, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153937764, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153942064, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153946264, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153950414, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153954607, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153957845, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153961868, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153964958, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153969149, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153973359, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153977451, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153980507, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153984401, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153987639, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15399167, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.153996269, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154000571, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154004701, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154008878, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154012036, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154016039, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154019401, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154023529, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15402784, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154030871, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15403502, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154039093, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154043223, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154047412, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154051557, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15405479, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154058977, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154062254, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154066532, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154069954, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154074287, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15407834, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154082395, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154086497, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154090767, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154094974, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154098195, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154102225, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154106408, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154109602, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154113751, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154118345, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154122524, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154126704, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154130891, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15413539, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154138652, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154142867, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154147053, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154150113, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154154139, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154157197, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154161226, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154165387, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154168567, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154172905, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154176151, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154180283, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154183859, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154188126, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154192451, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154196561, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154200789, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154204907, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154209103, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154213197, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154217374, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15422158, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154225901, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154230252, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154234415, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154238466, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15424255, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154245611, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154249648, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154253106, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154257254, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154261571, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154264723, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154268863, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154273643, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154277823, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154280911, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154285142, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154288662, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154292874, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154297149, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154300725, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154304932, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154309268, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154312657, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154316796, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154320049, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154324304, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15432853, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154331652, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154335769, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15434158, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154345892, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154350134, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154354391, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154358547, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154362763, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154367337, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15437155, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154375758, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154379917, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154384129, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15438743, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154391467, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154395754, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154399974, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154404102, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15440831, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154412531, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154416832, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154421033, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154424238, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154428223, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154432561, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154436725, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154440845, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15444493, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154449022, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154453198, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154457445, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154461713, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154465822, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154469931, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154473948, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154477319, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154481977, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154486293, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154490565, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154493747, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154498045, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154501163, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154505203, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.15450943, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154513531, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154517791, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154522094, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154526728, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.154529907, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 331.654596666, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 332.154806995, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 332.655005303, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 333.15521368, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 333.655409977, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 334.155593813, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 334.655795464, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 335.155999711, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 335.656195462, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 336.156396393, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 336.656598514, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 337.15680387, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 337.657008088, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 338.157206867, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 338.657397889, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 339.157592059, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 339.657808216, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 340.157982647, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 340.658177685, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 341.158378427, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 341.658568623, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 342.158763591, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 342.65896258, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 343.159163657, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 343.659361703, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 344.159570685, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 344.659769254, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 345.159966514, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 345.660164342, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 346.160361661, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 346.660574814, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 347.16073175, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 347.660931237, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 348.161135462, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 348.661335488, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 349.161537388, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 349.661695169, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 350.161888241, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 350.662080527, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 351.162270352, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 351.662467171, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 352.162662454, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 352.662867835, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 353.163064406, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 353.663257892, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 354.163503721, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 354.663704129, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 355.163973841, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 355.66416706, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 356.164354389, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 356.664551577, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 357.164750953, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 357.664951288, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 358.165155269, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 358.665351041, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 359.165561189, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 359.665764302, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 360.165919811, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 360.666141654, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 361.16629316, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 361.666493932, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 362.166693023, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 362.666886472, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 363.167076707, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 363.667272476, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 364.16746656, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 364.667659632, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 365.16786109, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 365.668056926, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 366.168271813, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 366.669398275, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 367.16961098, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 367.669810133, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 368.169995606, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 368.670177795, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 369.170328324, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 369.670522617, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 370.170700257, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 370.670886731, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 371.171084464, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 371.671280683, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 372.171476075, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 372.671678374, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 373.171880256, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 373.672074059, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 374.172269901, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 374.672467546, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 375.172666778, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 375.178421778, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 8 | |
| }, | |
| { | |
| "t": 375.178527955, | |
| "active": 2, | |
| "waiting": 1, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 375.178593109, | |
| "active": 2, | |
| "waiting": 1, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 375.266311468, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 375.266495438, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 375.272807491, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 375.773021639, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 376.273241201, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 376.40781574, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 376.408023691, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 376.908114393, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 377.408314628, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 6 | |
| }, | |
| { | |
| "t": 377.731100042, | |
| "active": 2, | |
| "waiting": 1, | |
| "inactive": 5 | |
| }, | |
| { | |
| "t": 378.014846174, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 5 | |
| }, | |
| { | |
| "t": 378.015295539, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 5 | |
| }, | |
| { | |
| "t": 378.515257308, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 5 | |
| }, | |
| { | |
| "t": 379.015553022, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 5 | |
| }, | |
| { | |
| "t": 379.515773568, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 5 | |
| }, | |
| { | |
| "t": 379.614230649, | |
| "active": 2, | |
| "waiting": 1, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 379.614290721, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 379.614393751, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 379.771046975, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 380.271301886, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 380.77148602, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 381.271665906, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 381.771853675, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 382.272034212, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 382.772217836, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 383.272403961, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 383.772570128, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 384.272733802, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 384.772914969, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 385.273090667, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 385.773246787, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 386.273466383, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 386.773671199, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 387.273834884, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 387.774036599, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 388.274240589, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 388.774438115, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 389.274638385, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 389.774858692, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 390.275027814, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 390.775182251, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 391.275406141, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 391.775565473, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 391.987428669, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 4 | |
| }, | |
| { | |
| "t": 391.987600102, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 391.987603195, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 391.987642147, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 392.014955898, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 392.018798275, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 392.518909748, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 393.019136055, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 393.51932122, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 394.019499426, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 394.519691189, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 395.019868677, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 395.520043436, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 396.020223265, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 396.520404012, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 397.020582124, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 397.520765829, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 398.020945927, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 398.521125228, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 399.02130532, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 399.521505391, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 400.021687845, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 400.52185047, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 401.0220318, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 401.522225306, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 402.022408415, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 402.522586999, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 403.022765659, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 403.522943966, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 404.023123995, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 404.523305123, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 405.023483926, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 405.523662282, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 406.023840219, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 406.52401917, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 407.024181779, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 407.524357825, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 408.02453648, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 408.524716411, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 409.024878841, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 409.525058474, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 410.025239457, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 410.525418154, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 411.025593881, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 411.525774689, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 412.025953995, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 412.526132825, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 413.026316488, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 413.526497661, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 414.026678923, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 414.526840219, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 415.02700282, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 415.527182595, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 416.027364945, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 416.527544121, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 417.02772326, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 417.527901883, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 418.028081553, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 418.528261699, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 419.028437674, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 419.528614675, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 420.028791896, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 420.528971706, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 421.029150876, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 421.529330212, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 422.029527154, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 422.529704827, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 423.02988442, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 423.530041612, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 424.030199326, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 424.53037785, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 425.030553851, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 425.530729973, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 426.030907832, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 426.53109644, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 427.031264379, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 427.531442038, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 428.031618689, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 428.531795101, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 429.031978369, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 429.532164797, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 430.032334826, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 430.532507132, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 431.032681909, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 431.532858634, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 432.033039168, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 432.533217856, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 433.033395503, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 433.533571593, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 434.033747272, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 434.533928616, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 435.03410393, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 435.534262033, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 436.034440756, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 436.534616834, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 437.034794052, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 437.534969969, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 438.035145073, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 438.535322453, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 439.035497535, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 439.535671803, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 440.035847061, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 440.536022147, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 441.03617978, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 441.536377448, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 442.036551307, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 442.536724613, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 443.036881545, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 443.537049315, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 444.037221602, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 444.537396197, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 445.037571066, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 445.537743928, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 3 | |
| }, | |
| { | |
| "t": 445.933445983, | |
| "active": 1, | |
| "waiting": 1, | |
| "inactive": 2 | |
| }, | |
| { | |
| "t": 445.933597415, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 2 | |
| }, | |
| { | |
| "t": 445.933714734, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 2 | |
| }, | |
| { | |
| "t": 446.433813642, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 2 | |
| }, | |
| { | |
| "t": 446.934013678, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 2 | |
| }, | |
| { | |
| "t": 447.434178159, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 2 | |
| }, | |
| { | |
| "t": 447.927769754, | |
| "active": 2, | |
| "waiting": 1, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 447.927903356, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 447.928034551, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 448.428121979, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 448.928377335, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 449.428590334, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 449.928833416, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 450.2386463, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 450.738856274, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 451.239079483, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 451.739292921, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 452.239504546, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 452.739712453, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 453.239921786, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 453.74013429, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 454.240350569, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 454.740572616, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 455.240788209, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 455.741000924, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 456.241223195, | |
| "active": 3, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 456.374406164, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 456.87517398, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 457.375398588, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 457.875577076, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 458.375775702, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 458.876000213, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 459.376166375, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 459.876382273, | |
| "active": 2, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 460.025840529, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 460.526050688, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 461.026252705, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 461.52645812, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 462.026668694, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 462.526878838, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 463.027085293, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 463.527297599, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 464.027518039, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 464.527725966, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 465.02793736, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 465.528153356, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 466.028368169, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 466.528580581, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 467.028789129, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 467.528994482, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 468.029199523, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 468.529415231, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 469.029623536, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 469.529826825, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 470.030038144, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 470.530244527, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 471.030458544, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 471.530681143, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 472.03088688, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 472.531097812, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 473.031307015, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 473.53151549, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 474.031716993, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 474.531883306, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 475.032099299, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 475.532274789, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 476.032454867, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 476.532634314, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 477.032802024, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 477.532997298, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 478.033197585, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 478.533419415, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 479.033597522, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 479.533775411, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 480.033936574, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 480.534156066, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 481.034362119, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 481.534562769, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 482.034764402, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 482.53496605, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 483.035184866, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 483.535350877, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 484.035562617, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 484.535788187, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 485.035950578, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 485.536159641, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 486.036378609, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 486.53655669, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 487.036739916, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 487.536926274, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 488.037095036, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 488.537298108, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 489.037509321, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 489.537710113, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 490.037917473, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 490.538118469, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 491.03835115, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 491.538513291, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 492.038717918, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 492.538939571, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 493.039125368, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 493.539299435, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 494.039463441, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 494.539675733, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 495.039857928, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 495.540039343, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 496.040212751, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 496.540389697, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 497.040572487, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 497.540753387, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 498.040936549, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 498.541122737, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 499.041298547, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 499.541467321, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 500.041673115, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 500.541873797, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 501.042035185, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 501.542241163, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 502.042453608, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 502.542619259, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 503.04281993, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 503.543040337, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 504.043205202, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 504.543405678, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 505.043613786, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 505.54383274, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 506.044005749, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 506.544184312, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 507.044351636, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 507.544559982, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 508.044774814, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 508.544978891, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 509.045201719, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 509.54540231, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 510.045581448, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 510.545740323, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 511.045954206, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 511.546118432, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 512.046342481, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 512.54651045, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 513.046714872, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 513.546914044, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 514.047124576, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 514.54729061, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 515.047660628, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 515.547863265, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 516.048075, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 516.548249918, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 517.048463241, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 517.548640719, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 518.048824487, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 518.548985917, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 519.049161647, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 519.54934122, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 520.049525049, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 520.549742858, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 521.049914022, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 521.550089799, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 522.050266629, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 522.550446003, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 523.050620553, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 523.550785934, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 524.050985102, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 524.551205855, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 525.051382457, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 525.551561651, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 526.05174599, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 526.551926824, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 527.052091505, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 527.552315745, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 528.052481855, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 528.552704405, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 529.052884128, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 529.553059759, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 530.053280618, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 530.553496993, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 531.053666572, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 531.553838582, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 532.053993935, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 532.554191185, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 533.054390241, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 533.554590232, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 534.054801399, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 534.554976356, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 535.05515036, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 535.555326552, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 536.055487808, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 536.555691411, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 537.055902876, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 537.556071833, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 538.056291497, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 538.556480751, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 539.056648131, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 539.556876642, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 540.057055976, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 540.557242159, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 541.057405377, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 541.557568453, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 542.057742831, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 542.557907664, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 543.058102917, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 543.558275452, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 544.058451197, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 544.558607478, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 545.058818803, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 545.558992631, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 546.059167516, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 546.559345077, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 547.059505964, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 547.559717779, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 548.059939603, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 548.560100465, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 549.060281488, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 549.560460781, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 550.060624363, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 550.560820129, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 551.061033511, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 551.561214079, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 552.061398967, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 552.561613752, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 553.061771182, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 553.561948167, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 554.062139104, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 554.562327977, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 555.062504912, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 555.562681914, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 556.062871751, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 556.563044654, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 557.063235393, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 557.563424712, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 558.063614352, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 558.563825907, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 559.064016111, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 559.564226506, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 560.064439084, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 560.564622731, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 561.064830556, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 561.565015961, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 562.065190805, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 562.565365742, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 1 | |
| }, | |
| { | |
| "t": 562.589248382, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 562.589341592, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 563.089441835, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 563.589674512, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 564.089892462, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 564.590075278, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 565.090294171, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 565.590468437, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 566.090644815, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 566.590827384, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 567.091008356, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 567.59118989, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 568.091371001, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 568.591535449, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 569.091755849, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 569.591939751, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 570.092126157, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 570.59231473, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 571.09249321, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 571.592676378, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 572.092863159, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 572.593071805, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 573.093271816, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 573.593461861, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 574.093677668, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 574.593891482, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 575.09406836, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 575.594257891, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 576.094434177, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 576.59461878, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 577.094836998, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 577.595015987, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 578.095199734, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 578.595380488, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 579.095543542, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 579.595728093, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 580.095913359, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 580.59609301, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 581.096271241, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 581.596447719, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 582.096626695, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 582.596807108, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 583.096992879, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 583.597178008, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 584.097361705, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 584.597557403, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 585.097741017, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 585.597932559, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 586.098115035, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 586.598297313, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 587.098475735, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 587.598655915, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 588.098819359, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 588.598999301, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 589.099179479, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 589.59935559, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 590.099530876, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 590.599709834, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 591.099890417, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 591.600076934, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 592.100263982, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 592.600437698, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 593.100614266, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 593.600792934, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 594.100978482, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 594.601156681, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 595.101322878, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 595.601468535, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 596.101618253, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 596.601768014, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 597.101922941, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 597.147796676, | |
| "active": 1, | |
| "waiting": 0, | |
| "inactive": 0 | |
| }, | |
| { | |
| "t": 597.147834181, | |
| "active": 0, | |
| "waiting": 0, | |
| "inactive": 0 | |
| } | |
| ]; | |
| const CPU_USAGE = [ | |
| [ | |
| 1.16123537, | |
| 12.478632478632477 | |
| ], | |
| [ | |
| 1.261795454, | |
| 93.67088607594937 | |
| ], | |
| [ | |
| 1.381115186, | |
| 96.80851063829788 | |
| ], | |
| [ | |
| 1.5336047289999999, | |
| 98.4 | |
| ], | |
| [ | |
| 1.701325657, | |
| 97.72727272727273 | |
| ], | |
| [ | |
| 1.8334288170000002, | |
| 97.22222222222223 | |
| ], | |
| [ | |
| 1.934051143, | |
| 97.5 | |
| ], | |
| [ | |
| 2.092519491, | |
| 97.6 | |
| ], | |
| [ | |
| 2.208332537, | |
| 97.82608695652173 | |
| ], | |
| [ | |
| 2.311398384, | |
| 98.79518072289157 | |
| ], | |
| [ | |
| 2.414756026, | |
| 98.78048780487805 | |
| ], | |
| [ | |
| 2.52239081, | |
| 98.83720930232558 | |
| ], | |
| [ | |
| 2.636540751, | |
| 98.87640449438203 | |
| ], | |
| [ | |
| 2.744854149, | |
| 97.70114942528735 | |
| ], | |
| [ | |
| 2.845316268, | |
| 96.25 | |
| ], | |
| [ | |
| 2.9638654989999997, | |
| 97.87234042553192 | |
| ], | |
| [ | |
| 3.077620789, | |
| 97.84946236559139 | |
| ], | |
| [ | |
| 3.183765984, | |
| 98.79518072289157 | |
| ], | |
| [ | |
| 3.285757282, | |
| 98.80952380952381 | |
| ], | |
| [ | |
| 3.500732747, | |
| 97.6470588235294 | |
| ], | |
| [ | |
| 3.62062601, | |
| 97.91666666666667 | |
| ], | |
| [ | |
| 3.74935341, | |
| 97.02970297029702 | |
| ], | |
| [ | |
| 3.933948857, | |
| 98.66666666666667 | |
| ], | |
| [ | |
| 4.047150037, | |
| 97.75280898876404 | |
| ], | |
| [ | |
| 4.20620454, | |
| 98.4251968503937 | |
| ], | |
| [ | |
| 4.311464703, | |
| 97.5609756097561 | |
| ], | |
| [ | |
| 4.427654684, | |
| 98.91304347826087 | |
| ], | |
| [ | |
| 4.5418039199999996, | |
| 97.84946236559139 | |
| ], | |
| [ | |
| 4.670163574, | |
| 95.0 | |
| ], | |
| [ | |
| 4.782371311, | |
| 96.62921348314607 | |
| ], | |
| [ | |
| 4.944830486, | |
| 96.85039370078741 | |
| ], | |
| [ | |
| 5.048440074, | |
| 96.42857142857143 | |
| ], | |
| [ | |
| 5.15433875, | |
| 97.6470588235294 | |
| ], | |
| [ | |
| 5.317494152, | |
| 96.96969696969697 | |
| ], | |
| [ | |
| 5.418720329, | |
| 95.0 | |
| ], | |
| [ | |
| 5.522934159, | |
| 96.3855421686747 | |
| ], | |
| [ | |
| 5.648231014, | |
| 97.0 | |
| ], | |
| [ | |
| 5.760902265, | |
| 97.70114942528735 | |
| ], | |
| [ | |
| 5.865840042, | |
| 96.55172413793103 | |
| ], | |
| [ | |
| 5.968575691, | |
| 96.25 | |
| ], | |
| [ | |
| 6.068932076, | |
| 96.20253164556962 | |
| ], | |
| [ | |
| 6.216306054, | |
| 96.63865546218487 | |
| ], | |
| [ | |
| 6.384626394, | |
| 96.96969696969697 | |
| ], | |
| [ | |
| 6.557827859, | |
| 99.29577464788733 | |
| ], | |
| [ | |
| 6.693984897, | |
| 100.0 | |
| ], | |
| [ | |
| 6.860275005, | |
| 98.48484848484848 | |
| ], | |
| [ | |
| 7.04230782, | |
| 98.63013698630137 | |
| ], | |
| [ | |
| 7.144340287, | |
| 100.0 | |
| ], | |
| [ | |
| 7.245707933, | |
| 98.79518072289157 | |
| ], | |
| [ | |
| 7.396975833, | |
| 99.15966386554622 | |
| ], | |
| [ | |
| 7.510856392, | |
| 100.0 | |
| ], | |
| [ | |
| 7.64502778, | |
| 98.07692307692308 | |
| ], | |
| [ | |
| 7.752792925, | |
| 98.80952380952381 | |
| ], | |
| [ | |
| 7.896345784, | |
| 98.24561403508773 | |
| ], | |
| [ | |
| 8.044952379, | |
| 97.45762711864407 | |
| ], | |
| [ | |
| 8.187808661, | |
| 97.3913043478261 | |
| ], | |
| [ | |
| 8.322971133, | |
| 97.19626168224299 | |
| ], | |
| [ | |
| 8.434645904, | |
| 97.75280898876404 | |
| ], | |
| [ | |
| 8.561139847, | |
| 97.02970297029702 | |
| ], | |
| [ | |
| 8.66631075, | |
| 98.82352941176471 | |
| ], | |
| [ | |
| 8.805238781, | |
| 98.1651376146789 | |
| ], | |
| [ | |
| 8.961633753, | |
| 99.21259842519684 | |
| ], | |
| [ | |
| 9.073715219, | |
| 100.0 | |
| ], | |
| [ | |
| 9.185363335, | |
| 100.0 | |
| ], | |
| [ | |
| 9.388310343, | |
| 99.37888198757764 | |
| ], | |
| [ | |
| 9.490792573, | |
| 98.78048780487805 | |
| ], | |
| [ | |
| 9.661460746, | |
| 100.0 | |
| ], | |
| [ | |
| 9.918440003, | |
| 99.51219512195122 | |
| ], | |
| [ | |
| 10.042074923, | |
| 100.0 | |
| ], | |
| [ | |
| 10.281225158, | |
| 98.95287958115183 | |
| ], | |
| [ | |
| 10.408706954, | |
| 98.05825242718447 | |
| ], | |
| [ | |
| 10.565878639, | |
| 99.2248062015504 | |
| ], | |
| [ | |
| 10.676125851, | |
| 92.94117647058823 | |
| ], | |
| [ | |
| 10.847255751, | |
| 93.38235294117646 | |
| ], | |
| [ | |
| 10.947336008, | |
| 96.20253164556962 | |
| ], | |
| [ | |
| 11.229718057, | |
| 96.06986899563319 | |
| ], | |
| [ | |
| 11.441470713, | |
| 98.81656804733728 | |
| ], | |
| [ | |
| 11.727868852, | |
| 99.55947136563877 | |
| ], | |
| [ | |
| 11.875338112, | |
| 97.45762711864407 | |
| ], | |
| [ | |
| 12.074790678, | |
| 99.37106918238993 | |
| ], | |
| [ | |
| 12.311554416, | |
| 99.46808510638297 | |
| ], | |
| [ | |
| 12.419164385, | |
| 97.70114942528735 | |
| ], | |
| [ | |
| 12.570514209, | |
| 99.18032786885246 | |
| ], | |
| [ | |
| 12.745980932, | |
| 97.87234042553192 | |
| ], | |
| [ | |
| 12.84607989, | |
| 97.46835443037975 | |
| ], | |
| [ | |
| 12.969641133, | |
| 96.96969696969697 | |
| ], | |
| [ | |
| 13.085089657, | |
| 94.44444444444444 | |
| ], | |
| [ | |
| 13.214244638, | |
| 97.19626168224299 | |
| ], | |
| [ | |
| 13.515947072, | |
| 98.74476987447699 | |
| ], | |
| [ | |
| 13.724954957, | |
| 99.39759036144578 | |
| ], | |
| [ | |
| 13.865070473, | |
| 99.09909909909909 | |
| ], | |
| [ | |
| 14.012018602, | |
| 98.30508474576271 | |
| ], | |
| [ | |
| 14.116965565, | |
| 97.5609756097561 | |
| ], | |
| [ | |
| 14.27718256, | |
| 99.21259842519684 | |
| ], | |
| [ | |
| 14.417389997, | |
| 99.13793103448276 | |
| ], | |
| [ | |
| 14.698569668, | |
| 99.54954954954955 | |
| ], | |
| [ | |
| 15.024008706, | |
| 98.45559845559846 | |
| ], | |
| [ | |
| 15.128735397, | |
| 100.0 | |
| ], | |
| [ | |
| 15.244463925, | |
| 98.9247311827957 | |
| ], | |
| [ | |
| 15.421533035, | |
| 98.61111111111111 | |
| ], | |
| [ | |
| 15.727829686, | |
| 99.17695473251028 | |
| ], | |
| [ | |
| 15.859547908, | |
| 99.04761904761905 | |
| ], | |
| [ | |
| 16.037603173, | |
| 97.88732394366197 | |
| ], | |
| [ | |
| 16.187062252, | |
| 98.30508474576271 | |
| ], | |
| [ | |
| 16.322569736, | |
| 98.14814814814815 | |
| ], | |
| [ | |
| 16.457071421, | |
| 97.16981132075472 | |
| ], | |
| [ | |
| 16.565448647, | |
| 97.77777777777777 | |
| ], | |
| [ | |
| 16.778659969, | |
| 99.41176470588235 | |
| ], | |
| [ | |
| 16.954810701, | |
| 97.12230215827338 | |
| ], | |
| [ | |
| 17.068083559, | |
| 97.8021978021978 | |
| ], | |
| [ | |
| 17.251353191, | |
| 97.24137931034483 | |
| ], | |
| [ | |
| 17.408747399, | |
| 99.19354838709677 | |
| ], | |
| [ | |
| 17.566893149, | |
| 99.21259842519684 | |
| ], | |
| [ | |
| 17.734625746, | |
| 98.49624060150376 | |
| ], | |
| [ | |
| 17.875978435, | |
| 99.11504424778761 | |
| ], | |
| [ | |
| 18.108936404, | |
| 99.45945945945945 | |
| ], | |
| [ | |
| 18.216172796, | |
| 98.85057471264368 | |
| ], | |
| [ | |
| 18.718827373, | |
| 100.0 | |
| ], | |
| [ | |
| 18.932793777, | |
| 99.40828402366864 | |
| ], | |
| [ | |
| 19.197807776, | |
| 98.13953488372093 | |
| ], | |
| [ | |
| 19.328497358, | |
| 97.05882352941177 | |
| ], | |
| [ | |
| 19.523613569, | |
| 99.35897435897436 | |
| ], | |
| [ | |
| 19.626911426, | |
| 97.59036144578313 | |
| ], | |
| [ | |
| 19.737416551, | |
| 98.87640449438203 | |
| ], | |
| [ | |
| 19.866358064, | |
| 98.03921568627452 | |
| ], | |
| [ | |
| 19.967685646, | |
| 98.75 | |
| ], | |
| [ | |
| 20.083132719, | |
| 95.78947368421052 | |
| ], | |
| [ | |
| 20.293092271, | |
| 97.57575757575758 | |
| ], | |
| [ | |
| 20.52893005, | |
| 98.39572192513369 | |
| ], | |
| [ | |
| 20.78648733, | |
| 98.55072463768116 | |
| ], | |
| [ | |
| 20.899121363, | |
| 97.72727272727273 | |
| ], | |
| [ | |
| 21.100379644, | |
| 98.75776397515529 | |
| ], | |
| [ | |
| 21.277694233, | |
| 99.29577464788733 | |
| ], | |
| [ | |
| 21.449168896, | |
| 99.25373134328358 | |
| ], | |
| [ | |
| 21.574654467, | |
| 96.07843137254902 | |
| ], | |
| [ | |
| 21.696585346, | |
| 98.93617021276596 | |
| ], | |
| [ | |
| 22.19721942, | |
| 98.99749373433583 | |
| ], | |
| [ | |
| 22.4249871, | |
| 100.0 | |
| ], | |
| [ | |
| 22.895212819, | |
| 99.20424403183024 | |
| ], | |
| [ | |
| 23.040197236, | |
| 95.53571428571429 | |
| ], | |
| [ | |
| 23.433006263, | |
| 98.71794871794872 | |
| ], | |
| [ | |
| 23.732826702, | |
| 99.15966386554622 | |
| ], | |
| [ | |
| 23.839731755, | |
| 100.0 | |
| ], | |
| [ | |
| 24.004691379, | |
| 98.47328244274809 | |
| ], | |
| [ | |
| 24.504889344, | |
| 99.49622166246851 | |
| ], | |
| [ | |
| 24.611392836, | |
| 96.47058823529412 | |
| ], | |
| [ | |
| 24.712887703, | |
| 100.0 | |
| ], | |
| [ | |
| 24.819697032, | |
| 97.67441860465117 | |
| ], | |
| [ | |
| 25.003250583, | |
| 99.31506849315069 | |
| ], | |
| [ | |
| 25.288520275, | |
| 99.11894273127753 | |
| ], | |
| [ | |
| 25.818770096, | |
| 99.05882352941177 | |
| ], | |
| [ | |
| 25.952015341, | |
| 100.0 | |
| ], | |
| [ | |
| 26.300195835, | |
| 100.0 | |
| ], | |
| [ | |
| 26.605683491, | |
| 98.77551020408163 | |
| ], | |
| [ | |
| 26.881261886, | |
| 99.54128440366972 | |
| ], | |
| [ | |
| 27.382365346, | |
| 96.52605459057072 | |
| ], | |
| [ | |
| 27.882634066, | |
| 96.97732997481108 | |
| ], | |
| [ | |
| 28.044289875, | |
| 100.0 | |
| ], | |
| [ | |
| 28.283988892, | |
| 99.47916666666667 | |
| ], | |
| [ | |
| 28.833229582, | |
| 99.77168949771689 | |
| ], | |
| [ | |
| 29.333472583, | |
| 97.52475247524752 | |
| ], | |
| [ | |
| 29.756759194, | |
| 97.62611275964392 | |
| ], | |
| [ | |
| 30.067330096, | |
| 99.59677419354838 | |
| ], | |
| [ | |
| 30.567585163, | |
| 99.75 | |
| ], | |
| [ | |
| 31.067809091, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 31.250024085, | |
| 99.32432432432432 | |
| ], | |
| [ | |
| 31.75127332, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 32.251527238, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 32.660133803, | |
| 99.38650306748467 | |
| ], | |
| [ | |
| 33.152251195, | |
| 99.4910941475827 | |
| ], | |
| [ | |
| 33.652743157, | |
| 99.75 | |
| ], | |
| [ | |
| 34.139730555, | |
| 99.48717948717949 | |
| ], | |
| [ | |
| 34.303660398, | |
| 100.0 | |
| ], | |
| [ | |
| 34.470433253, | |
| 100.0 | |
| ], | |
| [ | |
| 34.575318126, | |
| 98.80952380952381 | |
| ], | |
| [ | |
| 34.926347973, | |
| 99.64539007092199 | |
| ], | |
| [ | |
| 35.14617241, | |
| 98.85714285714286 | |
| ], | |
| [ | |
| 35.296321182, | |
| 99.15254237288136 | |
| ], | |
| [ | |
| 35.673927573, | |
| 99.67105263157895 | |
| ], | |
| [ | |
| 35.840552338, | |
| 98.48484848484848 | |
| ], | |
| [ | |
| 36.069863699, | |
| 99.46524064171123 | |
| ], | |
| [ | |
| 36.178227802, | |
| 100.0 | |
| ], | |
| [ | |
| 36.281783111, | |
| 96.42857142857143 | |
| ], | |
| [ | |
| 36.42026502, | |
| 98.1651376146789 | |
| ], | |
| [ | |
| 36.597547668, | |
| 98.61111111111111 | |
| ], | |
| [ | |
| 36.719618108, | |
| 97.91666666666667 | |
| ], | |
| [ | |
| 36.844518083, | |
| 100.0 | |
| ], | |
| [ | |
| 36.991847087, | |
| 98.30508474576271 | |
| ], | |
| [ | |
| 37.486801295, | |
| 99.49367088607595 | |
| ], | |
| [ | |
| 37.801205094, | |
| 99.2 | |
| ], | |
| [ | |
| 37.974012427, | |
| 97.87234042553192 | |
| ], | |
| [ | |
| 38.137976463, | |
| 100.0 | |
| ], | |
| [ | |
| 38.244734428, | |
| 100.0 | |
| ], | |
| [ | |
| 38.597270957, | |
| 99.28825622775801 | |
| ], | |
| [ | |
| 38.848346418, | |
| 99.5 | |
| ], | |
| [ | |
| 38.953806858, | |
| 98.83720930232558 | |
| ], | |
| [ | |
| 39.299308412, | |
| 98.91304347826087 | |
| ], | |
| [ | |
| 39.580828394, | |
| 99.55156950672645 | |
| ], | |
| [ | |
| 39.933697374, | |
| 99.64912280701755 | |
| ], | |
| [ | |
| 40.062003024, | |
| 97.02970297029702 | |
| ], | |
| [ | |
| 40.519176834, | |
| 99.44903581267218 | |
| ], | |
| [ | |
| 40.656468335, | |
| 99.0909090909091 | |
| ], | |
| [ | |
| 40.868156010999996, | |
| 100.0 | |
| ], | |
| [ | |
| 41.106528548, | |
| 100.0 | |
| ], | |
| [ | |
| 41.449457751, | |
| 100.0 | |
| ], | |
| [ | |
| 41.626519554, | |
| 100.0 | |
| ], | |
| [ | |
| 42.12784129, | |
| 99.75 | |
| ], | |
| [ | |
| 42.318301572, | |
| 100.0 | |
| ], | |
| [ | |
| 42.43180858, | |
| 100.0 | |
| ], | |
| [ | |
| 42.667295907, | |
| 99.47368421052632 | |
| ], | |
| [ | |
| 43.167667723, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 43.548070051, | |
| 99.67213114754098 | |
| ], | |
| [ | |
| 43.866900748, | |
| 99.6078431372549 | |
| ], | |
| [ | |
| 44.163990502, | |
| 99.57805907172995 | |
| ], | |
| [ | |
| 44.664797277, | |
| 99.75 | |
| ], | |
| [ | |
| 45.020343473, | |
| 100.0 | |
| ], | |
| [ | |
| 45.523426871, | |
| 99.75186104218362 | |
| ], | |
| [ | |
| 45.838080899, | |
| 100.0 | |
| ], | |
| [ | |
| 46.339419731, | |
| 99.25 | |
| ], | |
| [ | |
| 46.839684063, | |
| 100.0 | |
| ], | |
| [ | |
| 47.316954305, | |
| 100.0 | |
| ], | |
| [ | |
| 47.81824734, | |
| 99.75247524752476 | |
| ], | |
| [ | |
| 48.375872516, | |
| 99.5505617977528 | |
| ], | |
| [ | |
| 48.876136752, | |
| 99.75 | |
| ], | |
| [ | |
| 49.067469561, | |
| 99.34640522875817 | |
| ], | |
| [ | |
| 49.568707454, | |
| 99.75 | |
| ], | |
| [ | |
| 49.862074394, | |
| 100.0 | |
| ], | |
| [ | |
| 49.993106578, | |
| 99.00990099009901 | |
| ], | |
| [ | |
| 50.120828438, | |
| 99.03846153846153 | |
| ], | |
| [ | |
| 50.62212598, | |
| 100.0 | |
| ], | |
| [ | |
| 50.877893537, | |
| 99.51456310679612 | |
| ], | |
| [ | |
| 51.253619129, | |
| 99.33110367892976 | |
| ], | |
| [ | |
| 51.398028599, | |
| 99.1304347826087 | |
| ], | |
| [ | |
| 51.899614445, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 52.081728546, | |
| 100.0 | |
| ], | |
| [ | |
| 52.261624516, | |
| 99.30555555555556 | |
| ], | |
| [ | |
| 52.424352763, | |
| 99.21259842519684 | |
| ], | |
| [ | |
| 52.694334112, | |
| 100.0 | |
| ], | |
| [ | |
| 52.995925126, | |
| 98.73949579831933 | |
| ], | |
| [ | |
| 53.378611749, | |
| 98.6970684039088 | |
| ], | |
| [ | |
| 53.510456877, | |
| 100.0 | |
| ], | |
| [ | |
| 53.612244453, | |
| 97.5 | |
| ], | |
| [ | |
| 53.916814091, | |
| 98.76543209876543 | |
| ], | |
| [ | |
| 54.023513902, | |
| 97.72727272727273 | |
| ], | |
| [ | |
| 54.128411153, | |
| 98.79518072289157 | |
| ], | |
| [ | |
| 54.251215658, | |
| 99.0 | |
| ], | |
| [ | |
| 54.381211772, | |
| 100.0 | |
| ], | |
| [ | |
| 54.552496131, | |
| 99.27007299270073 | |
| ], | |
| [ | |
| 54.7591515, | |
| 98.19277108433735 | |
| ], | |
| [ | |
| 54.870241881, | |
| 98.86363636363636 | |
| ], | |
| [ | |
| 55.013647829, | |
| 98.26086956521739 | |
| ], | |
| [ | |
| 55.200634768, | |
| 98.63945578231292 | |
| ], | |
| [ | |
| 55.319245956, | |
| 100.0 | |
| ], | |
| [ | |
| 55.430740658, | |
| 98.88888888888889 | |
| ], | |
| [ | |
| 55.643976196, | |
| 99.41176470588235 | |
| ], | |
| [ | |
| 55.912188889, | |
| 99.53271028037383 | |
| ], | |
| [ | |
| 56.268719685, | |
| 98.93617021276596 | |
| ], | |
| [ | |
| 56.755526824, | |
| 98.9769820971867 | |
| ], | |
| [ | |
| 57.045296001, | |
| 99.1304347826087 | |
| ], | |
| [ | |
| 57.167636263, | |
| 98.96907216494846 | |
| ], | |
| [ | |
| 57.468690432, | |
| 99.1701244813278 | |
| ], | |
| [ | |
| 57.722666718, | |
| 99.50980392156863 | |
| ], | |
| [ | |
| 57.993537188, | |
| 100.0 | |
| ], | |
| [ | |
| 58.113281523, | |
| 98.93617021276596 | |
| ], | |
| [ | |
| 58.430447533, | |
| 99.21259842519684 | |
| ], | |
| [ | |
| 58.553085046, | |
| 100.0 | |
| ], | |
| [ | |
| 58.681499415, | |
| 99.03846153846153 | |
| ], | |
| [ | |
| 58.831448645, | |
| 99.15254237288136 | |
| ], | |
| [ | |
| 59.058364067, | |
| 99.45054945054945 | |
| ], | |
| [ | |
| 59.176889645, | |
| 98.91304347826087 | |
| ], | |
| [ | |
| 59.365295562, | |
| 100.0 | |
| ], | |
| [ | |
| 59.530197808, | |
| 100.0 | |
| ], | |
| [ | |
| 59.712788524, | |
| 98.61111111111111 | |
| ], | |
| [ | |
| 59.815968265, | |
| 100.0 | |
| ], | |
| [ | |
| 60.352405345, | |
| 99.76525821596245 | |
| ], | |
| [ | |
| 60.474580629, | |
| 99.0 | |
| ], | |
| [ | |
| 60.736230883, | |
| 98.55072463768116 | |
| ], | |
| [ | |
| 60.866371285, | |
| 99.04761904761905 | |
| ], | |
| [ | |
| 60.973389633, | |
| 97.67441860465117 | |
| ], | |
| [ | |
| 61.105416603, | |
| 98.0952380952381 | |
| ], | |
| [ | |
| 61.295046231, | |
| 98.01324503311258 | |
| ], | |
| [ | |
| 61.552686227, | |
| 99.00990099009901 | |
| ], | |
| [ | |
| 61.666883258, | |
| 98.9247311827957 | |
| ], | |
| [ | |
| 61.777080852, | |
| 98.85057471264368 | |
| ], | |
| [ | |
| 61.88671605, | |
| 98.88888888888889 | |
| ], | |
| [ | |
| 62.178314763, | |
| 99.56896551724138 | |
| ], | |
| [ | |
| 62.337533911, | |
| 99.21875 | |
| ], | |
| [ | |
| 62.534559455, | |
| 99.36708860759494 | |
| ], | |
| [ | |
| 62.659645471, | |
| 100.0 | |
| ], | |
| [ | |
| 62.971295529, | |
| 99.59677419354838 | |
| ], | |
| [ | |
| 63.1872621, | |
| 100.0 | |
| ], | |
| [ | |
| 63.3652846, | |
| 99.28057553956835 | |
| ], | |
| [ | |
| 63.667856931, | |
| 99.59016393442623 | |
| ], | |
| [ | |
| 63.982264028, | |
| 99.60474308300395 | |
| ], | |
| [ | |
| 64.083933395, | |
| 98.73417721518987 | |
| ], | |
| [ | |
| 64.423065332, | |
| 100.0 | |
| ], | |
| [ | |
| 64.923324712, | |
| 99.75 | |
| ], | |
| [ | |
| 65.339889336, | |
| 100.0 | |
| ], | |
| [ | |
| 65.836564016, | |
| 98.73096446700508 | |
| ], | |
| [ | |
| 66.171595428, | |
| 98.88475836431226 | |
| ], | |
| [ | |
| 66.686393769, | |
| 99.02676399026764 | |
| ], | |
| [ | |
| 66.813018252, | |
| 100.0 | |
| ], | |
| [ | |
| 67.00788611, | |
| 98.08917197452229 | |
| ], | |
| [ | |
| 67.376762172, | |
| 98.63481228668942 | |
| ], | |
| [ | |
| 67.593507324, | |
| 94.85714285714286 | |
| ], | |
| [ | |
| 67.98962687, | |
| 100.0 | |
| ], | |
| [ | |
| 68.166235449, | |
| 99.29078014184397 | |
| ], | |
| [ | |
| 68.486956057, | |
| 99.21875 | |
| ], | |
| [ | |
| 68.653109518, | |
| 100.0 | |
| ], | |
| [ | |
| 68.794935791, | |
| 99.12280701754386 | |
| ], | |
| [ | |
| 68.927252529, | |
| 99.06542056074767 | |
| ], | |
| [ | |
| 69.143971748, | |
| 98.83040935672514 | |
| ], | |
| [ | |
| 69.399294209, | |
| 99.51690821256038 | |
| ], | |
| [ | |
| 69.513451967, | |
| 98.9247311827957 | |
| ], | |
| [ | |
| 69.745451726, | |
| 98.91304347826087 | |
| ], | |
| [ | |
| 70.212562923, | |
| 99.72972972972973 | |
| ], | |
| [ | |
| 70.484701332, | |
| 99.53917050691244 | |
| ], | |
| [ | |
| 70.623657237, | |
| 100.0 | |
| ], | |
| [ | |
| 70.736592039, | |
| 100.0 | |
| ], | |
| [ | |
| 71.151460155, | |
| 99.09909909909909 | |
| ], | |
| [ | |
| 71.258590723, | |
| 98.83720930232558 | |
| ], | |
| [ | |
| 71.479009047, | |
| 99.43502824858757 | |
| ], | |
| [ | |
| 71.591093574, | |
| 96.66666666666667 | |
| ], | |
| [ | |
| 71.775445988, | |
| 99.31972789115646 | |
| ], | |
| [ | |
| 72.008604368, | |
| 98.91891891891892 | |
| ], | |
| [ | |
| 72.284094551, | |
| 93.18181818181819 | |
| ], | |
| [ | |
| 72.392910649, | |
| 88.23529411764706 | |
| ], | |
| [ | |
| 72.588895381, | |
| 87.17948717948718 | |
| ], | |
| [ | |
| 72.699204622, | |
| 87.5 | |
| ], | |
| [ | |
| 72.880333346, | |
| 87.58620689655173 | |
| ], | |
| [ | |
| 73.006726742, | |
| 87.75510204081633 | |
| ], | |
| [ | |
| 73.180633127, | |
| 86.86131386861314 | |
| ], | |
| [ | |
| 73.311763899, | |
| 87.61904761904762 | |
| ], | |
| [ | |
| 73.457197439, | |
| 86.95652173913044 | |
| ], | |
| [ | |
| 73.719870769, | |
| 88.0952380952381 | |
| ], | |
| [ | |
| 73.970662218, | |
| 88.11881188118812 | |
| ], | |
| [ | |
| 74.133601722, | |
| 87.87878787878788 | |
| ], | |
| [ | |
| 74.473520821, | |
| 95.18518518518519 | |
| ], | |
| [ | |
| 74.614635945, | |
| 99.09909909909909 | |
| ], | |
| [ | |
| 74.798782013, | |
| 98.64864864864865 | |
| ], | |
| [ | |
| 75.020202766, | |
| 90.3409090909091 | |
| ], | |
| [ | |
| 75.162172999, | |
| 87.71929824561404 | |
| ], | |
| [ | |
| 75.309213068, | |
| 86.72566371681415 | |
| ], | |
| [ | |
| 75.424198068, | |
| 88.17204301075269 | |
| ], | |
| [ | |
| 75.583958239, | |
| 87.4015748031496 | |
| ], | |
| [ | |
| 75.791760944, | |
| 96.40718562874251 | |
| ], | |
| [ | |
| 75.995678425, | |
| 99.38271604938272 | |
| ], | |
| [ | |
| 76.162890373, | |
| 98.51851851851852 | |
| ], | |
| [ | |
| 76.35592247, | |
| 92.10526315789474 | |
| ], | |
| [ | |
| 76.54866584, | |
| 90.19607843137254 | |
| ], | |
| [ | |
| 76.757455558, | |
| 98.22485207100591 | |
| ], | |
| [ | |
| 77.038506476, | |
| 98.21428571428571 | |
| ], | |
| [ | |
| 77.255723419, | |
| 98.25581395348837 | |
| ], | |
| [ | |
| 77.570537031, | |
| 98.81422924901186 | |
| ], | |
| [ | |
| 78.073965915, | |
| 98.75 | |
| ], | |
| [ | |
| 78.192657429, | |
| 100.0 | |
| ], | |
| [ | |
| 78.504928806, | |
| 99.59839357429719 | |
| ], | |
| [ | |
| 78.66750617, | |
| 99.23664122137404 | |
| ], | |
| [ | |
| 79.000971066, | |
| 99.62264150943396 | |
| ], | |
| [ | |
| 79.186165742, | |
| 99.33333333333333 | |
| ], | |
| [ | |
| 79.725651962, | |
| 97.9020979020979 | |
| ], | |
| [ | |
| 79.930694916, | |
| 99.38650306748467 | |
| ], | |
| [ | |
| 80.431615794, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 80.726494828, | |
| 85.1063829787234 | |
| ], | |
| [ | |
| 80.986841574, | |
| 98.05825242718447 | |
| ], | |
| [ | |
| 81.488268209, | |
| 92.96482412060301 | |
| ], | |
| [ | |
| 81.98852362, | |
| 90.20100502512562 | |
| ], | |
| [ | |
| 82.488736776, | |
| 96.0 | |
| ], | |
| [ | |
| 83.032278686, | |
| 98.62068965517241 | |
| ], | |
| [ | |
| 83.532504436, | |
| 98.73737373737374 | |
| ], | |
| [ | |
| 84.025939529, | |
| 93.11224489795919 | |
| ], | |
| [ | |
| 84.600579753, | |
| 96.91629955947137 | |
| ], | |
| [ | |
| 85.113560629, | |
| 99.75728155339806 | |
| ], | |
| [ | |
| 85.613808067, | |
| 100.0 | |
| ], | |
| [ | |
| 85.737221639, | |
| 100.0 | |
| ], | |
| [ | |
| 86.237426112, | |
| 100.0 | |
| ], | |
| [ | |
| 86.71704951, | |
| 99.73753280839895 | |
| ], | |
| [ | |
| 86.92688712, | |
| 100.0 | |
| ], | |
| [ | |
| 87.126625273, | |
| 99.375 | |
| ], | |
| [ | |
| 87.234029567, | |
| 97.70114942528735 | |
| ], | |
| [ | |
| 87.38247444, | |
| 99.14529914529915 | |
| ], | |
| [ | |
| 87.746486583, | |
| 96.56357388316151 | |
| ], | |
| [ | |
| 88.124656179, | |
| 100.0 | |
| ], | |
| [ | |
| 88.372984228, | |
| 98.98477157360406 | |
| ], | |
| [ | |
| 88.628172942, | |
| 100.0 | |
| ], | |
| [ | |
| 88.800697456, | |
| 100.0 | |
| ], | |
| [ | |
| 89.229655397, | |
| 99.13294797687861 | |
| ], | |
| [ | |
| 89.5521824, | |
| 85.37549407114625 | |
| ], | |
| [ | |
| 89.655765474, | |
| 96.42857142857143 | |
| ], | |
| [ | |
| 90.156027176, | |
| 97.73869346733669 | |
| ], | |
| [ | |
| 90.351540072, | |
| 99.36305732484077 | |
| ], | |
| [ | |
| 90.851820367, | |
| 99.75 | |
| ], | |
| [ | |
| 91.352047507, | |
| 100.0 | |
| ], | |
| [ | |
| 91.603860336, | |
| 100.0 | |
| ], | |
| [ | |
| 92.059087081, | |
| 97.54098360655738 | |
| ], | |
| [ | |
| 92.559313947, | |
| 92.44332493702771 | |
| ], | |
| [ | |
| 92.663465852, | |
| 90.36144578313252 | |
| ], | |
| [ | |
| 92.766771424, | |
| 91.46341463414635 | |
| ], | |
| [ | |
| 93.273274585, | |
| 95.0 | |
| ], | |
| [ | |
| 93.773590461, | |
| 84.38287153652394 | |
| ], | |
| [ | |
| 94.020579727, | |
| 97.94871794871796 | |
| ], | |
| [ | |
| 94.520792519, | |
| 91.68765743073048 | |
| ], | |
| [ | |
| 94.63244887, | |
| 80.0 | |
| ], | |
| [ | |
| 94.864524251, | |
| 89.13043478260869 | |
| ], | |
| [ | |
| 94.978580808, | |
| 98.91304347826087 | |
| ], | |
| [ | |
| 95.15747528, | |
| 99.3103448275862 | |
| ], | |
| [ | |
| 95.259759416, | |
| 94.9367088607595 | |
| ], | |
| [ | |
| 95.495096758, | |
| 89.47368421052632 | |
| ], | |
| [ | |
| 95.791531467, | |
| 97.87234042553192 | |
| ], | |
| [ | |
| 96.00235944, | |
| 98.81656804733728 | |
| ], | |
| [ | |
| 96.286571249, | |
| 100.0 | |
| ], | |
| [ | |
| 96.771230646, | |
| 97.40932642487047 | |
| ], | |
| [ | |
| 97.312266431, | |
| 99.53703703703704 | |
| ], | |
| [ | |
| 97.812557448, | |
| 94.9874686716792 | |
| ], | |
| [ | |
| 98.051320004, | |
| 86.24338624338624 | |
| ], | |
| [ | |
| 98.551531091, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 98.656567375, | |
| 100.0 | |
| ], | |
| [ | |
| 99.156784761, | |
| 92.13197969543147 | |
| ], | |
| [ | |
| 99.367164796, | |
| 97.0414201183432 | |
| ], | |
| [ | |
| 99.5570541, | |
| 99.34210526315789 | |
| ], | |
| [ | |
| 99.690251895, | |
| 100.0 | |
| ], | |
| [ | |
| 100.083315407, | |
| 100.0 | |
| ], | |
| [ | |
| 100.310661846, | |
| 99.45054945054945 | |
| ], | |
| [ | |
| 100.872020374, | |
| 98.20627802690584 | |
| ], | |
| [ | |
| 101.153432994, | |
| 99.12280701754386 | |
| ], | |
| [ | |
| 101.35084455, | |
| 98.71794871794872 | |
| ], | |
| [ | |
| 101.851710577, | |
| 100.0 | |
| ], | |
| [ | |
| 102.086500115, | |
| 99.46808510638297 | |
| ], | |
| [ | |
| 102.314303202, | |
| 97.23756906077348 | |
| ], | |
| [ | |
| 102.554439158, | |
| 97.90575916230367 | |
| ], | |
| [ | |
| 102.70276378, | |
| 94.87179487179488 | |
| ], | |
| [ | |
| 103.095866883, | |
| 98.38709677419355 | |
| ], | |
| [ | |
| 103.207802208, | |
| 98.87640449438203 | |
| ], | |
| [ | |
| 103.408722076, | |
| 98.75776397515529 | |
| ], | |
| [ | |
| 103.918091471, | |
| 99.26650366748166 | |
| ], | |
| [ | |
| 104.055291486, | |
| 100.0 | |
| ], | |
| [ | |
| 104.333355778, | |
| 99.54954954954955 | |
| ], | |
| [ | |
| 104.631104147, | |
| 95.33898305084746 | |
| ], | |
| [ | |
| 104.750740081, | |
| 98.96907216494846 | |
| ], | |
| [ | |
| 105.254510079, | |
| 99.0074441687345 | |
| ], | |
| [ | |
| 105.534931353, | |
| 99.54954954954955 | |
| ], | |
| [ | |
| 105.790754025, | |
| 99.51219512195122 | |
| ], | |
| [ | |
| 105.919599449, | |
| 100.0 | |
| ], | |
| [ | |
| 106.439620837, | |
| 99.7584541062802 | |
| ], | |
| [ | |
| 106.567063215, | |
| 100.0 | |
| ], | |
| [ | |
| 106.894797184, | |
| 99.61977186311788 | |
| ], | |
| [ | |
| 107.286893275, | |
| 99.68152866242038 | |
| ], | |
| [ | |
| 107.569962538, | |
| 100.0 | |
| ], | |
| [ | |
| 107.756951171, | |
| 100.0 | |
| ], | |
| [ | |
| 108.070106382, | |
| 99.60474308300395 | |
| ], | |
| [ | |
| 108.29487335, | |
| 99.44134078212291 | |
| ], | |
| [ | |
| 108.741082198, | |
| 100.0 | |
| ], | |
| [ | |
| 109.241338893, | |
| 99.75 | |
| ], | |
| [ | |
| 109.814104653, | |
| 99.56427015250544 | |
| ], | |
| [ | |
| 110.314325669, | |
| 99.5 | |
| ], | |
| [ | |
| 110.814543293, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 111.246302305, | |
| 99.71014492753623 | |
| ], | |
| [ | |
| 111.424437435, | |
| 99.29078014184397 | |
| ], | |
| [ | |
| 111.971679075, | |
| 99.77116704805492 | |
| ], | |
| [ | |
| 112.471955701, | |
| 96.48241206030151 | |
| ], | |
| [ | |
| 112.972170701, | |
| 99.75 | |
| ], | |
| [ | |
| 113.52072557, | |
| 91.01382488479263 | |
| ], | |
| [ | |
| 114.02140103, | |
| 100.0 | |
| ], | |
| [ | |
| 114.401945104, | |
| 98.36065573770492 | |
| ], | |
| [ | |
| 114.734849366, | |
| 87.73946360153256 | |
| ], | |
| [ | |
| 115.199950604, | |
| 91.64420485175202 | |
| ], | |
| [ | |
| 115.415310825, | |
| 99.4186046511628 | |
| ], | |
| [ | |
| 115.91894362, | |
| 99.75186104218362 | |
| ], | |
| [ | |
| 116.072501993, | |
| 99.17355371900827 | |
| ], | |
| [ | |
| 116.57336671, | |
| 99.75247524752476 | |
| ], | |
| [ | |
| 116.815765459, | |
| 100.0 | |
| ], | |
| [ | |
| 117.31598323, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 117.788135009, | |
| 100.0 | |
| ], | |
| [ | |
| 118.289044075, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 118.727281803, | |
| 99.43342776203966 | |
| ], | |
| [ | |
| 119.008339381, | |
| 99.0909090909091 | |
| ], | |
| [ | |
| 119.152965033, | |
| 99.1304347826087 | |
| ], | |
| [ | |
| 119.55112515, | |
| 99.68847352024922 | |
| ], | |
| [ | |
| 119.667533036, | |
| 98.91304347826087 | |
| ], | |
| [ | |
| 120.168339534, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 120.668599262, | |
| 100.0 | |
| ], | |
| [ | |
| 120.858512922, | |
| 100.0 | |
| ], | |
| [ | |
| 121.069019251, | |
| 99.4047619047619 | |
| ], | |
| [ | |
| 121.667042752, | |
| 99.58246346555323 | |
| ], | |
| [ | |
| 121.890097326, | |
| 99.44134078212291 | |
| ], | |
| [ | |
| 122.126386603, | |
| 99.46808510638297 | |
| ], | |
| [ | |
| 122.627697876, | |
| 99.24812030075188 | |
| ], | |
| [ | |
| 122.991945234, | |
| 100.0 | |
| ], | |
| [ | |
| 123.263851856, | |
| 100.0 | |
| ], | |
| [ | |
| 123.56912807, | |
| 99.17695473251028 | |
| ], | |
| [ | |
| 123.804113531, | |
| 97.88359788359789 | |
| ], | |
| [ | |
| 123.986947293, | |
| 95.89041095890411 | |
| ], | |
| [ | |
| 124.150205008, | |
| 98.46153846153847 | |
| ], | |
| [ | |
| 124.65115482, | |
| 99.5 | |
| ], | |
| [ | |
| 125.151408228, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 125.389060732, | |
| 100.0 | |
| ], | |
| [ | |
| 125.610394633, | |
| 98.87640449438203 | |
| ], | |
| [ | |
| 126.110604731, | |
| 98.7468671679198 | |
| ], | |
| [ | |
| 126.482046331, | |
| 93.24324324324324 | |
| ], | |
| [ | |
| 126.982377942, | |
| 91.4572864321608 | |
| ], | |
| [ | |
| 127.48263690900001, | |
| 98.99497487437186 | |
| ], | |
| [ | |
| 127.982859339, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 128.483076224, | |
| 99.25 | |
| ], | |
| [ | |
| 128.983302132, | |
| 83.66834170854271 | |
| ], | |
| [ | |
| 129.506089449, | |
| 88.88888888888889 | |
| ], | |
| [ | |
| 130.006416886, | |
| 95.98997493734336 | |
| ], | |
| [ | |
| 130.506653057, | |
| 99.24812030075188 | |
| ], | |
| [ | |
| 131.099295669, | |
| 99.57805907172995 | |
| ], | |
| [ | |
| 131.599590813, | |
| 91.4572864321608 | |
| ], | |
| [ | |
| 132.099804696, | |
| 92.9471032745592 | |
| ], | |
| [ | |
| 132.592649263, | |
| 96.42857142857143 | |
| ], | |
| [ | |
| 133.162547653, | |
| 97.37991266375546 | |
| ], | |
| [ | |
| 133.662780208, | |
| 98.25 | |
| ], | |
| [ | |
| 134.162996576, | |
| 98.49246231155779 | |
| ], | |
| [ | |
| 134.663217868, | |
| 99.5 | |
| ], | |
| [ | |
| 135.163430089, | |
| 84.88664987405542 | |
| ], | |
| [ | |
| 135.663651321, | |
| 95.44303797468355 | |
| ], | |
| [ | |
| 136.163874823, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 136.66408581, | |
| 94.73684210526316 | |
| ], | |
| [ | |
| 136.784901395, | |
| 100.0 | |
| ], | |
| [ | |
| 137.285112419, | |
| 99.24812030075188 | |
| ], | |
| [ | |
| 137.785325997, | |
| 95.73934837092732 | |
| ], | |
| [ | |
| 138.058531487, | |
| 100.0 | |
| ], | |
| [ | |
| 138.559349468, | |
| 99.75 | |
| ], | |
| [ | |
| 138.905633774, | |
| 99.6415770609319 | |
| ], | |
| [ | |
| 139.405858478, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 139.906068812, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 140.157032645, | |
| 99.4949494949495 | |
| ], | |
| [ | |
| 140.657869743, | |
| 99.75247524752476 | |
| ], | |
| [ | |
| 141.15813486, | |
| 99.2462311557789 | |
| ], | |
| [ | |
| 141.658353327, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 142.158570458, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 142.339520199, | |
| 99.30555555555556 | |
| ], | |
| [ | |
| 142.840340208, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 143.340596005, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 143.663977395, | |
| 100.0 | |
| ], | |
| [ | |
| 144.164196308, | |
| 100.0 | |
| ], | |
| [ | |
| 144.550943425, | |
| 99.35691318327974 | |
| ], | |
| [ | |
| 145.051764694, | |
| 98.74371859296483 | |
| ], | |
| [ | |
| 145.639250362, | |
| 98.51063829787233 | |
| ], | |
| [ | |
| 146.139470961, | |
| 95.71788413098237 | |
| ], | |
| [ | |
| 146.639687658, | |
| 96.96969696969697 | |
| ], | |
| [ | |
| 147.139895053, | |
| 94.72361809045226 | |
| ], | |
| [ | |
| 147.643936077, | |
| 99.50248756218906 | |
| ], | |
| [ | |
| 148.144152283, | |
| 99.75 | |
| ], | |
| [ | |
| 148.64436183, | |
| 99.24433249370277 | |
| ], | |
| [ | |
| 149.144586274, | |
| 99.50124688279301 | |
| ], | |
| [ | |
| 149.644844914, | |
| 99.25 | |
| ], | |
| [ | |
| 150.128286878, | |
| 98.96103896103897 | |
| ], | |
| [ | |
| 150.629306496, | |
| 99.24433249370277 | |
| ], | |
| [ | |
| 150.729413221, | |
| 100.0 | |
| ], | |
| [ | |
| 151.229636893, | |
| 99.5 | |
| ], | |
| [ | |
| 151.729862219, | |
| 98.7468671679198 | |
| ], | |
| [ | |
| 152.230084639, | |
| 99.75 | |
| ], | |
| [ | |
| 152.490550279, | |
| 100.0 | |
| ], | |
| [ | |
| 152.760188277, | |
| 100.0 | |
| ], | |
| [ | |
| 153.260990516, | |
| 90.97744360902256 | |
| ], | |
| [ | |
| 153.76124186, | |
| 93.23308270676692 | |
| ], | |
| [ | |
| 154.329575959, | |
| 99.78118161925602 | |
| ], | |
| [ | |
| 154.829792863, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 155.330020406, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 155.830252201, | |
| 99.75 | |
| ], | |
| [ | |
| 156.330473271, | |
| 97.72727272727273 | |
| ], | |
| [ | |
| 156.830691761, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 157.332040179, | |
| 95.97989949748744 | |
| ], | |
| [ | |
| 157.832249893, | |
| 99.75 | |
| ], | |
| [ | |
| 157.935981712, | |
| 100.0 | |
| ], | |
| [ | |
| 158.436789241, | |
| 100.0 | |
| ], | |
| [ | |
| 158.963689334, | |
| 99.76303317535545 | |
| ], | |
| [ | |
| 159.463911666, | |
| 99.75 | |
| ], | |
| [ | |
| 159.964130203, | |
| 100.0 | |
| ], | |
| [ | |
| 160.464359173, | |
| 99.75 | |
| ], | |
| [ | |
| 160.92580384, | |
| 99.73118279569893 | |
| ], | |
| [ | |
| 161.383112358, | |
| 100.0 | |
| ], | |
| [ | |
| 161.883378526, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 162.383594927, | |
| 100.0 | |
| ], | |
| [ | |
| 162.767755322, | |
| 100.0 | |
| ], | |
| [ | |
| 163.268575574, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 163.768836951, | |
| 100.0 | |
| ], | |
| [ | |
| 163.905436101, | |
| 100.0 | |
| ], | |
| [ | |
| 164.405650758, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 164.816460813, | |
| 99.07692307692308 | |
| ], | |
| [ | |
| 165.317266854, | |
| 99.25 | |
| ], | |
| [ | |
| 165.817524947, | |
| 99.75186104218362 | |
| ], | |
| [ | |
| 166.317742433, | |
| 99.75 | |
| ], | |
| [ | |
| 166.817959986, | |
| 99.75 | |
| ], | |
| [ | |
| 167.318167349, | |
| 99.2462311557789 | |
| ], | |
| [ | |
| 167.439930536, | |
| 100.0 | |
| ], | |
| [ | |
| 167.940768314, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 168.441016812, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 168.941225325, | |
| 100.0 | |
| ], | |
| [ | |
| 169.275326048, | |
| 99.6268656716418 | |
| ], | |
| [ | |
| 169.775955397, | |
| 99.75 | |
| ], | |
| [ | |
| 170.264265883, | |
| 99.74358974358974 | |
| ], | |
| [ | |
| 170.76540558599999, | |
| 85.25 | |
| ], | |
| [ | |
| 171.265618597, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 171.765839765, | |
| 99.75 | |
| ], | |
| [ | |
| 172.266047577, | |
| 100.0 | |
| ], | |
| [ | |
| 172.766263992, | |
| 97.4937343358396 | |
| ], | |
| [ | |
| 173.215627305, | |
| 99.72144846796657 | |
| ], | |
| [ | |
| 173.715832777, | |
| 94.45843828715365 | |
| ], | |
| [ | |
| 174.216046192, | |
| 100.0 | |
| ], | |
| [ | |
| 174.716268282, | |
| 99.50124688279301 | |
| ], | |
| [ | |
| 175.216490663, | |
| 100.0 | |
| ], | |
| [ | |
| 175.716712842, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 176.216926562, | |
| 99.49748743718592 | |
| ], | |
| [ | |
| 176.803178294, | |
| 99.57446808510639 | |
| ], | |
| [ | |
| 177.164382395, | |
| 100.0 | |
| ], | |
| [ | |
| 177.664598924, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 178.164820827, | |
| 100.0 | |
| ], | |
| [ | |
| 178.665041579, | |
| 99.75 | |
| ], | |
| [ | |
| 179.165265481, | |
| 100.0 | |
| ], | |
| [ | |
| 179.668305811, | |
| 99.75186104218362 | |
| ], | |
| [ | |
| 180.168513826, | |
| 100.0 | |
| ], | |
| [ | |
| 180.548247029, | |
| 99.00990099009901 | |
| ], | |
| [ | |
| 181.049020019, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 181.549267403, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 181.791590736, | |
| 100.0 | |
| ], | |
| [ | |
| 182.291851567, | |
| 99.5 | |
| ], | |
| [ | |
| 182.792062428, | |
| 99.75 | |
| ], | |
| [ | |
| 183.292286814, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 183.792505596, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 184.292736381, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 184.792960894, | |
| 99.75 | |
| ], | |
| [ | |
| 185.293171756, | |
| 99.75 | |
| ], | |
| [ | |
| 185.793408485, | |
| 100.0 | |
| ], | |
| [ | |
| 186.293625362, | |
| 99.75 | |
| ], | |
| [ | |
| 186.793845131, | |
| 88.69346733668341 | |
| ], | |
| [ | |
| 187.35855836, | |
| 99.5575221238938 | |
| ], | |
| [ | |
| 187.858833427, | |
| 100.0 | |
| ], | |
| [ | |
| 188.359055689, | |
| 100.0 | |
| ], | |
| [ | |
| 188.859282847, | |
| 99.5 | |
| ], | |
| [ | |
| 189.359508079, | |
| 99.75 | |
| ], | |
| [ | |
| 189.666306211, | |
| 100.0 | |
| ], | |
| [ | |
| 190.16748072, | |
| 95.75 | |
| ], | |
| [ | |
| 190.667696007, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 191.16791089, | |
| 97.4937343358396 | |
| ], | |
| [ | |
| 191.67269361, | |
| 91.29353233830845 | |
| ], | |
| [ | |
| 192.172924992, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 192.770974669, | |
| 98.96049896049897 | |
| ], | |
| [ | |
| 193.271229086, | |
| 100.0 | |
| ], | |
| [ | |
| 193.652825833, | |
| 100.0 | |
| ], | |
| [ | |
| 194.153042473, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 194.653255703, | |
| 99.50124688279301 | |
| ], | |
| [ | |
| 194.805230611, | |
| 99.16666666666667 | |
| ], | |
| [ | |
| 195.306375203, | |
| 99.50248756218906 | |
| ], | |
| [ | |
| 195.591890714, | |
| 99.56140350877193 | |
| ], | |
| [ | |
| 196.092103029, | |
| 98.99497487437186 | |
| ], | |
| [ | |
| 196.592314304, | |
| 98.99749373433583 | |
| ], | |
| [ | |
| 197.092527039, | |
| 99.2462311557789 | |
| ], | |
| [ | |
| 197.592744419, | |
| 99.25 | |
| ], | |
| [ | |
| 198.092955203, | |
| 99.75 | |
| ], | |
| [ | |
| 198.593166243, | |
| 100.0 | |
| ], | |
| [ | |
| 199.093384889, | |
| 99.25187032418953 | |
| ], | |
| [ | |
| 199.593584593, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 200.093788417, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 200.594076032, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 201.094285545, | |
| 88.0 | |
| ], | |
| [ | |
| 201.594482519, | |
| 86.83544303797468 | |
| ], | |
| [ | |
| 202.094686468, | |
| 87.43718592964824 | |
| ], | |
| [ | |
| 202.594891242, | |
| 87.12121212121212 | |
| ], | |
| [ | |
| 203.095104825, | |
| 92.73182957393483 | |
| ], | |
| [ | |
| 203.596583455, | |
| 93.98496240601504 | |
| ], | |
| [ | |
| 203.998687363, | |
| 99.68944099378882 | |
| ], | |
| [ | |
| 204.49958218, | |
| 92.23057644110276 | |
| ], | |
| [ | |
| 204.999821792, | |
| 100.0 | |
| ], | |
| [ | |
| 205.500034699, | |
| 100.0 | |
| ], | |
| [ | |
| 206.000239969, | |
| 100.0 | |
| ], | |
| [ | |
| 206.500450096, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 207.000661894, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 207.352431022, | |
| 100.0 | |
| ], | |
| [ | |
| 207.852637152, | |
| 100.0 | |
| ], | |
| [ | |
| 208.352842701, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 208.853046768, | |
| 99.75 | |
| ], | |
| [ | |
| 209.353259911, | |
| 100.0 | |
| ], | |
| [ | |
| 209.853481974, | |
| 99.75247524752476 | |
| ], | |
| [ | |
| 210.353685796, | |
| 100.0 | |
| ], | |
| [ | |
| 210.854006561, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 211.354209248, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 211.854417362, | |
| 100.0 | |
| ], | |
| [ | |
| 212.354619833, | |
| 99.75 | |
| ], | |
| [ | |
| 212.854830375, | |
| 99.5 | |
| ], | |
| [ | |
| 213.355042766, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 213.910574218, | |
| 99.77578475336323 | |
| ], | |
| [ | |
| 214.410811723, | |
| 100.0 | |
| ], | |
| [ | |
| 214.560000387, | |
| 99.15966386554622 | |
| ], | |
| [ | |
| 214.872284563, | |
| 99.59839357429719 | |
| ], | |
| [ | |
| 215.203878159, | |
| 100.0 | |
| ], | |
| [ | |
| 215.729923299, | |
| 99.52380952380952 | |
| ], | |
| [ | |
| 216.230177237, | |
| 100.0 | |
| ], | |
| [ | |
| 216.730400692, | |
| 99.75 | |
| ], | |
| [ | |
| 217.230613423, | |
| 100.0 | |
| ], | |
| [ | |
| 217.730814484, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 218.231039657, | |
| 100.0 | |
| ], | |
| [ | |
| 218.731674031, | |
| 100.0 | |
| ], | |
| [ | |
| 219.231875831, | |
| 99.5 | |
| ], | |
| [ | |
| 219.732089043, | |
| 99.75 | |
| ], | |
| [ | |
| 220.232305598, | |
| 96.75 | |
| ], | |
| [ | |
| 220.732525738, | |
| 98.24561403508773 | |
| ], | |
| [ | |
| 221.232743756, | |
| 100.0 | |
| ], | |
| [ | |
| 221.732955719, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 222.233172903, | |
| 100.0 | |
| ], | |
| [ | |
| 222.733405421, | |
| 96.50872817955113 | |
| ], | |
| [ | |
| 223.323956261, | |
| 86.66666666666667 | |
| ], | |
| [ | |
| 223.824168016, | |
| 89.64646464646465 | |
| ], | |
| [ | |
| 224.324382363, | |
| 86.11111111111111 | |
| ], | |
| [ | |
| 224.824594653, | |
| 83.41708542713567 | |
| ], | |
| [ | |
| 225.324823723, | |
| 86.5482233502538 | |
| ], | |
| [ | |
| 225.824999305, | |
| 85.75063613231552 | |
| ], | |
| [ | |
| 226.325223092, | |
| 86.32911392405063 | |
| ], | |
| [ | |
| 226.825404544, | |
| 86.32911392405063 | |
| ], | |
| [ | |
| 227.325606326, | |
| 86.07594936708861 | |
| ], | |
| [ | |
| 227.825808239, | |
| 95.98997493734336 | |
| ], | |
| [ | |
| 228.326012498, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 228.826236484, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 229.326453078, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 229.826667227, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 230.326885234, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 230.827101985, | |
| 99.2462311557789 | |
| ], | |
| [ | |
| 231.32731287, | |
| 100.0 | |
| ], | |
| [ | |
| 231.827528337, | |
| 99.75 | |
| ], | |
| [ | |
| 232.327740615, | |
| 100.0 | |
| ], | |
| [ | |
| 232.827954526, | |
| 99.75 | |
| ], | |
| [ | |
| 233.328169275, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 233.828367783, | |
| 99.74937343358395 | |
| ], | |
| [ | |
| 234.328576805, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 234.828788575, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 235.329000452, | |
| 99.2462311557789 | |
| ], | |
| [ | |
| 235.829192996, | |
| 99.5 | |
| ], | |
| [ | |
| 236.329409026, | |
| 99.00249376558604 | |
| ], | |
| [ | |
| 236.829611076, | |
| 99.25 | |
| ], | |
| [ | |
| 237.329825803, | |
| 99.24812030075188 | |
| ], | |
| [ | |
| 237.502016804, | |
| 100.0 | |
| ], | |
| [ | |
| 238.002759567, | |
| 93.45088161209068 | |
| ], | |
| [ | |
| 238.502966891, | |
| 91.43576826196474 | |
| ], | |
| [ | |
| 239.003168726, | |
| 84.27835051546391 | |
| ], | |
| [ | |
| 239.50337393, | |
| 86.58227848101266 | |
| ], | |
| [ | |
| 240.003585814, | |
| 84.2239185750636 | |
| ], | |
| [ | |
| 240.503796965, | |
| 83.41708542713567 | |
| ], | |
| [ | |
| 241.004000729, | |
| 80.95238095238095 | |
| ], | |
| [ | |
| 241.504209582, | |
| 86.61616161616162 | |
| ], | |
| [ | |
| 242.004424054, | |
| 86.5482233502538 | |
| ], | |
| [ | |
| 242.50463108, | |
| 85.78680203045685 | |
| ], | |
| [ | |
| 243.004841543, | |
| 85.82278481012658 | |
| ], | |
| [ | |
| 243.505041757, | |
| 85.93350383631713 | |
| ], | |
| [ | |
| 244.005243779, | |
| 85.49618320610688 | |
| ], | |
| [ | |
| 244.505474386, | |
| 85.71428571428572 | |
| ], | |
| [ | |
| 245.005675803, | |
| 87.0886075949367 | |
| ], | |
| [ | |
| 245.505886715, | |
| 87.75 | |
| ], | |
| [ | |
| 246.00609541, | |
| 85.82278481012658 | |
| ], | |
| [ | |
| 246.506308085, | |
| 87.12121212121212 | |
| ], | |
| [ | |
| 247.006518129, | |
| 86.32911392405063 | |
| ], | |
| [ | |
| 247.506718536, | |
| 86.80203045685279 | |
| ], | |
| [ | |
| 248.006916055, | |
| 86.58227848101266 | |
| ], | |
| [ | |
| 248.507124013, | |
| 86.29441624365482 | |
| ], | |
| [ | |
| 249.007326539, | |
| 86.68341708542714 | |
| ], | |
| [ | |
| 249.50751773, | |
| 87.5 | |
| ], | |
| [ | |
| 250.007727867, | |
| 90.4040404040404 | |
| ], | |
| [ | |
| 250.590341227, | |
| 99.3576017130621 | |
| ], | |
| [ | |
| 251.090556565, | |
| 97.23618090452261 | |
| ], | |
| [ | |
| 251.590768198, | |
| 85.35353535353535 | |
| ], | |
| [ | |
| 252.090957013, | |
| 82.39795918367346 | |
| ], | |
| [ | |
| 252.591165509, | |
| 83.88746803069054 | |
| ], | |
| [ | |
| 253.091375931, | |
| 99.75 | |
| ], | |
| [ | |
| 253.591581417, | |
| 100.0 | |
| ], | |
| [ | |
| 254.091779047, | |
| 99.5 | |
| ], | |
| [ | |
| 254.591981757, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 255.092181227, | |
| 92.98245614035088 | |
| ], | |
| [ | |
| 255.592387004, | |
| 96.98492462311557 | |
| ], | |
| [ | |
| 256.092601595, | |
| 100.0 | |
| ], | |
| [ | |
| 256.592809282, | |
| 100.0 | |
| ], | |
| [ | |
| 257.093015232, | |
| 99.5 | |
| ], | |
| [ | |
| 257.593210192, | |
| 100.0 | |
| ], | |
| [ | |
| 258.093390739, | |
| 99.50248756218906 | |
| ], | |
| [ | |
| 258.593596191, | |
| 99.50124688279301 | |
| ], | |
| [ | |
| 259.093781254, | |
| 100.0 | |
| ], | |
| [ | |
| 259.593978538, | |
| 99.50124688279301 | |
| ], | |
| [ | |
| 260.094192618, | |
| 100.0 | |
| ], | |
| [ | |
| 260.59439459, | |
| 100.0 | |
| ], | |
| [ | |
| 261.094599161, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 261.300351566, | |
| 98.78787878787878 | |
| ], | |
| [ | |
| 261.801631719, | |
| 90.79601990049751 | |
| ], | |
| [ | |
| 262.301857563, | |
| 92.73182957393483 | |
| ], | |
| [ | |
| 262.802065215, | |
| 84.92462311557789 | |
| ], | |
| [ | |
| 263.302270129, | |
| 87.53117206982543 | |
| ], | |
| [ | |
| 263.802473521, | |
| 83.41708542713567 | |
| ], | |
| [ | |
| 264.302676982, | |
| 79.25 | |
| ], | |
| [ | |
| 264.802873667, | |
| 74.18546365914787 | |
| ], | |
| [ | |
| 265.303084917, | |
| 72.22222222222223 | |
| ], | |
| [ | |
| 265.803291144, | |
| 70.92731829573935 | |
| ], | |
| [ | |
| 266.30349746, | |
| 75.25252525252526 | |
| ], | |
| [ | |
| 266.803696386, | |
| 71.9298245614035 | |
| ], | |
| [ | |
| 267.30390507, | |
| 73.09644670050761 | |
| ], | |
| [ | |
| 267.804104762, | |
| 71.46464646464646 | |
| ], | |
| [ | |
| 268.304302714, | |
| 75.12562814070353 | |
| ], | |
| [ | |
| 268.804503545, | |
| 74.17721518987342 | |
| ], | |
| [ | |
| 269.304716788, | |
| 73.23232323232324 | |
| ], | |
| [ | |
| 269.804875545, | |
| 75.75757575757575 | |
| ], | |
| [ | |
| 270.305032708, | |
| 78.64321608040201 | |
| ], | |
| [ | |
| 270.805231899, | |
| 84.0909090909091 | |
| ], | |
| [ | |
| 271.305400648, | |
| 83.6272040302267 | |
| ], | |
| [ | |
| 271.805558341, | |
| 77.52525252525253 | |
| ], | |
| [ | |
| 272.305760396, | |
| 71.67919799498748 | |
| ], | |
| [ | |
| 272.805952749, | |
| 86.29441624365482 | |
| ], | |
| [ | |
| 273.306154782, | |
| 77.35368956743002 | |
| ], | |
| [ | |
| 273.806355956, | |
| 84.30379746835443 | |
| ], | |
| [ | |
| 274.306555897, | |
| 85.60606060606061 | |
| ], | |
| [ | |
| 274.806760687, | |
| 85.12820512820512 | |
| ], | |
| [ | |
| 275.306955275, | |
| 79.94923857868021 | |
| ], | |
| [ | |
| 275.807157316, | |
| 83.08080808080808 | |
| ], | |
| [ | |
| 276.307358989, | |
| 90.5 | |
| ], | |
| [ | |
| 276.807561291, | |
| 98.74055415617129 | |
| ], | |
| [ | |
| 277.307756066, | |
| 96.98492462311557 | |
| ], | |
| [ | |
| 277.807958713, | |
| 98.25 | |
| ], | |
| [ | |
| 278.308158297, | |
| 86.46616541353383 | |
| ], | |
| [ | |
| 278.671092003, | |
| 92.63157894736842 | |
| ], | |
| [ | |
| 279.173003308, | |
| 98.24561403508773 | |
| ], | |
| [ | |
| 279.673635245, | |
| 98.50746268656717 | |
| ], | |
| [ | |
| 280.173837669, | |
| 99.25187032418953 | |
| ], | |
| [ | |
| 280.674056458, | |
| 95.71788413098237 | |
| ], | |
| [ | |
| 281.174259341, | |
| 95.21410579345088 | |
| ], | |
| [ | |
| 281.674464407, | |
| 97.21518987341773 | |
| ], | |
| [ | |
| 282.174670529, | |
| 99.75 | |
| ], | |
| [ | |
| 282.674881382, | |
| 96.99248120300751 | |
| ], | |
| [ | |
| 283.175114402, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 283.675323539, | |
| 100.0 | |
| ], | |
| [ | |
| 284.175527073, | |
| 93.25 | |
| ], | |
| [ | |
| 284.675731566, | |
| 81.95488721804512 | |
| ], | |
| [ | |
| 285.175940802, | |
| 80.70175438596492 | |
| ], | |
| [ | |
| 285.676154902, | |
| 80.45112781954887 | |
| ], | |
| [ | |
| 286.176357128, | |
| 80.54862842892769 | |
| ], | |
| [ | |
| 286.67655789, | |
| 76.84478371501272 | |
| ], | |
| [ | |
| 287.176765723, | |
| 83.6734693877551 | |
| ], | |
| [ | |
| 287.676960864, | |
| 76.33587786259542 | |
| ], | |
| [ | |
| 288.177169074, | |
| 70.35175879396985 | |
| ], | |
| [ | |
| 288.677388642, | |
| 80.75 | |
| ], | |
| [ | |
| 289.177586428, | |
| 75.0 | |
| ], | |
| [ | |
| 289.677778393, | |
| 80.8080808080808 | |
| ], | |
| [ | |
| 290.177984867, | |
| 75.12562814070353 | |
| ], | |
| [ | |
| 290.678192709, | |
| 73.92405063291139 | |
| ], | |
| [ | |
| 291.178399815, | |
| 73.85786802030456 | |
| ], | |
| [ | |
| 291.678613168, | |
| 74.43037974683544 | |
| ], | |
| [ | |
| 292.178837337, | |
| 80.20050125313284 | |
| ], | |
| [ | |
| 292.679000357, | |
| 68.42105263157895 | |
| ], | |
| [ | |
| 293.179198199, | |
| 81.06060606060606 | |
| ], | |
| [ | |
| 293.679407552, | |
| 81.21827411167513 | |
| ], | |
| [ | |
| 294.179611093, | |
| 82.0253164556962 | |
| ], | |
| [ | |
| 294.679808406, | |
| 80.05050505050505 | |
| ], | |
| [ | |
| 294.820243892, | |
| 78.76106194690266 | |
| ], | |
| [ | |
| 294.986017472, | |
| 87.21804511278195 | |
| ], | |
| [ | |
| 295.119729886, | |
| 86.66666666666667 | |
| ], | |
| [ | |
| 295.62025643, | |
| 92.1119592875318 | |
| ], | |
| [ | |
| 296.120461662, | |
| 91.95979899497488 | |
| ], | |
| [ | |
| 296.620673093, | |
| 94.22110552763819 | |
| ], | |
| [ | |
| 297.12087859, | |
| 72.61306532663316 | |
| ], | |
| [ | |
| 297.621091142, | |
| 80.15075376884423 | |
| ], | |
| [ | |
| 298.121298865, | |
| 87.5 | |
| ], | |
| [ | |
| 298.621524575, | |
| 80.45112781954887 | |
| ], | |
| [ | |
| 299.121727483, | |
| 85.71428571428572 | |
| ], | |
| [ | |
| 299.62193191, | |
| 97.5 | |
| ], | |
| [ | |
| 300.122129763, | |
| 96.2406015037594 | |
| ], | |
| [ | |
| 300.622329978, | |
| 93.26683291770574 | |
| ], | |
| [ | |
| 301.122538828, | |
| 84.67336683417085 | |
| ], | |
| [ | |
| 301.622736012, | |
| 90.63291139240506 | |
| ], | |
| [ | |
| 302.122939868, | |
| 88.16120906801008 | |
| ], | |
| [ | |
| 302.623148153, | |
| 83.29177057356608 | |
| ], | |
| [ | |
| 303.123358216, | |
| 80.95238095238095 | |
| ], | |
| [ | |
| 303.526460823, | |
| 87.22741433021807 | |
| ], | |
| [ | |
| 303.702470266, | |
| 87.85714285714286 | |
| ], | |
| [ | |
| 304.206057567, | |
| 87.31343283582089 | |
| ], | |
| [ | |
| 304.706277993, | |
| 85.25 | |
| ], | |
| [ | |
| 305.20648637, | |
| 80.15075376884423 | |
| ], | |
| [ | |
| 305.706701488, | |
| 87.5 | |
| ], | |
| [ | |
| 305.877304911, | |
| 87.31343283582089 | |
| ], | |
| [ | |
| 306.377534906, | |
| 87.56218905472636 | |
| ], | |
| [ | |
| 306.877742633, | |
| 82.75 | |
| ], | |
| [ | |
| 307.377950125, | |
| 79.64824120603015 | |
| ], | |
| [ | |
| 307.87816099, | |
| 84.9624060150376 | |
| ], | |
| [ | |
| 308.378377758, | |
| 87.468671679198 | |
| ], | |
| [ | |
| 308.878589058, | |
| 93.96984924623115 | |
| ], | |
| [ | |
| 309.378794437, | |
| 99.25 | |
| ], | |
| [ | |
| 309.879009754, | |
| 100.0 | |
| ], | |
| [ | |
| 310.379216959, | |
| 100.0 | |
| ], | |
| [ | |
| 310.879424333, | |
| 100.0 | |
| ], | |
| [ | |
| 311.389390033, | |
| 99.75490196078431 | |
| ], | |
| [ | |
| 311.88960514, | |
| 99.75 | |
| ], | |
| [ | |
| 312.389805307, | |
| 99.75 | |
| ], | |
| [ | |
| 312.890022717, | |
| 96.99248120300751 | |
| ], | |
| [ | |
| 313.390231954, | |
| 99.25187032418953 | |
| ], | |
| [ | |
| 313.890433748, | |
| 100.0 | |
| ], | |
| [ | |
| 314.390636855, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 314.890846328, | |
| 100.0 | |
| ], | |
| [ | |
| 315.391066252, | |
| 100.0 | |
| ], | |
| [ | |
| 315.891281717, | |
| 99.50124688279301 | |
| ], | |
| [ | |
| 316.391488589, | |
| 87.87878787878788 | |
| ], | |
| [ | |
| 316.891697496, | |
| 86.29441624365482 | |
| ], | |
| [ | |
| 317.391915433, | |
| 92.15189873417721 | |
| ], | |
| [ | |
| 317.892122248, | |
| 100.0 | |
| ], | |
| [ | |
| 318.392330264, | |
| 99.5 | |
| ], | |
| [ | |
| 318.594182189, | |
| 99.38650306748467 | |
| ], | |
| [ | |
| 319.096754344, | |
| 91.13924050632912 | |
| ], | |
| [ | |
| 319.596998087, | |
| 94.1919191919192 | |
| ], | |
| [ | |
| 320.097207823, | |
| 99.75 | |
| ], | |
| [ | |
| 320.597407869, | |
| 99.25742574257426 | |
| ], | |
| [ | |
| 321.097609015, | |
| 98.7468671679198 | |
| ], | |
| [ | |
| 321.597802005, | |
| 99.2462311557789 | |
| ], | |
| [ | |
| 321.698188058, | |
| 98.73417721518987 | |
| ], | |
| [ | |
| 322.198378826, | |
| 96.48241206030151 | |
| ], | |
| [ | |
| 322.698579656, | |
| 98.24120603015075 | |
| ], | |
| [ | |
| 323.198786532, | |
| 99.50124688279301 | |
| ], | |
| [ | |
| 323.698999916, | |
| 95.7286432160804 | |
| ], | |
| [ | |
| 324.199208841, | |
| 100.0 | |
| ], | |
| [ | |
| 324.699419241, | |
| 99.5 | |
| ], | |
| [ | |
| 325.199627781, | |
| 99.75062344139651 | |
| ], | |
| [ | |
| 325.699838443, | |
| 100.0 | |
| ], | |
| [ | |
| 326.200052359, | |
| 98.75311720698254 | |
| ], | |
| [ | |
| 326.700254917, | |
| 96.48241206030151 | |
| ], | |
| [ | |
| 327.200466751, | |
| 98.99749373433583 | |
| ], | |
| [ | |
| 327.749288659, | |
| 99.31350114416476 | |
| ], | |
| [ | |
| 328.249499848, | |
| 86.90176322418137 | |
| ], | |
| [ | |
| 328.483750324, | |
| 90.8108108108108 | |
| ], | |
| [ | |
| 328.983935122, | |
| 96.70886075949367 | |
| ], | |
| [ | |
| 329.575530027, | |
| 98.10126582278481 | |
| ], | |
| [ | |
| 330.075748582, | |
| 92.46231155778895 | |
| ], | |
| [ | |
| 330.575910203, | |
| 92.17171717171718 | |
| ], | |
| [ | |
| 331.07611714, | |
| 87.5 | |
| ], | |
| [ | |
| 331.654597084, | |
| 96.52173913043478 | |
| ], | |
| [ | |
| 332.154807279, | |
| 83.29113924050633 | |
| ], | |
| [ | |
| 332.65500562, | |
| 98.7468671679198 | |
| ], | |
| [ | |
| 333.155213992, | |
| 88.35443037974683 | |
| ], | |
| [ | |
| 333.655410274, | |
| 85.8942065491184 | |
| ], | |
| [ | |
| 334.15559415, | |
| 92.69521410579345 | |
| ], | |
| [ | |
| 334.655795725, | |
| 90.9090909090909 | |
| ], | |
| [ | |
| 335.155999961, | |
| 96.72544080604534 | |
| ], | |
| [ | |
| 335.656195864, | |
| 94.9748743718593 | |
| ], | |
| [ | |
| 336.156396706, | |
| 77.35368956743002 | |
| ], | |
| [ | |
| 336.656598728, | |
| 83.12020460358056 | |
| ], | |
| [ | |
| 337.156804175, | |
| 90.86294416243655 | |
| ], | |
| [ | |
| 337.657008663, | |
| 94.9748743718593 | |
| ], | |
| [ | |
| 338.1572072, | |
| 96.4735516372796 | |
| ], | |
| [ | |
| 338.657398077, | |
| 83.1234256926952 | |
| ], | |
| [ | |
| 339.157592306, | |
| 87.37373737373737 | |
| ], | |
| [ | |
| 339.657808526, | |
| 94.47236180904522 | |
| ], | |
| [ | |
| 340.157983045, | |
| 92.17171717171718 | |
| ], | |
| [ | |
| 340.65817806, | |
| 96.46464646464646 | |
| ], | |
| [ | |
| 341.158378754, | |
| 81.37755102040816 | |
| ], | |
| [ | |
| 341.658568884, | |
| 95.23809523809524 | |
| ], | |
| [ | |
| 342.158763867, | |
| 98.2367758186398 | |
| ], | |
| [ | |
| 342.658962888, | |
| 92.42424242424242 | |
| ], | |
| [ | |
| 343.159163972, | |
| 92.42424242424242 | |
| ], | |
| [ | |
| 343.65936196, | |
| 93.14720812182742 | |
| ], | |
| [ | |
| 344.159570951, | |
| 92.98245614035088 | |
| ], | |
| [ | |
| 344.659769561, | |
| 72.97979797979798 | |
| ], | |
| [ | |
| 345.159966801, | |
| 80.81841432225065 | |
| ], | |
| [ | |
| 345.660164658, | |
| 93.71859296482413 | |
| ], | |
| [ | |
| 346.16036196, | |
| 85.56962025316456 | |
| ], | |
| [ | |
| 346.660575204, | |
| 80.87855297157623 | |
| ], | |
| [ | |
| 347.160732183, | |
| 92.67676767676768 | |
| ], | |
| [ | |
| 347.660931893, | |
| 89.28571428571429 | |
| ], | |
| [ | |
| 348.161135744, | |
| 87.97953964194373 | |
| ], | |
| [ | |
| 348.661335685, | |
| 90.5852417302799 | |
| ], | |
| [ | |
| 349.161537759, | |
| 92.25 | |
| ], | |
| [ | |
| 349.661695527, | |
| 94.23558897243107 | |
| ], | |
| [ | |
| 350.161888543, | |
| 95.47738693467336 | |
| ], | |
| [ | |
| 350.662080872, | |
| 90.48843187660668 | |
| ], | |
| [ | |
| 351.162270674, | |
| 93.65482233502539 | |
| ], | |
| [ | |
| 351.662467411, | |
| 88.07106598984771 | |
| ], | |
| [ | |
| 352.162662774, | |
| 91.16161616161617 | |
| ], | |
| [ | |
| 352.662868182, | |
| 88.3248730964467 | |
| ], | |
| [ | |
| 353.163065072, | |
| 88.35443037974683 | |
| ], | |
| [ | |
| 353.663258148, | |
| 90.05102040816327 | |
| ], | |
| [ | |
| 354.163504108, | |
| 93.25 | |
| ], | |
| [ | |
| 354.663704374, | |
| 89.25 | |
| ], | |
| [ | |
| 355.163974169, | |
| 90.72681704260651 | |
| ], | |
| [ | |
| 355.664167333, | |
| 87.90931989924434 | |
| ], | |
| [ | |
| 356.164354729, | |
| 77.37789203084833 | |
| ], | |
| [ | |
| 356.664551903, | |
| 90.60913705583756 | |
| ], | |
| [ | |
| 357.164751296, | |
| 92.40506329113924 | |
| ], | |
| [ | |
| 357.664951561, | |
| 94.44444444444444 | |
| ], | |
| [ | |
| 358.165155541, | |
| 94.9874686716792 | |
| ], | |
| [ | |
| 358.665351319, | |
| 93.75 | |
| ], | |
| [ | |
| 359.165561515, | |
| 84.26395939086294 | |
| ], | |
| [ | |
| 359.665764603, | |
| 38.67684478371501 | |
| ], | |
| [ | |
| 360.165920148, | |
| 26.600985221674875 | |
| ], | |
| [ | |
| 360.666142005, | |
| 31.8295739348371 | |
| ], | |
| [ | |
| 361.166293391, | |
| 61.29032258064516 | |
| ], | |
| [ | |
| 361.666494357, | |
| 81.47208121827411 | |
| ], | |
| [ | |
| 362.166693268, | |
| 89.4206549118388 | |
| ], | |
| [ | |
| 362.666886734, | |
| 84.26395939086294 | |
| ], | |
| [ | |
| 363.167077139, | |
| 90.15151515151516 | |
| ], | |
| [ | |
| 363.667272806, | |
| 87.43589743589743 | |
| ], | |
| [ | |
| 364.167466836, | |
| 89.47368421052632 | |
| ], | |
| [ | |
| 364.667659994, | |
| 91.2718204488778 | |
| ], | |
| [ | |
| 365.167861339, | |
| 84.81012658227849 | |
| ], | |
| [ | |
| 365.66805723, | |
| 86.53366583541147 | |
| ], | |
| [ | |
| 366.168272147, | |
| 89.74358974358975 | |
| ], | |
| [ | |
| 366.669398564, | |
| 89.44723618090453 | |
| ], | |
| [ | |
| 367.16961131, | |
| 86.04060913705584 | |
| ], | |
| [ | |
| 367.66981037, | |
| 86.73469387755102 | |
| ], | |
| [ | |
| 368.169995886, | |
| 86.14609571788412 | |
| ], | |
| [ | |
| 368.670178096, | |
| 83.16326530612245 | |
| ], | |
| [ | |
| 369.17032863, | |
| 84.81012658227849 | |
| ], | |
| [ | |
| 369.670522934, | |
| 83.66834170854271 | |
| ], | |
| [ | |
| 370.170700529, | |
| 84.02061855670104 | |
| ], | |
| [ | |
| 370.670887401, | |
| 81.42493638676845 | |
| ], | |
| [ | |
| 371.171084815, | |
| 85.49618320610688 | |
| ], | |
| [ | |
| 371.671282869, | |
| 87.12121212121212 | |
| ], | |
| [ | |
| 372.171476404, | |
| 94.77611940298507 | |
| ], | |
| [ | |
| 372.671678628, | |
| 95.46599496221663 | |
| ], | |
| [ | |
| 373.171880586, | |
| 93.19899244332494 | |
| ], | |
| [ | |
| 373.672074341, | |
| 91.72932330827068 | |
| ], | |
| [ | |
| 374.172270505, | |
| 89.08629441624366 | |
| ], | |
| [ | |
| 374.672467868, | |
| 84.19689119170984 | |
| ], | |
| [ | |
| 375.172667143, | |
| 88.38383838383838 | |
| ], | |
| [ | |
| 375.272810577, | |
| 77.92207792207792 | |
| ], | |
| [ | |
| 375.773022013, | |
| 94.96221662468514 | |
| ], | |
| [ | |
| 376.273241576, | |
| 93.23308270676692 | |
| ], | |
| [ | |
| 376.407816127, | |
| 88.18181818181819 | |
| ], | |
| [ | |
| 376.908114765, | |
| 84.55696202531645 | |
| ], | |
| [ | |
| 377.40831494, | |
| 84.7715736040609 | |
| ], | |
| [ | |
| 377.731100394, | |
| 81.49606299212599 | |
| ], | |
| [ | |
| 378.01484646, | |
| 89.73214285714286 | |
| ], | |
| [ | |
| 378.515258391, | |
| 82.48730964467005 | |
| ], | |
| [ | |
| 379.015553556, | |
| 84.14322250639387 | |
| ], | |
| [ | |
| 379.515773887, | |
| 66.41221374045801 | |
| ], | |
| [ | |
| 379.771048548, | |
| 65.19607843137254 | |
| ], | |
| [ | |
| 380.271302202, | |
| 34.55882352941177 | |
| ], | |
| [ | |
| 380.771486331, | |
| 25.062656641604008 | |
| ], | |
| [ | |
| 381.271666205, | |
| 25.0 | |
| ], | |
| [ | |
| 381.771853991, | |
| 25.25 | |
| ], | |
| [ | |
| 382.272034511, | |
| 25.062656641604008 | |
| ], | |
| [ | |
| 382.772218151, | |
| 25.0 | |
| ], | |
| [ | |
| 383.272404282, | |
| 25.062656641604008 | |
| ], | |
| [ | |
| 383.77257045, | |
| 25.062656641604008 | |
| ], | |
| [ | |
| 384.272734091, | |
| 25.0 | |
| ], | |
| [ | |
| 384.772915321, | |
| 25.25 | |
| ], | |
| [ | |
| 385.273090962, | |
| 25.18703241895261 | |
| ], | |
| [ | |
| 385.773247097, | |
| 65.90330788804071 | |
| ], | |
| [ | |
| 386.273466788, | |
| 62.34413965087282 | |
| ], | |
| [ | |
| 386.773671527, | |
| 77.77777777777777 | |
| ], | |
| [ | |
| 387.273835542, | |
| 81.23393316195373 | |
| ], | |
| [ | |
| 387.774036933, | |
| 75.58441558441558 | |
| ], | |
| [ | |
| 388.2742409, | |
| 84.1025641025641 | |
| ], | |
| [ | |
| 388.774438471, | |
| 85.56962025316456 | |
| ], | |
| [ | |
| 389.274638747, | |
| 72.70408163265306 | |
| ], | |
| [ | |
| 389.774859031, | |
| 30.92269326683291 | |
| ], | |
| [ | |
| 390.275028134, | |
| 29.665071770334933 | |
| ], | |
| [ | |
| 390.775182651, | |
| 28.915662650602414 | |
| ], | |
| [ | |
| 391.275406742, | |
| 28.502415458937207 | |
| ], | |
| [ | |
| 391.775565799, | |
| 25.935162094763086 | |
| ], | |
| [ | |
| 391.987428866, | |
| 25.730994152046776 | |
| ], | |
| [ | |
| 392.518910067, | |
| 13.817330210772838 | |
| ], | |
| [ | |
| 393.019136374, | |
| 12.5 | |
| ], | |
| [ | |
| 393.519321524, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 394.019499736, | |
| 12.5 | |
| ], | |
| [ | |
| 394.519691513, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 395.019869005, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 395.520043758, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 396.020223588, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 396.520404315, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 397.020582436, | |
| 12.531328320802004 | |
| ], | |
| [ | |
| 397.520766167, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 398.020946244, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 398.521125556, | |
| 12.5 | |
| ], | |
| [ | |
| 399.021305654, | |
| 12.5 | |
| ], | |
| [ | |
| 399.521505708, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 400.021688169, | |
| 12.5 | |
| ], | |
| [ | |
| 400.521850781, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 401.022032113, | |
| 12.5 | |
| ], | |
| [ | |
| 401.522225619, | |
| 12.5 | |
| ], | |
| [ | |
| 402.022408739, | |
| 12.5 | |
| ], | |
| [ | |
| 402.522587592, | |
| 12.5 | |
| ], | |
| [ | |
| 403.022765966, | |
| 12.5 | |
| ], | |
| [ | |
| 403.522944279, | |
| 12.5 | |
| ], | |
| [ | |
| 404.023124348, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 404.523305438, | |
| 12.5 | |
| ], | |
| [ | |
| 405.023484594, | |
| 12.531328320802004 | |
| ], | |
| [ | |
| 405.523662607, | |
| 12.5 | |
| ], | |
| [ | |
| 406.023840569, | |
| 12.5 | |
| ], | |
| [ | |
| 406.524019498, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 407.024182082, | |
| 12.5 | |
| ], | |
| [ | |
| 407.524358133, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 408.024536787, | |
| 12.531328320802004 | |
| ], | |
| [ | |
| 408.52471673, | |
| 12.5 | |
| ], | |
| [ | |
| 409.024879136, | |
| 12.5 | |
| ], | |
| [ | |
| 409.525058773, | |
| 12.781954887218049 | |
| ], | |
| [ | |
| 410.025239775, | |
| 16.0 | |
| ], | |
| [ | |
| 410.525418458, | |
| 23.5 | |
| ], | |
| [ | |
| 411.025594176, | |
| 22.613065326633162 | |
| ], | |
| [ | |
| 411.525775008, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 412.025954318, | |
| 12.5 | |
| ], | |
| [ | |
| 412.526133138, | |
| 12.5 | |
| ], | |
| [ | |
| 413.026316806, | |
| 12.531328320802004 | |
| ], | |
| [ | |
| 413.526497977, | |
| 12.5 | |
| ], | |
| [ | |
| 414.026679231, | |
| 12.5 | |
| ], | |
| [ | |
| 414.526840536, | |
| 15.174129353233837 | |
| ], | |
| [ | |
| 415.027003113, | |
| 12.5 | |
| ], | |
| [ | |
| 415.527182926, | |
| 12.5 | |
| ], | |
| [ | |
| 416.02736525, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 416.527544433, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 417.02772357, | |
| 12.75 | |
| ], | |
| [ | |
| 417.527902572, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 418.028081864, | |
| 12.5 | |
| ], | |
| [ | |
| 418.528262022, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 419.02843798, | |
| 12.5 | |
| ], | |
| [ | |
| 419.528614984, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 420.028792213, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 420.528972032, | |
| 12.5 | |
| ], | |
| [ | |
| 421.029151191, | |
| 21.0 | |
| ], | |
| [ | |
| 421.529330526, | |
| 20.30075187969925 | |
| ], | |
| [ | |
| 422.029527473, | |
| 12.5 | |
| ], | |
| [ | |
| 422.529705158, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 423.029884734, | |
| 12.5 | |
| ], | |
| [ | |
| 423.530041957, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 424.030199925, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 424.530378166, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 425.030554152, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 425.530730294, | |
| 12.5 | |
| ], | |
| [ | |
| 426.030908145, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 426.531099886, | |
| 12.531328320802004 | |
| ], | |
| [ | |
| 427.031264658, | |
| 12.5 | |
| ], | |
| [ | |
| 427.531442346, | |
| 12.5 | |
| ], | |
| [ | |
| 428.031619023, | |
| 12.5 | |
| ], | |
| [ | |
| 428.531795413, | |
| 12.5 | |
| ], | |
| [ | |
| 429.031978815, | |
| 12.5 | |
| ], | |
| [ | |
| 429.532165116, | |
| 12.5 | |
| ], | |
| [ | |
| 430.032335133, | |
| 12.5 | |
| ], | |
| [ | |
| 430.532507461, | |
| 12.531328320802004 | |
| ], | |
| [ | |
| 431.032682238, | |
| 12.5 | |
| ], | |
| [ | |
| 431.532858958, | |
| 12.5 | |
| ], | |
| [ | |
| 432.033039482, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 432.533218177, | |
| 12.5 | |
| ], | |
| [ | |
| 433.033395816, | |
| 12.5 | |
| ], | |
| [ | |
| 433.533571909, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 434.033747577, | |
| 12.5 | |
| ], | |
| [ | |
| 434.533928916, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 435.034104242, | |
| 12.531328320802004 | |
| ], | |
| [ | |
| 435.534262314, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 436.034441397, | |
| 12.5 | |
| ], | |
| [ | |
| 436.534617161, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 437.034794681, | |
| 12.5 | |
| ], | |
| [ | |
| 437.534970284, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 438.035145781, | |
| 12.75 | |
| ], | |
| [ | |
| 438.535322766, | |
| 12.5 | |
| ], | |
| [ | |
| 439.035497836, | |
| 12.5 | |
| ], | |
| [ | |
| 439.535672109, | |
| 12.5 | |
| ], | |
| [ | |
| 440.035847374, | |
| 12.5 | |
| ], | |
| [ | |
| 440.536022468, | |
| 31.909547738693462 | |
| ], | |
| [ | |
| 441.0361801, | |
| 25.307125307125318 | |
| ], | |
| [ | |
| 441.536377759, | |
| 19.548872180451127 | |
| ], | |
| [ | |
| 442.036551624, | |
| 12.531328320802004 | |
| ], | |
| [ | |
| 442.536724937, | |
| 12.5 | |
| ], | |
| [ | |
| 443.036881865, | |
| 12.5 | |
| ], | |
| [ | |
| 443.537049622, | |
| 12.5 | |
| ], | |
| [ | |
| 444.037221914, | |
| 12.5 | |
| ], | |
| [ | |
| 444.537396521, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 445.037571391, | |
| 12.5 | |
| ], | |
| [ | |
| 445.537744245, | |
| 12.5 | |
| ], | |
| [ | |
| 445.933446197, | |
| 12.618296529968447 | |
| ], | |
| [ | |
| 446.433815294, | |
| 24.56140350877193 | |
| ], | |
| [ | |
| 446.934013975, | |
| 25.25 | |
| ], | |
| [ | |
| 447.434178509, | |
| 25.0 | |
| ], | |
| [ | |
| 447.927770093, | |
| 24.936386768447832 | |
| ], | |
| [ | |
| 448.428123846, | |
| 54.5 | |
| ], | |
| [ | |
| 448.928377693, | |
| 83.0 | |
| ], | |
| [ | |
| 449.428590642, | |
| 83.41708542713567 | |
| ], | |
| [ | |
| 449.928833762, | |
| 73.06733167082294 | |
| ], | |
| [ | |
| 450.23864654, | |
| 76.61290322580645 | |
| ], | |
| [ | |
| 450.738857186, | |
| 91.2718204488778 | |
| ], | |
| [ | |
| 451.239079785, | |
| 93.75 | |
| ], | |
| [ | |
| 451.739293251, | |
| 100.0 | |
| ], | |
| [ | |
| 452.239505174, | |
| 99.75 | |
| ], | |
| [ | |
| 452.739712769, | |
| 99.49748743718592 | |
| ], | |
| [ | |
| 453.239922162, | |
| 99.75 | |
| ], | |
| [ | |
| 453.740134617, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 454.240350869, | |
| 99.5 | |
| ], | |
| [ | |
| 454.740572901, | |
| 99.49748743718592 | |
| ], | |
| [ | |
| 455.240788453, | |
| 100.0 | |
| ], | |
| [ | |
| 455.741001294, | |
| 99.74874371859296 | |
| ], | |
| [ | |
| 456.241223864, | |
| 99.49874686716792 | |
| ], | |
| [ | |
| 456.374406462, | |
| 100.0 | |
| ], | |
| [ | |
| 456.87517441, | |
| 86.0 | |
| ], | |
| [ | |
| 457.375398998, | |
| 82.20551378446115 | |
| ], | |
| [ | |
| 457.875577519, | |
| 74.37810945273631 | |
| ], | |
| [ | |
| 458.375776061, | |
| 60.80402010050251 | |
| ], | |
| [ | |
| 458.876000582, | |
| 74.6268656716418 | |
| ], | |
| [ | |
| 459.376166724, | |
| 71.25 | |
| ], | |
| [ | |
| 459.876382676, | |
| 67.0 | |
| ], | |
| [ | |
| 460.025840795, | |
| 52.03252032520325 | |
| ], | |
| [ | |
| 460.526051003, | |
| 37.96526054590571 | |
| ], | |
| [ | |
| 461.02625296, | |
| 37.74999999999999 | |
| ], | |
| [ | |
| 461.52645845, | |
| 42.00000000000001 | |
| ], | |
| [ | |
| 462.026669037, | |
| 54.02010050251256 | |
| ], | |
| [ | |
| 462.526879154, | |
| 62.5 | |
| ], | |
| [ | |
| 463.027085616, | |
| 62.75 | |
| ], | |
| [ | |
| 463.527298331, | |
| 69.92481203007519 | |
| ], | |
| [ | |
| 464.027518375, | |
| 74.93734335839599 | |
| ], | |
| [ | |
| 464.527726296, | |
| 82.0 | |
| ], | |
| [ | |
| 465.027937721, | |
| 80.25 | |
| ], | |
| [ | |
| 465.528153746, | |
| 85.25 | |
| ], | |
| [ | |
| 466.028368555, | |
| 83.70927318295739 | |
| ], | |
| [ | |
| 466.528580889, | |
| 72.25 | |
| ], | |
| [ | |
| 467.028789482, | |
| 73.5 | |
| ], | |
| [ | |
| 467.528994852, | |
| 61.40350877192983 | |
| ], | |
| [ | |
| 468.029199869, | |
| 60.099750623441395 | |
| ], | |
| [ | |
| 468.529415602, | |
| 59.75 | |
| ], | |
| [ | |
| 469.029623874, | |
| 48.25000000000001 | |
| ], | |
| [ | |
| 469.529827124, | |
| 46.11528822055138 | |
| ], | |
| [ | |
| 470.030038499, | |
| 60.150375939849624 | |
| ], | |
| [ | |
| 470.530245223, | |
| 83.79052369077307 | |
| ], | |
| [ | |
| 471.030458895, | |
| 87.21804511278195 | |
| ], | |
| [ | |
| 471.530681583, | |
| 71.75 | |
| ], | |
| [ | |
| 472.030887225, | |
| 77.75 | |
| ], | |
| [ | |
| 472.531098504, | |
| 65.25 | |
| ], | |
| [ | |
| 473.031307354, | |
| 60.40100250626567 | |
| ], | |
| [ | |
| 473.531515838, | |
| 46.75 | |
| ], | |
| [ | |
| 474.031717227, | |
| 38.5 | |
| ], | |
| [ | |
| 474.531883741, | |
| 55.6390977443609 | |
| ], | |
| [ | |
| 475.032099633, | |
| 68.67167919799499 | |
| ], | |
| [ | |
| 475.53227511, | |
| 51.243781094527364 | |
| ], | |
| [ | |
| 476.032455189, | |
| 40.25 | |
| ], | |
| [ | |
| 476.532634658, | |
| 26.065162907268174 | |
| ], | |
| [ | |
| 477.032802328, | |
| 63.15789473684211 | |
| ], | |
| [ | |
| 477.532997605, | |
| 56.89223057644111 | |
| ], | |
| [ | |
| 478.033197919, | |
| 47.61904761904761 | |
| ], | |
| [ | |
| 478.533419714, | |
| 14.5 | |
| ], | |
| [ | |
| 479.033597837, | |
| 12.75 | |
| ], | |
| [ | |
| 479.53377572, | |
| 20.94763092269328 | |
| ], | |
| [ | |
| 480.033936895, | |
| 56.390977443609025 | |
| ], | |
| [ | |
| 480.534156415, | |
| 61.596009975062344 | |
| ], | |
| [ | |
| 481.034362677, | |
| 55.0 | |
| ], | |
| [ | |
| 481.53456339, | |
| 56.608478802992515 | |
| ], | |
| [ | |
| 482.034764727, | |
| 53.634085213032584 | |
| ], | |
| [ | |
| 482.534966799, | |
| 60.902255639097746 | |
| ], | |
| [ | |
| 483.035185281, | |
| 58.104738154613464 | |
| ], | |
| [ | |
| 483.535351202, | |
| 53.101736972704714 | |
| ], | |
| [ | |
| 484.035563044, | |
| 59.54773869346734 | |
| ], | |
| [ | |
| 484.53578853, | |
| 45.49999999999999 | |
| ], | |
| [ | |
| 485.035950862, | |
| 42.85714285714286 | |
| ], | |
| [ | |
| 485.536159968, | |
| 38.80597014925373 | |
| ], | |
| [ | |
| 486.036378947, | |
| 42.53731343283582 | |
| ], | |
| [ | |
| 486.536557016, | |
| 39.849624060150376 | |
| ], | |
| [ | |
| 487.036740293, | |
| 41.25 | |
| ], | |
| [ | |
| 487.536929695, | |
| 40.6015037593985 | |
| ], | |
| [ | |
| 488.037095349, | |
| 39.949748743718594 | |
| ], | |
| [ | |
| 488.537298468, | |
| 51.256281407035175 | |
| ], | |
| [ | |
| 489.037509616, | |
| 40.89775561097257 | |
| ], | |
| [ | |
| 489.537710477, | |
| 39.650872817955104 | |
| ], | |
| [ | |
| 490.037917739, | |
| 38.59649122807017 | |
| ], | |
| [ | |
| 490.538118767, | |
| 39.650872817955104 | |
| ], | |
| [ | |
| 491.038351459, | |
| 40.5 | |
| ], | |
| [ | |
| 491.538513599, | |
| 37.59398496240601 | |
| ], | |
| [ | |
| 492.038718255, | |
| 37.34335839598998 | |
| ], | |
| [ | |
| 492.538939936, | |
| 39.0 | |
| ], | |
| [ | |
| 493.039125737, | |
| 38.19095477386934 | |
| ], | |
| [ | |
| 493.539299731, | |
| 37.25000000000001 | |
| ], | |
| [ | |
| 494.039463777, | |
| 41.35338345864662 | |
| ], | |
| [ | |
| 494.539676044, | |
| 39.0 | |
| ], | |
| [ | |
| 495.039858296, | |
| 37.1859296482412 | |
| ], | |
| [ | |
| 495.540039683, | |
| 36.25000000000001 | |
| ], | |
| [ | |
| 496.040213062, | |
| 37.25000000000001 | |
| ], | |
| [ | |
| 496.540390024, | |
| 35.83959899749374 | |
| ], | |
| [ | |
| 497.040572827, | |
| 36.09022556390977 | |
| ], | |
| [ | |
| 497.540753733, | |
| 36.8421052631579 | |
| ], | |
| [ | |
| 498.040936897, | |
| 36.25000000000001 | |
| ], | |
| [ | |
| 498.541123042, | |
| 35.58897243107769 | |
| ], | |
| [ | |
| 499.041298871, | |
| 36.09022556390977 | |
| ], | |
| [ | |
| 499.541467748, | |
| 36.15960099750624 | |
| ], | |
| [ | |
| 500.041673509, | |
| 35.83959899749374 | |
| ], | |
| [ | |
| 500.541874146, | |
| 36.09022556390977 | |
| ], | |
| [ | |
| 501.042035549, | |
| 38.847117794486216 | |
| ], | |
| [ | |
| 501.542241759, | |
| 36.15960099750624 | |
| ], | |
| [ | |
| 502.042453988, | |
| 36.8421052631579 | |
| ], | |
| [ | |
| 502.542619613, | |
| 36.09022556390977 | |
| ], | |
| [ | |
| 503.042820265, | |
| 36.75000000000001 | |
| ], | |
| [ | |
| 503.543040703, | |
| 36.18090452261307 | |
| ], | |
| [ | |
| 504.043205554, | |
| 35.5 | |
| ], | |
| [ | |
| 504.543406013, | |
| 36.18090452261307 | |
| ], | |
| [ | |
| 505.0436141, | |
| 36.27204030226701 | |
| ], | |
| [ | |
| 505.543833132, | |
| 35.75 | |
| ], | |
| [ | |
| 506.044006071, | |
| 36.68341708542714 | |
| ], | |
| [ | |
| 506.54418466, | |
| 35.3233830845771 | |
| ], | |
| [ | |
| 507.044351948, | |
| 34.83709273182957 | |
| ], | |
| [ | |
| 507.544560339, | |
| 37.1859296482412 | |
| ], | |
| [ | |
| 508.044775104, | |
| 36.47642679900744 | |
| ], | |
| [ | |
| 508.544979198, | |
| 37.469586374695865 | |
| ], | |
| [ | |
| 509.045202019, | |
| 35.75 | |
| ], | |
| [ | |
| 509.545402665, | |
| 35.910224438902745 | |
| ], | |
| [ | |
| 510.045581828, | |
| 38.24999999999999 | |
| ], | |
| [ | |
| 510.545740675, | |
| 35.75 | |
| ], | |
| [ | |
| 511.045954596, | |
| 35.75 | |
| ], | |
| [ | |
| 511.546118782, | |
| 35.25 | |
| ], | |
| [ | |
| 512.046342936, | |
| 36.79012345679013 | |
| ], | |
| [ | |
| 512.546510756, | |
| 36.22828784119106 | |
| ], | |
| [ | |
| 513.046715161, | |
| 36.633663366336634 | |
| ], | |
| [ | |
| 513.546914414, | |
| 35.25 | |
| ], | |
| [ | |
| 514.047124924, | |
| 35.66084788029926 | |
| ], | |
| [ | |
| 514.547290998, | |
| 35.83959899749374 | |
| ], | |
| [ | |
| 515.047660994, | |
| 39.40149625935162 | |
| ], | |
| [ | |
| 515.547863873, | |
| 39.75 | |
| ], | |
| [ | |
| 516.04807535, | |
| 35.25 | |
| ], | |
| [ | |
| 516.548250248, | |
| 36.25000000000001 | |
| ], | |
| [ | |
| 517.048463561, | |
| 35.75 | |
| ], | |
| [ | |
| 517.548641055, | |
| 35.33834586466166 | |
| ], | |
| [ | |
| 518.048824843, | |
| 36.22828784119106 | |
| ], | |
| [ | |
| 518.548986237, | |
| 36.04938271604938 | |
| ], | |
| [ | |
| 519.049161961, | |
| 37.31343283582089 | |
| ], | |
| [ | |
| 519.549341561, | |
| 35.58897243107769 | |
| ], | |
| [ | |
| 520.049525377, | |
| 36.65835411471322 | |
| ], | |
| [ | |
| 520.549743167, | |
| 43.52078239608802 | |
| ], | |
| [ | |
| 521.049914338, | |
| 37.5 | |
| ], | |
| [ | |
| 521.550090109, | |
| 37.71712158808933 | |
| ], | |
| [ | |
| 522.050266963, | |
| 35.5 | |
| ], | |
| [ | |
| 522.550446329, | |
| 35.58897243107769 | |
| ], | |
| [ | |
| 523.050620847, | |
| 34.83709273182957 | |
| ], | |
| [ | |
| 523.5507863, | |
| 34.5 | |
| ], | |
| [ | |
| 524.050985426, | |
| 36.85503685503686 | |
| ], | |
| [ | |
| 524.55120619, | |
| 34.586466165413526 | |
| ], | |
| [ | |
| 525.051382812, | |
| 37.03703703703704 | |
| ], | |
| [ | |
| 525.551562022, | |
| 36.13861386138614 | |
| ], | |
| [ | |
| 526.051746353, | |
| 45.49999999999999 | |
| ], | |
| [ | |
| 526.551927169, | |
| 36.81592039800995 | |
| ], | |
| [ | |
| 527.052091876, | |
| 36.06965174129353 | |
| ], | |
| [ | |
| 527.552316316, | |
| 36.29629629629629 | |
| ], | |
| [ | |
| 528.052482169, | |
| 36.206896551724135 | |
| ], | |
| [ | |
| 528.552704735, | |
| 35.08771929824562 | |
| ], | |
| [ | |
| 529.052884471, | |
| 36.206896551724135 | |
| ], | |
| [ | |
| 529.553060262, | |
| 34.92462311557789 | |
| ], | |
| [ | |
| 530.053281253, | |
| 35.57213930348259 | |
| ], | |
| [ | |
| 530.553497344, | |
| 35.07462686567165 | |
| ], | |
| [ | |
| 531.053666935, | |
| 35.0 | |
| ], | |
| [ | |
| 531.553838895, | |
| 41.08910891089109 | |
| ], | |
| [ | |
| 532.053994243, | |
| 38.40399002493765 | |
| ], | |
| [ | |
| 532.554191522, | |
| 34.335839598997495 | |
| ], | |
| [ | |
| 533.054390535, | |
| 34.5 | |
| ], | |
| [ | |
| 533.554590524, | |
| 34.5 | |
| ], | |
| [ | |
| 534.054801757, | |
| 34.67336683417085 | |
| ], | |
| [ | |
| 534.55497666, | |
| 36.385542168674704 | |
| ], | |
| [ | |
| 535.05515069, | |
| 36.43031784841075 | |
| ], | |
| [ | |
| 535.555326891, | |
| 35.80246913580247 | |
| ], | |
| [ | |
| 536.055488127, | |
| 35.07462686567165 | |
| ], | |
| [ | |
| 536.555691699, | |
| 35.94132029339853 | |
| ], | |
| [ | |
| 537.055903244, | |
| 38.74999999999999 | |
| ], | |
| [ | |
| 537.556072203, | |
| 42.039800995024876 | |
| ], | |
| [ | |
| 538.056291869, | |
| 35.148514851485146 | |
| ], | |
| [ | |
| 538.556481098, | |
| 35.39603960396039 | |
| ], | |
| [ | |
| 539.056648519, | |
| 34.987593052109176 | |
| ], | |
| [ | |
| 539.556876949, | |
| 35.41147132169577 | |
| ], | |
| [ | |
| 540.057056336, | |
| 34.5 | |
| ], | |
| [ | |
| 540.557242501, | |
| 35.452322738386314 | |
| ], | |
| [ | |
| 541.057405735, | |
| 36.009732360097324 | |
| ], | |
| [ | |
| 541.557568754, | |
| 35.71428571428571 | |
| ], | |
| [ | |
| 542.057743151, | |
| 34.335839598997495 | |
| ], | |
| [ | |
| 542.55790799, | |
| 35.483870967741936 | |
| ], | |
| [ | |
| 543.058103235, | |
| 44.38902743142145 | |
| ], | |
| [ | |
| 543.558276102, | |
| 37.092731829573935 | |
| ], | |
| [ | |
| 544.058451512, | |
| 35.0 | |
| ], | |
| [ | |
| 544.558607796, | |
| 34.413965087281795 | |
| ], | |
| [ | |
| 545.058819134, | |
| 35.148514851485146 | |
| ], | |
| [ | |
| 545.55899296, | |
| 34.5 | |
| ], | |
| [ | |
| 546.05916819, | |
| 34.739454094292796 | |
| ], | |
| [ | |
| 546.559345396, | |
| 34.66334164588528 | |
| ], | |
| [ | |
| 547.059506282, | |
| 34.739454094292796 | |
| ], | |
| [ | |
| 547.559718126, | |
| 33.91959798994975 | |
| ], | |
| [ | |
| 548.059939954, | |
| 34.586466165413526 | |
| ], | |
| [ | |
| 548.560100794, | |
| 42.92929292929293 | |
| ], | |
| [ | |
| 549.06028183, | |
| 35.42713567839196 | |
| ], | |
| [ | |
| 549.560461104, | |
| 34.82587064676616 | |
| ], | |
| [ | |
| 550.060624687, | |
| 35.94132029339853 | |
| ], | |
| [ | |
| 550.560820448, | |
| 34.66334164588528 | |
| ], | |
| [ | |
| 551.061034122, | |
| 36.5 | |
| ], | |
| [ | |
| 551.561216519, | |
| 35.83959899749374 | |
| ], | |
| [ | |
| 552.061399764, | |
| 37.99019607843137 | |
| ], | |
| [ | |
| 552.561614071, | |
| 35.98014888337468 | |
| ], | |
| [ | |
| 553.061771492, | |
| 21.05263157894737 | |
| ], | |
| [ | |
| 553.561948481, | |
| 12.5 | |
| ], | |
| [ | |
| 554.06213953, | |
| 20.5 | |
| ], | |
| [ | |
| 554.562328299, | |
| 19.89924433249371 | |
| ], | |
| [ | |
| 555.062505233, | |
| 18.453865336658353 | |
| ], | |
| [ | |
| 555.562682221, | |
| 23.5 | |
| ], | |
| [ | |
| 556.062872066, | |
| 25.445292620865146 | |
| ], | |
| [ | |
| 556.56304499, | |
| 23.116883116883116 | |
| ], | |
| [ | |
| 557.063235726, | |
| 21.875 | |
| ], | |
| [ | |
| 557.563425032, | |
| 22.774869109947645 | |
| ], | |
| [ | |
| 558.063614681, | |
| 22.797927461139906 | |
| ], | |
| [ | |
| 558.563826219, | |
| 23.453608247422693 | |
| ], | |
| [ | |
| 559.064016433, | |
| 24.48453608247422 | |
| ], | |
| [ | |
| 559.564226831, | |
| 23.58974358974359 | |
| ], | |
| [ | |
| 560.064439506, | |
| 22.959183673469383 | |
| ], | |
| [ | |
| 560.564623044, | |
| 22.7390180878553 | |
| ], | |
| [ | |
| 561.064830866, | |
| 21.025641025641022 | |
| ], | |
| [ | |
| 561.565016283, | |
| 24.615384615384613 | |
| ], | |
| [ | |
| 562.065191141, | |
| 22.879177377892034 | |
| ], | |
| [ | |
| 562.56536609, | |
| 25.25 | |
| ], | |
| [ | |
| 563.089443427, | |
| 14.182692307692307 | |
| ], | |
| [ | |
| 563.589674817, | |
| 12.5 | |
| ], | |
| [ | |
| 564.089892758, | |
| 13.466334164588531 | |
| ], | |
| [ | |
| 564.590075918, | |
| 12.060301507537687 | |
| ], | |
| [ | |
| 565.090294892, | |
| 12.060301507537687 | |
| ], | |
| [ | |
| 565.590468753, | |
| 11.838790931989934 | |
| ], | |
| [ | |
| 566.09064512, | |
| 12.5 | |
| ], | |
| [ | |
| 566.590827685, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 567.091008709, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 567.591190216, | |
| 38.59649122807017 | |
| ], | |
| [ | |
| 568.091371309, | |
| 33.25 | |
| ], | |
| [ | |
| 568.591535764, | |
| 35.41147132169577 | |
| ], | |
| [ | |
| 569.091756169, | |
| 16.957605985037404 | |
| ], | |
| [ | |
| 569.591940066, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 570.09212647, | |
| 13.283208020050125 | |
| ], | |
| [ | |
| 570.592315057, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 571.092493488, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 571.592676674, | |
| 11.838790931989934 | |
| ], | |
| [ | |
| 572.092863467, | |
| 14.96259351620948 | |
| ], | |
| [ | |
| 572.593072115, | |
| 12.5 | |
| ], | |
| [ | |
| 573.093272128, | |
| 17.794486215538853 | |
| ], | |
| [ | |
| 573.593462191, | |
| 13.21695760598503 | |
| ], | |
| [ | |
| 574.093678369, | |
| 15.53884711779449 | |
| ], | |
| [ | |
| 574.593891782, | |
| 13.283208020050125 | |
| ], | |
| [ | |
| 575.094068659, | |
| 15.829145728643212 | |
| ], | |
| [ | |
| 575.594258184, | |
| 14.786967418546368 | |
| ], | |
| [ | |
| 576.094434499, | |
| 12.5 | |
| ], | |
| [ | |
| 576.594619074, | |
| 12.060301507537687 | |
| ], | |
| [ | |
| 577.094837311, | |
| 12.93532338308458 | |
| ], | |
| [ | |
| 577.595016299, | |
| 12.060301507537687 | |
| ], | |
| [ | |
| 578.095200045, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 578.59538113, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 579.095543835, | |
| 12.5 | |
| ], | |
| [ | |
| 579.595728394, | |
| 12.5 | |
| ], | |
| [ | |
| 580.095913686, | |
| 12.5 | |
| ], | |
| [ | |
| 580.596093345, | |
| 12.5 | |
| ], | |
| [ | |
| 581.096271535, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 581.596448035, | |
| 12.93532338308458 | |
| ], | |
| [ | |
| 582.096627008, | |
| 12.93532338308458 | |
| ], | |
| [ | |
| 582.596807415, | |
| 12.531328320802004 | |
| ], | |
| [ | |
| 583.096993208, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 583.597178661, | |
| 12.5 | |
| ], | |
| [ | |
| 584.097362043, | |
| 12.5 | |
| ], | |
| [ | |
| 584.597557721, | |
| 12.5 | |
| ], | |
| [ | |
| 585.097741332, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 585.597932868, | |
| 12.5 | |
| ], | |
| [ | |
| 586.098115351, | |
| 12.5 | |
| ], | |
| [ | |
| 586.598297646, | |
| 12.5 | |
| ], | |
| [ | |
| 587.098476347, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 587.598656242, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 588.098819663, | |
| 12.5 | |
| ], | |
| [ | |
| 588.598999621, | |
| 12.280701754385973 | |
| ], | |
| [ | |
| 589.099179779, | |
| 13.21695760598503 | |
| ], | |
| [ | |
| 589.5993559, | |
| 13.03258145363408 | |
| ], | |
| [ | |
| 590.099531178, | |
| 12.75 | |
| ], | |
| [ | |
| 590.599710132, | |
| 13.283208020050125 | |
| ], | |
| [ | |
| 591.099890748, | |
| 13.0 | |
| ], | |
| [ | |
| 591.600077232, | |
| 17.5 | |
| ], | |
| [ | |
| 592.100264297, | |
| 14.321608040201 | |
| ], | |
| [ | |
| 592.600438037, | |
| 12.594458438287148 | |
| ], | |
| [ | |
| 593.100614575, | |
| 14.824120603015075 | |
| ], | |
| [ | |
| 593.600793241, | |
| 11.970074812967582 | |
| ], | |
| [ | |
| 594.100978797, | |
| 12.5 | |
| ], | |
| [ | |
| 594.601156819, | |
| 12.5 | |
| ], | |
| [ | |
| 595.101323019, | |
| 12.5 | |
| ], | |
| [ | |
| 595.601468631, | |
| 12.718204488778056 | |
| ], | |
| [ | |
| 596.101618345, | |
| 12.5 | |
| ], | |
| [ | |
| 596.601768104, | |
| 12.5 | |
| ], | |
| [ | |
| 597.101923247, | |
| 12.718204488778056 | |
| ] | |
| ]; | |
| // 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