Created
November 11, 2019 03:51
-
-
Save ehuss/65f4961cf2ac77e96f456ce02d1fddb2 to your computer and use it in GitHub Desktop.
cargo timing canvas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Cargo Build Timings — cargo 0.42.0</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>cargo 0.42.0 (lib, bin "cargo")</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>167</td> | |
</tr> | |
<tr> | |
<td>Total units:</td><td>167</td> | |
</tr> | |
<tr> | |
<td>Max concurrency:</td><td>4 (jobs=1 ncpu=12)</td> | |
</tr> | |
<tr> | |
<td>Build start:</td><td>2019-11-11T02:52:18Z</td> | |
</tr> | |
<tr> | |
<td>Total time:</td><td>258.4s (4m 18.4s)</td> | |
</tr> | |
<tr> | |
<td>rustc:</td><td>rustc 1.40.0-nightly (1423bec54 2019-11-05)<br>Host: x86_64-apple-darwin<br>Target: x86_64-apple-darwin</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>cargo v0.42.0</td> | |
<td>77.2s</td> | |
<td>59.2s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>2.</td> | |
<td>libnghttp2-sys v0.1.2 custom-build (run)</td> | |
<td>31.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>3.</td> | |
<td>backtrace-sys v0.1.31 custom-build (run)</td> | |
<td>28.9s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>4.</td> | |
<td>libssh2-sys v0.2.12 custom-build (run)</td> | |
<td>23.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>5.</td> | |
<td>libgit2-sys v0.9.1 custom-build (run)</td> | |
<td>16.9s</td> | |
<td>0.0s (0%)</td> | |
<td>https, libssh2-sys, openssl-sys, ssh, ssh_key_from_memory</td> | |
</tr> | |
<tr> | |
<td>6.</td> | |
<td>cargo v0.42.0 bin "cargo"</td> | |
<td>10.9s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>7.</td> | |
<td>serde_derive v1.0.101</td> | |
<td>9.9s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>8.</td> | |
<td>clap v2.33.0</td> | |
<td>9.7s</td> | |
<td>6.7s (68%)</td> | |
<td>ansi_term, atty, color, default, strsim, suggestions, vec_map</td> | |
</tr> | |
<tr> | |
<td>9.</td> | |
<td>syn v0.15.44</td> | |
<td>7.4s</td> | |
<td>4.0s (54%)</td> | |
<td>clone-impls, default, derive, extra-traits, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>10.</td> | |
<td>serde v1.0.101</td> | |
<td>6.9s</td> | |
<td>0.3s (5%)</td> | |
<td>default, derive, serde_derive, std</td> | |
</tr> | |
<tr> | |
<td>11.</td> | |
<td>regex v1.3.1</td> | |
<td>6.3s</td> | |
<td>4.8s (77%)</td> | |
<td>aho-corasick, default, memchr, perf, perf-cache, perf-dfa, perf-inline, perf-literal, std, thread_local, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment</td> | |
</tr> | |
<tr> | |
<td>12.</td> | |
<td>syn v1.0.5</td> | |
<td>6.0s</td> | |
<td>3.6s (60%)</td> | |
<td>clone-impls, default, derive, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>13.</td> | |
<td>regex-syntax v0.6.12</td> | |
<td>5.9s</td> | |
<td>3.1s (52%)</td> | |
<td>unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment</td> | |
</tr> | |
<tr> | |
<td>14.</td> | |
<td>git2 v0.10.1</td> | |
<td>5.3s</td> | |
<td>2.8s (53%)</td> | |
<td>default, https, openssl-probe, openssl-sys, ssh, ssh_key_from_memory</td> | |
</tr> | |
<tr> | |
<td>15.</td> | |
<td>ignore v0.4.10</td> | |
<td>3.4s</td> | |
<td>2.6s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>16.</td> | |
<td>toml v0.5.3</td> | |
<td>3.3s</td> | |
<td>1.9s (60%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>17.</td> | |
<td>serde_json v1.0.40</td> | |
<td>3.0s</td> | |
<td>1.3s (45%)</td> | |
<td>default, raw_value</td> | |
</tr> | |
<tr> | |
<td>18.</td> | |
<td>sized-chunks v0.3.1</td> | |
<td>2.7s</td> | |
<td>0.9s (33%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>19.</td> | |
<td>aho-corasick v0.7.6</td> | |
<td>2.6s</td> | |
<td>1.5s (58%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>20.</td> | |
<td>globset v0.4.4</td> | |
<td>2.5s</td> | |
<td>1.9s (78%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>21.</td> | |
<td>im-rc v13.0.0</td> | |
<td>2.2s</td> | |
<td>0.2s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>22.</td> | |
<td>cc v1.0.45</td> | |
<td>2.2s</td> | |
<td>1.6s (74%)</td> | |
<td>jobserver, num_cpus, parallel</td> | |
</tr> | |
<tr> | |
<td>23.</td> | |
<td>unicode-normalization v0.1.8</td> | |
<td>2.1s</td> | |
<td>0.1s (5%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>24.</td> | |
<td>synstructure v0.10.2</td> | |
<td>2.0s</td> | |
<td>1.5s (75%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>25.</td> | |
<td>crates-io v0.30.0</td> | |
<td>2.0s</td> | |
<td>1.4s (68%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>26.</td> | |
<td>rand v0.7.2</td> | |
<td>1.8s</td> | |
<td>0.5s (28%)</td> | |
<td>alloc, default, getrandom, getrandom_package, std</td> | |
</tr> | |
<tr> | |
<td>27.</td> | |
<td>tar v0.4.26</td> | |
<td>1.7s</td> | |
<td>1.1s (62%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>28.</td> | |
<td>idna v0.2.0</td> | |
<td>1.7s</td> | |
<td>1.0s (59%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>29.</td> | |
<td>curl v0.4.23</td> | |
<td>1.7s</td> | |
<td>1.0s (58%)</td> | |
<td>default, http2, openssl-probe, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>30.</td> | |
<td>c2-chacha v0.2.2</td> | |
<td>1.6s</td> | |
<td>1.1s (71%)</td> | |
<td>lazy_static, simd, std</td> | |
</tr> | |
<tr> | |
<td>31.</td> | |
<td>failure_derive v0.1.5</td> | |
<td>1.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>32.</td> | |
<td>url v2.1.0</td> | |
<td>1.5s</td> | |
<td>0.8s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>33.</td> | |
<td>proc-macro2 v1.0.3</td> | |
<td>1.2s</td> | |
<td>0.7s (58%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>34.</td> | |
<td>proc-macro2 v0.4.30</td> | |
<td>1.2s</td> | |
<td>0.7s (58%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>35.</td> | |
<td>pkg-config v0.3.16</td> | |
<td>1.1s</td> | |
<td>0.8s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>36.</td> | |
<td>unicode-bidi v0.3.4</td> | |
<td>1.1s</td> | |
<td>0.8s (69%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>37.</td> | |
<td>rustfix v0.4.6</td> | |
<td>1.1s</td> | |
<td>0.5s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>38.</td> | |
<td>hex v0.3.2</td> | |
<td>1.0s</td> | |
<td>0.0s (3%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>39.</td> | |
<td>crossbeam-channel v0.3.9</td> | |
<td>1.0s</td> | |
<td>0.4s (36%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>40.</td> | |
<td>glob v0.3.0</td> | |
<td>1.0s</td> | |
<td>0.7s (69%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>41.</td> | |
<td>openssl-sys v0.9.49 custom-build</td> | |
<td>1.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>42.</td> | |
<td>bstr v0.2.8</td> | |
<td>0.9s</td> | |
<td>0.3s (33%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>43.</td> | |
<td>env_logger v0.7.0</td> | |
<td>0.9s</td> | |
<td>0.6s (60%)</td> | |
<td>atty, default, humantime, regex, termcolor</td> | |
</tr> | |
<tr> | |
<td>44.</td> | |
<td>jobserver v0.1.17</td> | |
<td>0.9s</td> | |
<td>0.7s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>45.</td> | |
<td>cargo-platform v0.1.0</td> | |
<td>0.9s</td> | |
<td>0.5s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>46.</td> | |
<td>ppv-lite86 v0.2.5</td> | |
<td>0.9s</td> | |
<td>0.0s (3%)</td> | |
<td>default, simd, std</td> | |
</tr> | |
<tr> | |
<td>47.</td> | |
<td>flate2 v1.0.11</td> | |
<td>0.8s</td> | |
<td>0.3s (32%)</td> | |
<td>default, libz-sys, miniz-sys, zlib</td> | |
</tr> | |
<tr> | |
<td>48.</td> | |
<td>crossbeam-utils v0.6.6</td> | |
<td>0.8s</td> | |
<td>0.4s (51%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>49.</td> | |
<td>typenum v1.11.2</td> | |
<td>0.8s</td> | |
<td>0.1s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>50.</td> | |
<td>crossbeam-utils v0.7.0</td> | |
<td>0.8s</td> | |
<td>0.4s (54%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>51.</td> | |
<td>walkdir v2.2.9</td> | |
<td>0.8s</td> | |
<td>0.6s (72%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>52.</td> | |
<td>backtrace v0.3.37</td> | |
<td>0.7s</td> | |
<td>0.4s (59%)</td> | |
<td>backtrace-sys, dbghelp, default, dladdr, libbacktrace, libunwind, std</td> | |
</tr> | |
<tr> | |
<td>53.</td> | |
<td>semver v0.9.0</td> | |
<td>0.7s</td> | |
<td>0.3s (50%)</td> | |
<td>default, serde</td> | |
</tr> | |
<tr> | |
<td>54.</td> | |
<td>semver-parser v0.7.0</td> | |
<td>0.7s</td> | |
<td>0.5s (69%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>55.</td> | |
<td>termcolor v1.0.5</td> | |
<td>0.7s</td> | |
<td>0.4s (59%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>56.</td> | |
<td>curl-sys v0.4.23 custom-build</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td>default, http2, libnghttp2-sys, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>57.</td> | |
<td>typenum v1.11.2 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>58.</td> | |
<td>memchr v2.2.1 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>59.</td> | |
<td>core-foundation v0.6.4</td> | |
<td>0.6s</td> | |
<td>0.2s (39%)</td> | |
<td>mac_os_10_7_support</td> | |
</tr> | |
<tr> | |
<td>60.</td> | |
<td>rustc-demangle v0.1.16</td> | |
<td>0.6s</td> | |
<td>0.4s (57%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>61.</td> | |
<td>libssh2-sys v0.2.12 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>62.</td> | |
<td>autocfg v0.1.6</td> | |
<td>0.6s</td> | |
<td>0.4s (68%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>63.</td> | |
<td>memchr v2.2.1</td> | |
<td>0.6s</td> | |
<td>0.2s (41%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>64.</td> | |
<td>tempfile v3.1.0</td> | |
<td>0.6s</td> | |
<td>0.4s (60%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>65.</td> | |
<td>hex v0.4.0</td> | |
<td>0.6s</td> | |
<td>0.1s (12%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>66.</td> | |
<td>strsim v0.8.0</td> | |
<td>0.6s</td> | |
<td>0.4s (73%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>67.</td> | |
<td>git2-curl v0.11.0</td> | |
<td>0.6s</td> | |
<td>0.4s (66%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>68.</td> | |
<td>quote v1.0.2</td> | |
<td>0.6s</td> | |
<td>0.3s (54%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>69.</td> | |
<td>libc v0.2.62</td> | |
<td>0.6s</td> | |
<td>0.1s (9%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>70.</td> | |
<td>libgit2-sys v0.9.1 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td>https, libssh2-sys, openssl-sys, ssh, ssh_key_from_memory</td> | |
</tr> | |
<tr> | |
<td>71.</td> | |
<td>openssl-sys v0.9.49</td> | |
<td>0.6s</td> | |
<td>0.1s (22%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>72.</td> | |
<td>socket2 v0.3.11</td> | |
<td>0.5s</td> | |
<td>0.3s (49%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>73.</td> | |
<td>libz-sys v1.0.25 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>74.</td> | |
<td>rustc_version v0.2.3</td> | |
<td>0.5s</td> | |
<td>0.3s (60%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>75.</td> | |
<td>proc-macro2 v1.0.3 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>76.</td> | |
<td>textwrap v0.11.0</td> | |
<td>0.5s</td> | |
<td>0.3s (66%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>77.</td> | |
<td>libnghttp2-sys v0.1.2 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>78.</td> | |
<td>backtrace-sys v0.1.31 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>79.</td> | |
<td>syn v0.15.44 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, extra-traits, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>80.</td> | |
<td>proc-macro2 v0.4.30 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>81.</td> | |
<td>crc32fast v1.2.0 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>82.</td> | |
<td>serde v1.0.101 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, derive, serde_derive, std</td> | |
</tr> | |
<tr> | |
<td>83.</td> | |
<td>libc v0.2.62 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>84.</td> | |
<td>quote v0.6.13</td> | |
<td>0.5s</td> | |
<td>0.3s (58%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>85.</td> | |
<td>syn v1.0.5 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>86.</td> | |
<td>ryu v1.0.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>87.</td> | |
<td>failure_derive v0.1.5 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>88.</td> | |
<td>miniz-sys v0.1.12 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>89.</td> | |
<td>humantime v1.3.0</td> | |
<td>0.4s</td> | |
<td>0.2s (45%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>90.</td> | |
<td>log v0.4.8</td> | |
<td>0.4s</td> | |
<td>0.2s (43%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>91.</td> | |
<td>opener v0.4.0</td> | |
<td>0.4s</td> | |
<td>0.3s (69%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>92.</td> | |
<td>ansi_term v0.11.0</td> | |
<td>0.4s</td> | |
<td>0.2s (38%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>93.</td> | |
<td>bitflags v1.1.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>94.</td> | |
<td>libgit2-sys v0.9.1</td> | |
<td>0.4s</td> | |
<td>0.1s (24%)</td> | |
<td>https, libssh2-sys, openssl-sys, ssh, ssh_key_from_memory</td> | |
</tr> | |
<tr> | |
<td>95.</td> | |
<td>thread_local v0.3.6</td> | |
<td>0.4s</td> | |
<td>0.2s (54%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>96.</td> | |
<td>rand_core v0.5.1</td> | |
<td>0.4s</td> | |
<td>0.1s (37%)</td> | |
<td>alloc, getrandom, std</td> | |
</tr> | |
<tr> | |
<td>97.</td> | |
<td>im-rc v13.0.0 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>98.</td> | |
<td>percent-encoding v2.1.0</td> | |
<td>0.3s</td> | |
<td>0.2s (57%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>99.</td> | |
<td>miniz-sys v0.1.12 custom-build (run)</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>100.</td> | |
<td>failure v0.1.5</td> | |
<td>0.3s</td> | |
<td>0.1s (37%)</td> | |
<td>backtrace, default, derive, failure_derive, std</td> | |
</tr> | |
<tr> | |
<td>101.</td> | |
<td>getrandom v0.1.12</td> | |
<td>0.3s</td> | |
<td>0.2s (48%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>102.</td> | |
<td>smallvec v0.6.10</td> | |
<td>0.3s</td> | |
<td>0.0s (4%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>103.</td> | |
<td>core-foundation-sys v0.6.2 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>mac_os_10_7_support</td> | |
</tr> | |
<tr> | |
<td>104.</td> | |
<td>getrandom v0.1.12 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>105.</td> | |
<td>crc32fast v1.2.0</td> | |
<td>0.3s</td> | |
<td>0.1s (46%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>106.</td> | |
<td>filetime v0.2.7</td> | |
<td>0.3s</td> | |
<td>0.1s (45%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>107.</td> | |
<td>shell-escape v0.1.4</td> | |
<td>0.3s</td> | |
<td>0.2s (63%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>108.</td> | |
<td>libnghttp2-sys v0.1.2</td> | |
<td>0.3s</td> | |
<td>0.1s (30%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>109.</td> | |
<td>ryu v1.0.0</td> | |
<td>0.3s</td> | |
<td>0.1s (39%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>110.</td> | |
<td>serde_ignored v0.1.0</td> | |
<td>0.3s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>111.</td> | |
<td>log v0.4.8 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>112.</td> | |
<td>curl v0.4.23 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>default, http2, openssl-probe, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>113.</td> | |
<td>crossbeam-utils v0.7.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>114.</td> | |
<td>commoncrypto v0.2.0</td> | |
<td>0.2s</td> | |
<td>0.1s (48%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>115.</td> | |
<td>crypto-hash v0.3.4</td> | |
<td>0.2s</td> | |
<td>0.1s (55%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>116.</td> | |
<td>fs2 v0.4.3</td> | |
<td>0.2s</td> | |
<td>0.1s (39%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>117.</td> | |
<td>same-file v1.0.5</td> | |
<td>0.2s</td> | |
<td>0.1s (46%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>118.</td> | |
<td>libssh2-sys v0.2.12</td> | |
<td>0.2s</td> | |
<td>0.1s (32%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>119.</td> | |
<td>vec_map v0.8.1</td> | |
<td>0.2s</td> | |
<td>0.0s (6%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>120.</td> | |
<td>curl-sys v0.4.23</td> | |
<td>0.2s</td> | |
<td>0.0s (6%)</td> | |
<td>default, http2, libnghttp2-sys, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>121.</td> | |
<td>bytesize v1.0.0</td> | |
<td>0.2s</td> | |
<td>0.1s (37%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>122.</td> | |
<td>rand_chacha v0.2.1</td> | |
<td>0.2s</td> | |
<td>0.0s (21%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>123.</td> | |
<td>commoncrypto-sys v0.2.0</td> | |
<td>0.2s</td> | |
<td>0.0s (27%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>124.</td> | |
<td>itoa v0.4.4</td> | |
<td>0.2s</td> | |
<td>0.0s (7%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>125.</td> | |
<td>core-foundation-sys v0.6.2</td> | |
<td>0.2s</td> | |
<td>0.0s (27%)</td> | |
<td>mac_os_10_7_support</td> | |
</tr> | |
<tr> | |
<td>126.</td> | |
<td>home v0.5.0</td> | |
<td>0.2s</td> | |
<td>0.1s (50%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>127.</td> | |
<td>typenum v1.11.2 custom-build (run)</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>128.</td> | |
<td>vte v0.3.3</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>129.</td> | |
<td>unicode-xid v0.2.0</td> | |
<td>0.1s</td> | |
<td>0.0s (31%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>130.</td> | |
<td>num_cpus v1.10.1</td> | |
<td>0.1s</td> | |
<td>0.0s (24%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>131.</td> | |
<td>unicode-xid v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (21%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>132.</td> | |
<td>utf8parse v0.1.1</td> | |
<td>0.1s</td> | |
<td>0.0s (16%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>133.</td> | |
<td>lazycell v1.2.1</td> | |
<td>0.1s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>134.</td> | |
<td>strip-ansi-escapes v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (10%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>135.</td> | |
<td>openssl-sys v0.9.49 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>136.</td> | |
<td>unicode-width v0.1.6</td> | |
<td>0.1s</td> | |
<td>0.0s (8%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>137.</td> | |
<td>quick-error v1.2.2</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>138.</td> | |
<td>libz-sys v1.0.25</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>139.</td> | |
<td>lazy_static v1.4.0</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>140.</td> | |
<td>miniz-sys v0.1.12</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>141.</td> | |
<td>atty v0.2.13</td> | |
<td>0.1s</td> | |
<td>0.0s (18%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>142.</td> | |
<td>fnv v1.0.6</td> | |
<td>0.1s</td> | |
<td>0.0s (11%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>143.</td> | |
<td>crossbeam-utils v0.7.0 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>144.</td> | |
<td>libz-sys v1.0.25 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>145.</td> | |
<td>backtrace-sys v0.1.31</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>146.</td> | |
<td>matches v0.1.8</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>147.</td> | |
<td>bitflags v1.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>148.</td> | |
<td>rustc-workspace-hack v1.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>149.</td> | |
<td>remove_dir_all v0.5.2</td> | |
<td>0.0s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>150.</td> | |
<td>cfg-if v0.1.9</td> | |
<td>0.0s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>151.</td> | |
<td>im-rc v13.0.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>152.</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>153.</td> | |
<td>serde v1.0.101 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, derive, serde_derive, std</td> | |
</tr> | |
<tr> | |
<td>154.</td> | |
<td>ryu v1.0.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>155.</td> | |
<td>syn v0.15.44 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, extra-traits, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>156.</td> | |
<td>proc-macro2 v1.0.3 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>157.</td> | |
<td>memchr v2.2.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>158.</td> | |
<td>syn v1.0.5 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>159.</td> | |
<td>libc v0.2.62 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>160.</td> | |
<td>proc-macro2 v0.4.30 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>161.</td> | |
<td>failure_derive v0.1.5 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>162.</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>163.</td> | |
<td>curl-sys v0.4.23 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, http2, libnghttp2-sys, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>164.</td> | |
<td>log v0.4.8 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>165.</td> | |
<td>getrandom v0.1.12 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>166.</td> | |
<td>curl v0.4.23 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, http2, openssl-probe, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>167.</td> | |
<td>core-foundation-sys v0.6.2 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>mac_os_10_7_support</td> | |
</tr> | |
</tbody> | |
</table> | |
<script> | |
DURATION = 259; | |
const UNIT_DATA = [ | |
{ | |
"i": 0, | |
"name": "libc", | |
"version": "0.2.62", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 0.2, | |
"duration": 0.47, | |
"rmeta_time": 0.47, | |
"unlocked_units": [ | |
49 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 1, | |
"name": "cfg-if", | |
"version": "0.1.9", | |
"mode": "todo", | |
"target": "", | |
"start": 0.66, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 2, | |
"name": "log", | |
"version": "0.4.8", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 0.71, | |
"duration": 0.26, | |
"rmeta_time": 0.26, | |
"unlocked_units": [ | |
50 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 3, | |
"name": "pkg-config", | |
"version": "0.3.16", | |
"mode": "todo", | |
"target": "", | |
"start": 0.97, | |
"duration": 1.1, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 4, | |
"name": "proc-macro2", | |
"version": "1.0.3", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.07, | |
"duration": 0.51, | |
"rmeta_time": 0.51, | |
"unlocked_units": [ | |
51 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 5, | |
"name": "unicode-xid", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.58, | |
"duration": 0.14, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 6, | |
"name": "syn", | |
"version": "1.0.5", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.72, | |
"duration": 0.45, | |
"rmeta_time": 0.45, | |
"unlocked_units": [ | |
52 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 7, | |
"name": "serde", | |
"version": "1.0.101", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.17, | |
"duration": 0.47, | |
"rmeta_time": 0.47, | |
"unlocked_units": [ | |
53 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 8, | |
"name": "autocfg", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 3.64, | |
"duration": 0.6, | |
"rmeta_time": 0.19, | |
"unlocked_units": [ | |
54 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 9, | |
"name": "lazy_static", | |
"version": "1.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.24, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
56, | |
55 | |
] | |
}, | |
{ | |
"i": 10, | |
"name": "proc-macro2", | |
"version": "0.4.30", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 4.33, | |
"duration": 0.48, | |
"rmeta_time": 0.48, | |
"unlocked_units": [ | |
57 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 11, | |
"name": "unicode-xid", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.81, | |
"duration": 0.11, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 12, | |
"name": "memchr", | |
"version": "2.2.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 4.92, | |
"duration": 0.64, | |
"rmeta_time": 0.64, | |
"unlocked_units": [ | |
58 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 13, | |
"name": "syn", | |
"version": "0.15.44", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 5.57, | |
"duration": 0.49, | |
"rmeta_time": 0.49, | |
"unlocked_units": [ | |
59 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 14, | |
"name": "smallvec", | |
"version": "0.6.10", | |
"mode": "todo", | |
"target": "", | |
"start": 6.05, | |
"duration": 0.31, | |
"rmeta_time": 0.3, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
60 | |
] | |
}, | |
{ | |
"i": 15, | |
"name": "getrandom", | |
"version": "0.1.12", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 6.36, | |
"duration": 0.31, | |
"rmeta_time": 0.31, | |
"unlocked_units": [ | |
61 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 16, | |
"name": "matches", | |
"version": "0.1.8", | |
"mode": "todo", | |
"target": "", | |
"start": 6.67, | |
"duration": 0.05, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
62 | |
] | |
}, | |
{ | |
"i": 17, | |
"name": "failure_derive", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 6.72, | |
"duration": 0.43, | |
"rmeta_time": 0.43, | |
"unlocked_units": [ | |
63 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 18, | |
"name": "ryu", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 7.15, | |
"duration": 0.43, | |
"rmeta_time": 0.43, | |
"unlocked_units": [ | |
64 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 19, | |
"name": "semver-parser", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 7.59, | |
"duration": 0.68, | |
"rmeta_time": 0.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 20, | |
"name": "bitflags", | |
"version": "1.1.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 8.26, | |
"duration": 0.4, | |
"rmeta_time": 0.4, | |
"unlocked_units": [ | |
65 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 21, | |
"name": "rustc-demangle", | |
"version": "0.1.16", | |
"mode": "todo", | |
"target": "", | |
"start": 8.66, | |
"duration": 0.63, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 22, | |
"name": "typenum", | |
"version": "1.11.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 9.28, | |
"duration": 0.65, | |
"rmeta_time": 0.65, | |
"unlocked_units": [ | |
66 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 23, | |
"name": "curl", | |
"version": "0.4.23", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 9.93, | |
"duration": 0.26, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 24, | |
"name": "percent-encoding", | |
"version": "2.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 10.19, | |
"duration": 0.35, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 25, | |
"name": "regex-syntax", | |
"version": "0.6.12", | |
"mode": "todo", | |
"target": "", | |
"start": 10.54, | |
"duration": 5.88, | |
"rmeta_time": 2.81, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 26, | |
"name": "ppv-lite86", | |
"version": "0.2.5", | |
"mode": "todo", | |
"target": "", | |
"start": 16.41, | |
"duration": 0.86, | |
"rmeta_time": 0.83, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
67 | |
] | |
}, | |
{ | |
"i": 27, | |
"name": "crc32fast", | |
"version": "1.2.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.27, | |
"duration": 0.48, | |
"rmeta_time": 0.48, | |
"unlocked_units": [ | |
68 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 28, | |
"name": "itoa", | |
"version": "0.4.4", | |
"mode": "todo", | |
"target": "", | |
"start": 17.75, | |
"duration": 0.17, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 29, | |
"name": "core-foundation-sys", | |
"version": "0.6.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.92, | |
"duration": 0.31, | |
"rmeta_time": 0.31, | |
"unlocked_units": [ | |
69 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 30, | |
"name": "unicode-width", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 18.22, | |
"duration": 0.09, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
70 | |
] | |
}, | |
{ | |
"i": 31, | |
"name": "utf8parse", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 18.32, | |
"duration": 0.11, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
71 | |
] | |
}, | |
{ | |
"i": 32, | |
"name": "fnv", | |
"version": "1.0.6", | |
"mode": "todo", | |
"target": "", | |
"start": 18.43, | |
"duration": 0.08, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 33, | |
"name": "same-file", | |
"version": "1.0.5", | |
"mode": "todo", | |
"target": "", | |
"start": 18.51, | |
"duration": 0.2, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
72 | |
] | |
}, | |
{ | |
"i": 34, | |
"name": "quick-error", | |
"version": "1.2.2", | |
"mode": "todo", | |
"target": "", | |
"start": 18.71, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
73 | |
] | |
}, | |
{ | |
"i": 35, | |
"name": "vec_map", | |
"version": "0.8.1", | |
"mode": "todo", | |
"target": "", | |
"start": 18.8, | |
"duration": 0.2, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 36, | |
"name": "hex", | |
"version": "0.3.2", | |
"mode": "todo", | |
"target": "", | |
"start": 19.0, | |
"duration": 1.02, | |
"rmeta_time": 0.98, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 37, | |
"name": "termcolor", | |
"version": "1.0.5", | |
"mode": "todo", | |
"target": "", | |
"start": 20.02, | |
"duration": 0.66, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 38, | |
"name": "strsim", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 20.68, | |
"duration": 0.59, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 39, | |
"name": "ansi_term", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 21.27, | |
"duration": 0.4, | |
"rmeta_time": 0.25, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 40, | |
"name": "remove_dir_all", | |
"version": "0.5.2", | |
"mode": "todo", | |
"target": "", | |
"start": 21.67, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 41, | |
"name": "lazycell", | |
"version": "1.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 21.72, | |
"duration": 0.1, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 42, | |
"name": "rustc-workspace-hack", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 21.83, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 43, | |
"name": "hex", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 21.88, | |
"duration": 0.59, | |
"rmeta_time": 0.52, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 44, | |
"name": "shell-escape", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 22.46, | |
"duration": 0.29, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 45, | |
"name": "home", | |
"version": "0.5.0", | |
"mode": "todo", | |
"target": "", | |
"start": 22.75, | |
"duration": 0.16, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 46, | |
"name": "bytesize", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 22.91, | |
"duration": 0.19, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 47, | |
"name": "opener", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 23.1, | |
"duration": 0.41, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 48, | |
"name": "glob", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 23.51, | |
"duration": 0.99, | |
"rmeta_time": 0.3, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 49, | |
"name": "libc", | |
"version": "0.2.62", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.5, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
74 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 50, | |
"name": "log", | |
"version": "0.4.8", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.52, | |
"duration": 0.0, | |
"rmeta_time": 0.0, | |
"unlocked_units": [ | |
75 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 51, | |
"name": "proc-macro2", | |
"version": "1.0.3", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.52, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
76 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 52, | |
"name": "syn", | |
"version": "1.0.5", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.55, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 53, | |
"name": "serde", | |
"version": "1.0.101", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.57, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 54, | |
"name": "crossbeam-utils", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 24.59, | |
"duration": 0.25, | |
"rmeta_time": 0.25, | |
"unlocked_units": [ | |
77 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 55, | |
"name": "thread_local", | |
"version": "0.3.6", | |
"mode": "todo", | |
"target": "", | |
"start": 24.84, | |
"duration": 0.36, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 56, | |
"name": "crossbeam-utils", | |
"version": "0.6.6", | |
"mode": "todo", | |
"target": "", | |
"start": 25.21, | |
"duration": 0.83, | |
"rmeta_time": 0.41, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
78 | |
] | |
}, | |
{ | |
"i": 57, | |
"name": "proc-macro2", | |
"version": "0.4.30", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 26.04, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
79 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 58, | |
"name": "memchr", | |
"version": "2.2.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 26.06, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
80 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 59, | |
"name": "syn", | |
"version": "0.15.44", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 26.08, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 60, | |
"name": "unicode-normalization", | |
"version": "0.1.8", | |
"mode": "todo", | |
"target": "", | |
"start": 26.11, | |
"duration": 2.06, | |
"rmeta_time": 1.96, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 61, | |
"name": "getrandom", | |
"version": "0.1.12", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 28.17, | |
"duration": 0.0, | |
"rmeta_time": 0.0, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 62, | |
"name": "unicode-bidi", | |
"version": "0.3.4", | |
"mode": "todo", | |
"target": "", | |
"start": 28.17, | |
"duration": 1.09, | |
"rmeta_time": 0.34, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
81 | |
] | |
}, | |
{ | |
"i": 63, | |
"name": "failure_derive", | |
"version": "0.1.5", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 29.26, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 64, | |
"name": "ryu", | |
"version": "1.0.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 29.28, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
82 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 65, | |
"name": "bitflags", | |
"version": "1.1.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 29.31, | |
"duration": 0.03, | |
"rmeta_time": 0.03, | |
"unlocked_units": [ | |
83 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 66, | |
"name": "typenum", | |
"version": "1.11.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 29.33, | |
"duration": 0.15, | |
"rmeta_time": 0.15, | |
"unlocked_units": [ | |
84 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 67, | |
"name": "c2-chacha", | |
"version": "0.2.2", | |
"mode": "todo", | |
"target": "", | |
"start": 29.48, | |
"duration": 1.56, | |
"rmeta_time": 0.46, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 68, | |
"name": "crc32fast", | |
"version": "1.2.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 31.05, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
85 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 69, | |
"name": "core-foundation-sys", | |
"version": "0.6.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 31.07, | |
"duration": 0.0, | |
"rmeta_time": 0.0, | |
"unlocked_units": [ | |
86 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 70, | |
"name": "textwrap", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 31.07, | |
"duration": 0.51, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 71, | |
"name": "vte", | |
"version": "0.3.3", | |
"mode": "todo", | |
"target": "", | |
"start": 31.58, | |
"duration": 0.14, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
87 | |
] | |
}, | |
{ | |
"i": 72, | |
"name": "walkdir", | |
"version": "2.2.9", | |
"mode": "todo", | |
"target": "", | |
"start": 31.72, | |
"duration": 0.76, | |
"rmeta_time": 0.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 73, | |
"name": "humantime", | |
"version": "1.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 32.48, | |
"duration": 0.42, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 74, | |
"name": "libc", | |
"version": "0.2.62", | |
"mode": "todo", | |
"target": "", | |
"start": 32.91, | |
"duration": 0.57, | |
"rmeta_time": 0.52, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
89, | |
93, | |
90, | |
88, | |
91, | |
94, | |
92 | |
] | |
}, | |
{ | |
"i": 75, | |
"name": "log", | |
"version": "0.4.8", | |
"mode": "todo", | |
"target": "", | |
"start": 33.47, | |
"duration": 0.41, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
95 | |
] | |
}, | |
{ | |
"i": 76, | |
"name": "proc-macro2", | |
"version": "1.0.3", | |
"mode": "todo", | |
"target": "", | |
"start": 33.88, | |
"duration": 1.2, | |
"rmeta_time": 0.51, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
96 | |
] | |
}, | |
{ | |
"i": 77, | |
"name": "crossbeam-utils", | |
"version": "0.7.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 35.08, | |
"duration": 0.07, | |
"rmeta_time": 0.07, | |
"unlocked_units": [ | |
97 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 78, | |
"name": "crossbeam-channel", | |
"version": "0.3.9", | |
"mode": "todo", | |
"target": "", | |
"start": 35.16, | |
"duration": 0.99, | |
"rmeta_time": 0.63, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 79, | |
"name": "proc-macro2", | |
"version": "0.4.30", | |
"mode": "todo", | |
"target": "", | |
"start": 36.15, | |
"duration": 1.19, | |
"rmeta_time": 0.5, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
98 | |
] | |
}, | |
{ | |
"i": 80, | |
"name": "memchr", | |
"version": "2.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 37.34, | |
"duration": 0.6, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
100, | |
99 | |
] | |
}, | |
{ | |
"i": 81, | |
"name": "idna", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 37.94, | |
"duration": 1.69, | |
"rmeta_time": 0.69, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
101 | |
] | |
}, | |
{ | |
"i": 82, | |
"name": "ryu", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 39.63, | |
"duration": 0.28, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 83, | |
"name": "bitflags", | |
"version": "1.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 39.91, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 84, | |
"name": "typenum", | |
"version": "1.11.2", | |
"mode": "todo", | |
"target": "", | |
"start": 39.97, | |
"duration": 0.82, | |
"rmeta_time": 0.76, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
102 | |
] | |
}, | |
{ | |
"i": 85, | |
"name": "crc32fast", | |
"version": "1.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 40.78, | |
"duration": 0.3, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 86, | |
"name": "core-foundation-sys", | |
"version": "0.6.2", | |
"mode": "todo", | |
"target": "", | |
"start": 41.08, | |
"duration": 0.16, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
103 | |
] | |
}, | |
{ | |
"i": 87, | |
"name": "strip-ansi-escapes", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 41.24, | |
"duration": 0.1, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 88, | |
"name": "num_cpus", | |
"version": "1.10.1", | |
"mode": "todo", | |
"target": "", | |
"start": 41.34, | |
"duration": 0.11, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 89, | |
"name": "getrandom", | |
"version": "0.1.12", | |
"mode": "todo", | |
"target": "", | |
"start": 41.46, | |
"duration": 0.32, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
104 | |
] | |
}, | |
{ | |
"i": 90, | |
"name": "socket2", | |
"version": "0.3.11", | |
"mode": "todo", | |
"target": "", | |
"start": 41.78, | |
"duration": 0.55, | |
"rmeta_time": 0.28, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 91, | |
"name": "atty", | |
"version": "0.2.13", | |
"mode": "todo", | |
"target": "", | |
"start": 42.33, | |
"duration": 0.08, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
105 | |
] | |
}, | |
{ | |
"i": 92, | |
"name": "commoncrypto-sys", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 42.41, | |
"duration": 0.17, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
106 | |
] | |
}, | |
{ | |
"i": 93, | |
"name": "filetime", | |
"version": "0.2.7", | |
"mode": "todo", | |
"target": "", | |
"start": 42.59, | |
"duration": 0.29, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
107 | |
] | |
}, | |
{ | |
"i": 94, | |
"name": "fs2", | |
"version": "0.4.3", | |
"mode": "todo", | |
"target": "", | |
"start": 42.88, | |
"duration": 0.2, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 95, | |
"name": "jobserver", | |
"version": "0.1.17", | |
"mode": "todo", | |
"target": "", | |
"start": 43.08, | |
"duration": 0.9, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
108 | |
] | |
}, | |
{ | |
"i": 96, | |
"name": "quote", | |
"version": "1.0.2", | |
"mode": "todo", | |
"target": "", | |
"start": 43.98, | |
"duration": 0.57, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
109 | |
] | |
}, | |
{ | |
"i": 97, | |
"name": "crossbeam-utils", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 44.56, | |
"duration": 0.8, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 98, | |
"name": "quote", | |
"version": "0.6.13", | |
"mode": "todo", | |
"target": "", | |
"start": 45.35, | |
"duration": 0.46, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
110 | |
] | |
}, | |
{ | |
"i": 99, | |
"name": "aho-corasick", | |
"version": "0.7.6", | |
"mode": "todo", | |
"target": "", | |
"start": 45.81, | |
"duration": 2.58, | |
"rmeta_time": 1.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
111 | |
] | |
}, | |
{ | |
"i": 100, | |
"name": "bstr", | |
"version": "0.2.8", | |
"mode": "todo", | |
"target": "", | |
"start": 48.39, | |
"duration": 0.94, | |
"rmeta_time": 0.62, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 101, | |
"name": "url", | |
"version": "2.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 49.33, | |
"duration": 1.5, | |
"rmeta_time": 0.73, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 102, | |
"name": "sized-chunks", | |
"version": "0.3.1", | |
"mode": "todo", | |
"target": "", | |
"start": 50.83, | |
"duration": 2.7, | |
"rmeta_time": 1.8, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 103, | |
"name": "core-foundation", | |
"version": "0.6.4", | |
"mode": "todo", | |
"target": "", | |
"start": 53.53, | |
"duration": 0.63, | |
"rmeta_time": 0.39, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 104, | |
"name": "rand_core", | |
"version": "0.5.1", | |
"mode": "todo", | |
"target": "", | |
"start": 54.16, | |
"duration": 0.36, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
112 | |
] | |
}, | |
{ | |
"i": 105, | |
"name": "clap", | |
"version": "2.33.0", | |
"mode": "todo", | |
"target": "", | |
"start": 54.52, | |
"duration": 9.74, | |
"rmeta_time": 3.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 106, | |
"name": "commoncrypto", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 64.27, | |
"duration": 0.24, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
113 | |
] | |
}, | |
{ | |
"i": 107, | |
"name": "tar", | |
"version": "0.4.26", | |
"mode": "todo", | |
"target": "", | |
"start": 64.5, | |
"duration": 1.71, | |
"rmeta_time": 0.65, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 108, | |
"name": "cc", | |
"version": "1.0.45", | |
"mode": "todo", | |
"target": "", | |
"start": 66.22, | |
"duration": 2.21, | |
"rmeta_time": 0.58, | |
"unlocked_units": [ | |
114, | |
119, | |
118, | |
120, | |
117, | |
116, | |
121, | |
115 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 109, | |
"name": "syn", | |
"version": "1.0.5", | |
"mode": "todo", | |
"target": "", | |
"start": 68.42, | |
"duration": 6.03, | |
"rmeta_time": 2.39, | |
"unlocked_units": [ | |
122 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 110, | |
"name": "syn", | |
"version": "0.15.44", | |
"mode": "todo", | |
"target": "", | |
"start": 74.45, | |
"duration": 7.4, | |
"rmeta_time": 3.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
123 | |
] | |
}, | |
{ | |
"i": 111, | |
"name": "regex", | |
"version": "1.3.1", | |
"mode": "todo", | |
"target": "", | |
"start": 81.85, | |
"duration": 6.28, | |
"rmeta_time": 1.45, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
124, | |
125 | |
] | |
}, | |
{ | |
"i": 112, | |
"name": "rand_chacha", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 88.13, | |
"duration": 0.19, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
126 | |
] | |
}, | |
{ | |
"i": 113, | |
"name": "crypto-hash", | |
"version": "0.3.4", | |
"mode": "todo", | |
"target": "", | |
"start": 88.32, | |
"duration": 0.24, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 114, | |
"name": "libz-sys", | |
"version": "1.0.25", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 88.55, | |
"duration": 0.53, | |
"rmeta_time": 0.53, | |
"unlocked_units": [ | |
127 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 115, | |
"name": "openssl-sys", | |
"version": "0.9.49", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 89.09, | |
"duration": 0.98, | |
"rmeta_time": 0.98, | |
"unlocked_units": [ | |
128 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 116, | |
"name": "libnghttp2-sys", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 90.06, | |
"duration": 0.49, | |
"rmeta_time": 0.49, | |
"unlocked_units": [ | |
129 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 117, | |
"name": "curl-sys", | |
"version": "0.4.23", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 90.55, | |
"duration": 0.65, | |
"rmeta_time": 0.65, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 118, | |
"name": "backtrace-sys", | |
"version": "0.1.31", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 91.2, | |
"duration": 0.49, | |
"rmeta_time": 0.49, | |
"unlocked_units": [ | |
130 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 119, | |
"name": "libssh2-sys", | |
"version": "0.2.12", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 91.69, | |
"duration": 0.6, | |
"rmeta_time": 0.6, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 120, | |
"name": "libgit2-sys", | |
"version": "0.9.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 92.3, | |
"duration": 0.55, | |
"rmeta_time": 0.55, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 121, | |
"name": "miniz-sys", | |
"version": "0.1.12", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 92.85, | |
"duration": 0.43, | |
"rmeta_time": 0.43, | |
"unlocked_units": [ | |
131 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 122, | |
"name": "serde_derive", | |
"version": "1.0.101", | |
"mode": "todo", | |
"target": "", | |
"start": 93.28, | |
"duration": 9.91, | |
"rmeta_time": 9.91, | |
"unlocked_units": [ | |
132 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 123, | |
"name": "synstructure", | |
"version": "0.10.2", | |
"mode": "todo", | |
"target": "", | |
"start": 103.19, | |
"duration": 2.04, | |
"rmeta_time": 0.5, | |
"unlocked_units": [ | |
133 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 124, | |
"name": "globset", | |
"version": "0.4.4", | |
"mode": "todo", | |
"target": "", | |
"start": 105.23, | |
"duration": 2.48, | |
"rmeta_time": 0.54, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
134 | |
] | |
}, | |
{ | |
"i": 125, | |
"name": "env_logger", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 107.71, | |
"duration": 0.91, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 126, | |
"name": "rand", | |
"version": "0.7.2", | |
"mode": "todo", | |
"target": "", | |
"start": 108.62, | |
"duration": 1.76, | |
"rmeta_time": 1.28, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
135 | |
] | |
}, | |
{ | |
"i": 127, | |
"name": "libz-sys", | |
"version": "1.0.25", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.38, | |
"duration": 0.07, | |
"rmeta_time": 0.07, | |
"unlocked_units": [ | |
136 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 128, | |
"name": "openssl-sys", | |
"version": "0.9.49", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.46, | |
"duration": 0.1, | |
"rmeta_time": 0.1, | |
"unlocked_units": [ | |
138, | |
137 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 129, | |
"name": "libnghttp2-sys", | |
"version": "0.1.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.56, | |
"duration": 31.5, | |
"rmeta_time": 31.5, | |
"unlocked_units": [ | |
155, | |
154 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 130, | |
"name": "backtrace-sys", | |
"version": "0.1.31", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.73, | |
"duration": 28.85, | |
"rmeta_time": 28.85, | |
"unlocked_units": [ | |
150 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 131, | |
"name": "miniz-sys", | |
"version": "0.1.12", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.87, | |
"duration": 0.33, | |
"rmeta_time": 0.33, | |
"unlocked_units": [ | |
139 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 132, | |
"name": "serde", | |
"version": "1.0.101", | |
"mode": "todo", | |
"target": "", | |
"start": 111.2, | |
"duration": 6.88, | |
"rmeta_time": 6.54, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
141, | |
142, | |
140, | |
143, | |
144 | |
] | |
}, | |
{ | |
"i": 133, | |
"name": "failure_derive", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 118.08, | |
"duration": 1.53, | |
"rmeta_time": 1.53, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 134, | |
"name": "ignore", | |
"version": "0.4.10", | |
"mode": "todo", | |
"target": "", | |
"start": 119.61, | |
"duration": 3.39, | |
"rmeta_time": 0.79, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 135, | |
"name": "tempfile", | |
"version": "3.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 123.01, | |
"duration": 0.6, | |
"rmeta_time": 0.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 136, | |
"name": "libz-sys", | |
"version": "1.0.25", | |
"mode": "todo", | |
"target": "", | |
"start": 123.61, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 137, | |
"name": "libssh2-sys", | |
"version": "0.2.12", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 123.7, | |
"duration": 23.23, | |
"rmeta_time": 23.23, | |
"unlocked_units": [ | |
161, | |
160 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 138, | |
"name": "openssl-sys", | |
"version": "0.9.49", | |
"mode": "todo", | |
"target": "", | |
"start": 124.6, | |
"duration": 0.55, | |
"rmeta_time": 0.43, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 139, | |
"name": "miniz-sys", | |
"version": "0.1.12", | |
"mode": "todo", | |
"target": "", | |
"start": 125.15, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
145 | |
] | |
}, | |
{ | |
"i": 140, | |
"name": "semver", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 125.23, | |
"duration": 0.7, | |
"rmeta_time": 0.35, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
146 | |
] | |
}, | |
{ | |
"i": 141, | |
"name": "serde_json", | |
"version": "1.0.40", | |
"mode": "todo", | |
"target": "", | |
"start": 125.94, | |
"duration": 2.96, | |
"rmeta_time": 1.63, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 142, | |
"name": "serde_ignored", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 128.89, | |
"duration": 0.28, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 143, | |
"name": "toml", | |
"version": "0.5.3", | |
"mode": "todo", | |
"target": "", | |
"start": 129.18, | |
"duration": 3.25, | |
"rmeta_time": 1.31, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 144, | |
"name": "cargo-platform", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 132.43, | |
"duration": 0.9, | |
"rmeta_time": 0.44, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 145, | |
"name": "flate2", | |
"version": "1.0.11", | |
"mode": "todo", | |
"target": "", | |
"start": 133.33, | |
"duration": 0.85, | |
"rmeta_time": 0.57, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 146, | |
"name": "rustc_version", | |
"version": "0.2.3", | |
"mode": "todo", | |
"target": "", | |
"start": 134.18, | |
"duration": 0.52, | |
"rmeta_time": 0.21, | |
"unlocked_units": [ | |
147 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 147, | |
"name": "im-rc", | |
"version": "13.0.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 134.7, | |
"duration": 0.35, | |
"rmeta_time": 0.35, | |
"unlocked_units": [ | |
148 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 148, | |
"name": "im-rc", | |
"version": "13.0.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 135.04, | |
"duration": 0.03, | |
"rmeta_time": 0.03, | |
"unlocked_units": [ | |
149 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 149, | |
"name": "im-rc", | |
"version": "13.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 135.07, | |
"duration": 2.23, | |
"rmeta_time": 2.06, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 150, | |
"name": "backtrace-sys", | |
"version": "0.1.31", | |
"mode": "todo", | |
"target": "", | |
"start": 139.58, | |
"duration": 0.06, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
151 | |
] | |
}, | |
{ | |
"i": 151, | |
"name": "backtrace", | |
"version": "0.3.37", | |
"mode": "todo", | |
"target": "", | |
"start": 139.65, | |
"duration": 0.74, | |
"rmeta_time": 0.31, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
152 | |
] | |
}, | |
{ | |
"i": 152, | |
"name": "failure", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 140.38, | |
"duration": 0.33, | |
"rmeta_time": 0.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
153 | |
] | |
}, | |
{ | |
"i": 153, | |
"name": "rustfix", | |
"version": "0.4.6", | |
"mode": "todo", | |
"target": "", | |
"start": 140.71, | |
"duration": 1.08, | |
"rmeta_time": 0.53, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 154, | |
"name": "curl-sys", | |
"version": "0.4.23", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 142.05, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
156 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 155, | |
"name": "libnghttp2-sys", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 142.06, | |
"duration": 0.29, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
157 | |
] | |
}, | |
{ | |
"i": 156, | |
"name": "curl", | |
"version": "0.4.23", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 142.35, | |
"duration": 0.0, | |
"rmeta_time": 0.0, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 157, | |
"name": "curl-sys", | |
"version": "0.4.23", | |
"mode": "todo", | |
"target": "", | |
"start": 142.35, | |
"duration": 0.19, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
158 | |
] | |
}, | |
{ | |
"i": 158, | |
"name": "curl", | |
"version": "0.4.23", | |
"mode": "todo", | |
"target": "", | |
"start": 142.55, | |
"duration": 1.66, | |
"rmeta_time": 0.7, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
159 | |
] | |
}, | |
{ | |
"i": 159, | |
"name": "crates-io", | |
"version": "0.30.0", | |
"mode": "todo", | |
"target": "", | |
"start": 144.21, | |
"duration": 2.02, | |
"rmeta_time": 0.64, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 160, | |
"name": "libssh2-sys", | |
"version": "0.2.12", | |
"mode": "todo", | |
"target": "", | |
"start": 146.92, | |
"duration": 0.2, | |
"rmeta_time": 0.14, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 161, | |
"name": "libgit2-sys", | |
"version": "0.9.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 147.12, | |
"duration": 16.94, | |
"rmeta_time": 16.94, | |
"unlocked_units": [ | |
162 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 162, | |
"name": "libgit2-sys", | |
"version": "0.9.1", | |
"mode": "todo", | |
"target": "", | |
"start": 164.06, | |
"duration": 0.39, | |
"rmeta_time": 0.3, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
163 | |
] | |
}, | |
{ | |
"i": 163, | |
"name": "git2", | |
"version": "0.10.1", | |
"mode": "todo", | |
"target": "", | |
"start": 164.46, | |
"duration": 5.26, | |
"rmeta_time": 2.5, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
164 | |
] | |
}, | |
{ | |
"i": 164, | |
"name": "git2-curl", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 169.72, | |
"duration": 0.58, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
165 | |
] | |
}, | |
{ | |
"i": 165, | |
"name": "cargo", | |
"version": "0.42.0", | |
"mode": "todo", | |
"target": "", | |
"start": 170.29, | |
"duration": 77.25, | |
"rmeta_time": 18.02, | |
"unlocked_units": [ | |
166 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 166, | |
"name": "cargo", | |
"version": "0.42.0", | |
"mode": "todo", | |
"target": " bin \"cargo\"", | |
"start": 247.54, | |
"duration": 10.9, | |
"rmeta_time": 10.9, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
} | |
]; | |
const CONCURRENCY_DATA = [ | |
{ | |
"t": 0.195168299, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 118 | |
}, | |
{ | |
"t": 0.195284686, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 118 | |
}, | |
{ | |
"t": 0.662789619, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 118 | |
}, | |
{ | |
"t": 0.662909583, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.66301259, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.703712386, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.709855212, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.709982005, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.971948943, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.972064381, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 116 | |
}, | |
{ | |
"t": 0.972176371, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 116 | |
}, | |
{ | |
"t": 1.2298571680000001, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 116 | |
}, | |
{ | |
"t": 1.730222628, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.071818886, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.071932155, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.5741822340000002, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.583697908, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.583928593, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 115 | |
}, | |
{ | |
"t": 2.58409894, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 115 | |
}, | |
{ | |
"t": 2.677814583, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 115 | |
}, | |
{ | |
"t": 2.720947502, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 115 | |
}, | |
{ | |
"t": 2.721085654, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 115 | |
}, | |
{ | |
"t": 3.16849666, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 115 | |
}, | |
{ | |
"t": 3.168611589, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 114 | |
}, | |
{ | |
"t": 3.168718526, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 114 | |
}, | |
{ | |
"t": 3.639957481, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 114 | |
}, | |
{ | |
"t": 3.640067592, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 113 | |
}, | |
{ | |
"t": 3.6402277, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 113 | |
}, | |
{ | |
"t": 3.834853379, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 113 | |
}, | |
{ | |
"t": 4.242748249, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 112 | |
}, | |
{ | |
"t": 4.242879956, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 112 | |
}, | |
{ | |
"t": 4.319263036, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 110 | |
}, | |
{ | |
"t": 4.330649142, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 110 | |
}, | |
{ | |
"t": 4.330764398, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 110 | |
}, | |
{ | |
"t": 4.8121612129999995, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 110 | |
}, | |
{ | |
"t": 4.812253257, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 109 | |
}, | |
{ | |
"t": 4.8123650829999995, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 109 | |
}, | |
{ | |
"t": 4.899945572, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 109 | |
}, | |
{ | |
"t": 4.923604492, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 109 | |
}, | |
{ | |
"t": 4.923656065, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 109 | |
}, | |
{ | |
"t": 5.424937491, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 109 | |
}, | |
{ | |
"t": 5.566731591, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 109 | |
}, | |
{ | |
"t": 5.566834437, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 108 | |
}, | |
{ | |
"t": 5.566912534, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 108 | |
}, | |
{ | |
"t": 6.052508719, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 108 | |
}, | |
{ | |
"t": 6.052602878, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 107 | |
}, | |
{ | |
"t": 6.052710331, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 107 | |
}, | |
{ | |
"t": 6.347985105, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 106 | |
}, | |
{ | |
"t": 6.361729134, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 106 | |
}, | |
{ | |
"t": 6.361820858, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 106 | |
}, | |
{ | |
"t": 6.669668972, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 106 | |
}, | |
{ | |
"t": 6.669769542, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 105 | |
}, | |
{ | |
"t": 6.669928969, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 105 | |
}, | |
{ | |
"t": 6.715288286, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 104 | |
}, | |
{ | |
"t": 6.722067525, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 104 | |
}, | |
{ | |
"t": 6.7222162690000005, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 104 | |
}, | |
{ | |
"t": 7.151413915, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 104 | |
}, | |
{ | |
"t": 7.151539055, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 103 | |
}, | |
{ | |
"t": 7.151650116, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 103 | |
}, | |
{ | |
"t": 7.584853957, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 103 | |
}, | |
{ | |
"t": 7.584958754, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 102 | |
}, | |
{ | |
"t": 7.585076246, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 102 | |
}, | |
{ | |
"t": 7.794888448, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 102 | |
}, | |
{ | |
"t": 8.261752552, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 102 | |
}, | |
{ | |
"t": 8.261900587, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 102 | |
}, | |
{ | |
"t": 8.658365169, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 102 | |
}, | |
{ | |
"t": 8.658458627, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 101 | |
}, | |
{ | |
"t": 8.658575151, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 101 | |
}, | |
{ | |
"t": 8.927243525, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.284736426, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.284794259, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.785160772, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.931010818, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.931110621, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 100 | |
}, | |
{ | |
"t": 9.931224629, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.191636201, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.191749169, | |
"active": 1, | |
"waiting": 42, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.191862658, | |
"active": 1, | |
"waiting": 42, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.341867901, | |
"active": 1, | |
"waiting": 42, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.537227171, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.537357329, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 11.037410064, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 11.538966859, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 12.043318493, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 12.548402624, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 13.052452525, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 13.34286443, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 13.844124748, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 14.349230005999999, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 14.854293558, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 15.357454575, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 15.859689779, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 16.360619861, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 16.413596458, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 100 | |
}, | |
{ | |
"t": 16.413808553, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 100 | |
}, | |
{ | |
"t": 16.915368312, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 100 | |
}, | |
{ | |
"t": 17.245513007, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 99 | |
}, | |
{ | |
"t": 17.272163115, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 99 | |
}, | |
{ | |
"t": 17.272282752, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 99 | |
}, | |
{ | |
"t": 17.747749244, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 99 | |
}, | |
{ | |
"t": 17.747860094, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 98 | |
}, | |
{ | |
"t": 17.747973971, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 98 | |
}, | |
{ | |
"t": 17.904589672, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 98 | |
}, | |
{ | |
"t": 17.916054966, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 98 | |
}, | |
{ | |
"t": 17.916131575, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 98 | |
}, | |
{ | |
"t": 18.224000729, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 98 | |
}, | |
{ | |
"t": 18.224104911, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 97 | |
}, | |
{ | |
"t": 18.22421528, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 97 | |
}, | |
{ | |
"t": 18.309706763, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 96 | |
}, | |
{ | |
"t": 18.31722265, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 96 | |
}, | |
{ | |
"t": 18.317295355, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 96 | |
}, | |
{ | |
"t": 18.409229435, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.42671353, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.426832106, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.498221482, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.507242052, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.507371975, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.617581802, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 94 | |
}, | |
{ | |
"t": 18.710144969, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 94 | |
}, | |
{ | |
"t": 18.710291445, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 94 | |
}, | |
{ | |
"t": 18.790695704, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 93 | |
}, | |
{ | |
"t": 18.802492458, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 93 | |
}, | |
{ | |
"t": 18.802648429, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 93 | |
}, | |
{ | |
"t": 18.9900367, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 93 | |
}, | |
{ | |
"t": 19.001068916, | |
"active": 1, | |
"waiting": 37, | |
"inactive": 93 | |
}, | |
{ | |
"t": 19.001228767, | |
"active": 1, | |
"waiting": 37, | |
"inactive": 93 | |
}, | |
{ | |
"t": 19.506270446, | |
"active": 1, | |
"waiting": 37, | |
"inactive": 93 | |
}, | |
{ | |
"t": 19.985472211, | |
"active": 1, | |
"waiting": 37, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.020088778, | |
"active": 1, | |
"waiting": 36, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.020229964, | |
"active": 1, | |
"waiting": 36, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.292527387, | |
"active": 1, | |
"waiting": 36, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.682563152, | |
"active": 1, | |
"waiting": 35, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.682680719, | |
"active": 1, | |
"waiting": 35, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.838281314, | |
"active": 1, | |
"waiting": 35, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.26910249, | |
"active": 1, | |
"waiting": 34, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.269278894, | |
"active": 1, | |
"waiting": 34, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.518879298, | |
"active": 1, | |
"waiting": 34, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.674272933, | |
"active": 1, | |
"waiting": 33, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.674476123, | |
"active": 1, | |
"waiting": 33, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.717214325, | |
"active": 1, | |
"waiting": 33, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.723466206, | |
"active": 1, | |
"waiting": 32, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.723615495, | |
"active": 1, | |
"waiting": 32, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.818863971, | |
"active": 1, | |
"waiting": 32, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.826651162, | |
"active": 1, | |
"waiting": 31, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.826758497, | |
"active": 1, | |
"waiting": 31, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.870998444, | |
"active": 1, | |
"waiting": 31, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.877302044, | |
"active": 1, | |
"waiting": 30, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.87745459, | |
"active": 1, | |
"waiting": 30, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.382516887, | |
"active": 1, | |
"waiting": 30, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.396742846, | |
"active": 1, | |
"waiting": 30, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.464588103, | |
"active": 1, | |
"waiting": 29, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.464673983, | |
"active": 1, | |
"waiting": 29, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.570527025, | |
"active": 1, | |
"waiting": 29, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.753089928, | |
"active": 1, | |
"waiting": 28, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.753213701, | |
"active": 1, | |
"waiting": 28, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.830822664, | |
"active": 1, | |
"waiting": 28, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.9093362, | |
"active": 1, | |
"waiting": 27, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.909427613, | |
"active": 1, | |
"waiting": 27, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.030200193, | |
"active": 1, | |
"waiting": 27, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.101333145, | |
"active": 1, | |
"waiting": 26, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.101665299, | |
"active": 1, | |
"waiting": 26, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.227924646, | |
"active": 1, | |
"waiting": 26, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.509197483, | |
"active": 1, | |
"waiting": 25, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.509335157, | |
"active": 1, | |
"waiting": 25, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.810902481, | |
"active": 1, | |
"waiting": 25, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.314975746000002, | |
"active": 1, | |
"waiting": 25, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.495403508, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.495567161, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.516424591, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.516506561, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 92 | |
}, | |
{ | |
"t": 24.516622449, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 92 | |
}, | |
{ | |
"t": 24.521425038, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 92 | |
}, | |
{ | |
"t": 24.521538086, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 91 | |
}, | |
{ | |
"t": 24.521665344, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 91 | |
}, | |
{ | |
"t": 24.545107531, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 91 | |
}, | |
{ | |
"t": 24.545189711, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.545308282, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.568168843, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.568264391, | |
"active": 1, | |
"waiting": 23, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.568423262, | |
"active": 1, | |
"waiting": 23, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.593305796, | |
"active": 1, | |
"waiting": 23, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.593407826, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.593536586, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.841126848000002, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.841232182, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 89 | |
}, | |
{ | |
"t": 24.841300196, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 89 | |
}, | |
{ | |
"t": 25.00989368, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 89 | |
}, | |
{ | |
"t": 25.205521848, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 89 | |
}, | |
{ | |
"t": 25.205636818, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 89 | |
}, | |
{ | |
"t": 25.61184657, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 88 | |
}, | |
{ | |
"t": 26.039875336, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 88 | |
}, | |
{ | |
"t": 26.039999175, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 88 | |
}, | |
{ | |
"t": 26.060741848, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 88 | |
}, | |
{ | |
"t": 26.060810591, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 87 | |
}, | |
{ | |
"t": 26.060933924, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 87 | |
}, | |
{ | |
"t": 26.084295662, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 87 | |
}, | |
{ | |
"t": 26.084370864, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.084478518, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.108182742, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.108277178, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.108415834, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.609149381, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 27.110972154, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 27.614527342, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.067965652, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.165745982, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.165906624, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.170637904, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.170747141, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.170834702, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.506501321000002, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.009258693, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.259992084, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.260116608, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.280256088, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.280340583, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.280460173, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.305325168, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.305419737, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 84 | |
}, | |
{ | |
"t": 29.305555267, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 84 | |
}, | |
{ | |
"t": 29.331216097, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 84 | |
}, | |
{ | |
"t": 29.33129742, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 83 | |
}, | |
{ | |
"t": 29.331404488, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 83 | |
}, | |
{ | |
"t": 29.484128537, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 83 | |
}, | |
{ | |
"t": 29.48422181, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 29.484334685, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 29.941777033, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 30.441991147, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 30.944378186, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 31.044843831, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 82 | |
}, | |
{ | |
"t": 31.045004933, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 82 | |
}, | |
{ | |
"t": 31.06515193, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 82 | |
}, | |
{ | |
"t": 31.065218883, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 81 | |
}, | |
{ | |
"t": 31.065330199, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 81 | |
}, | |
{ | |
"t": 31.069387376, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 81 | |
}, | |
{ | |
"t": 31.06946478, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.069566744, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.245299426, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.580161771, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.580309444, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.700515324, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 79 | |
}, | |
{ | |
"t": 31.719612877, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 79 | |
}, | |
{ | |
"t": 31.719740098, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 79 | |
}, | |
{ | |
"t": 31.932286003, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.436562311, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.482438648, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.482571974, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.713857387, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.905165243, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.905326076, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 79 | |
}, | |
{ | |
"t": 33.409065524, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 79 | |
}, | |
{ | |
"t": 33.421642616, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 72 | |
}, | |
{ | |
"t": 33.47191303, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 72 | |
}, | |
{ | |
"t": 33.472029093, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 72 | |
}, | |
{ | |
"t": 33.703012504, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 71 | |
}, | |
{ | |
"t": 33.880614292, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 71 | |
}, | |
{ | |
"t": 33.880817607, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 71 | |
}, | |
{ | |
"t": 34.382120369, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 71 | |
}, | |
{ | |
"t": 34.388505345, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 70 | |
}, | |
{ | |
"t": 34.893225006, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 70 | |
}, | |
{ | |
"t": 35.083194046, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 70 | |
}, | |
{ | |
"t": 35.083317714, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 70 | |
}, | |
{ | |
"t": 35.1567457, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 70 | |
}, | |
{ | |
"t": 35.156831173, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 69 | |
}, | |
{ | |
"t": 35.156990977, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 69 | |
}, | |
{ | |
"t": 35.659272051, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 69 | |
}, | |
{ | |
"t": 35.786928381, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 69 | |
}, | |
{ | |
"t": 36.145773144, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 69 | |
}, | |
{ | |
"t": 36.145935042, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 69 | |
}, | |
{ | |
"t": 36.646686681, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 69 | |
}, | |
{ | |
"t": 36.649877995, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 68 | |
}, | |
{ | |
"t": 37.15135105, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 68 | |
}, | |
{ | |
"t": 37.337848823, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 68 | |
}, | |
{ | |
"t": 37.337979324, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 68 | |
}, | |
{ | |
"t": 37.694854394000004, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 66 | |
}, | |
{ | |
"t": 37.939935625, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 66 | |
}, | |
{ | |
"t": 37.940084366, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 66 | |
}, | |
{ | |
"t": 38.44512614, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 66 | |
}, | |
{ | |
"t": 38.626384111, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.126886632, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.628430875, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.629672651999996, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.629768263, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.804355175, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.914745279, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.914885187, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.959122597, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.9655847, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.96568156, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 65 | |
}, | |
{ | |
"t": 40.46797529, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 65 | |
}, | |
{ | |
"t": 40.72716446, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 64 | |
}, | |
{ | |
"t": 40.781167901, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 64 | |
}, | |
{ | |
"t": 40.781303279, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 64 | |
}, | |
{ | |
"t": 40.944552274, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 64 | |
}, | |
{ | |
"t": 41.083694446, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 64 | |
}, | |
{ | |
"t": 41.083817735, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 64 | |
}, | |
{ | |
"t": 41.200864341, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.2434105, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.243509385, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.33462454, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.344785762, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.344905392, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.430521126, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.458346758, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.45853072, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.625865702, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 62 | |
}, | |
{ | |
"t": 41.782657511, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 62 | |
}, | |
{ | |
"t": 41.78276914, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 62 | |
}, | |
{ | |
"t": 42.064534833, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 62 | |
}, | |
{ | |
"t": 42.332514406, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 62 | |
}, | |
{ | |
"t": 42.332628453, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 62 | |
}, | |
{ | |
"t": 42.399638497, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 61 | |
}, | |
{ | |
"t": 42.414084124, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 61 | |
}, | |
{ | |
"t": 42.414245576, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 61 | |
}, | |
{ | |
"t": 42.541222065, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 60 | |
}, | |
{ | |
"t": 42.588925457, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 60 | |
}, | |
{ | |
"t": 42.589042044, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 60 | |
}, | |
{ | |
"t": 42.748539585, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 59 | |
}, | |
{ | |
"t": 42.880586095, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 59 | |
}, | |
{ | |
"t": 42.880819759, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 59 | |
}, | |
{ | |
"t": 43.004419534, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 59 | |
}, | |
{ | |
"t": 43.083750453, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 59 | |
}, | |
{ | |
"t": 43.083876784, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 59 | |
}, | |
{ | |
"t": 43.28663727, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 58 | |
}, | |
{ | |
"t": 43.787704215, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 58 | |
}, | |
{ | |
"t": 43.982497019, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 58 | |
}, | |
{ | |
"t": 43.98263083, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 58 | |
}, | |
{ | |
"t": 44.247830899, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 57 | |
}, | |
{ | |
"t": 44.556406052, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 57 | |
}, | |
{ | |
"t": 44.556544473, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 57 | |
}, | |
{ | |
"t": 44.925190244, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 57 | |
}, | |
{ | |
"t": 45.354074196, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 57 | |
}, | |
{ | |
"t": 45.354229991, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 57 | |
}, | |
{ | |
"t": 45.545287022, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 56 | |
}, | |
{ | |
"t": 45.813260385, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 56 | |
}, | |
{ | |
"t": 45.813405332, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 56 | |
}, | |
{ | |
"t": 46.315090339, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 56 | |
}, | |
{ | |
"t": 46.820207647, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 56 | |
}, | |
{ | |
"t": 46.885212927, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 55 | |
}, | |
{ | |
"t": 47.386561628, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 55 | |
}, | |
{ | |
"t": 47.89017125, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 55 | |
}, | |
{ | |
"t": 48.394141769, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 55 | |
}, | |
{ | |
"t": 48.394558302, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 55 | |
}, | |
{ | |
"t": 48.39466163, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 55 | |
}, | |
{ | |
"t": 48.899056473, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 55 | |
}, | |
{ | |
"t": 49.018709162, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 55 | |
}, | |
{ | |
"t": 49.331181969, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 49.331289205, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 49.833710524, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 50.066085317, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 50.566906911, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 50.830623867, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 50.83075535, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 51.331959877, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 51.836556481, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 52.341617927, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 52.625925769, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 53.129209123, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 53.530293885, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 55 | |
}, | |
{ | |
"t": 53.530445391, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 55 | |
}, | |
{ | |
"t": 53.917917193, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 55 | |
}, | |
{ | |
"t": 54.16286045, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 55 | |
}, | |
{ | |
"t": 54.162996282, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 55 | |
}, | |
{ | |
"t": 54.388814437, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 54 | |
}, | |
{ | |
"t": 54.523152314, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 54.523309176, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 55.025482825, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 55.530438794, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 56.03399413, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 56.536527099, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 57.041603672, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 57.544170561, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 57.609871985, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 58.111876889, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 58.616443698, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 59.116681513, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 59.617348164, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 60.119406452, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 60.623967602, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 61.125688137, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 61.625878046, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 62.127491862, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 62.631681748, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 63.136575062, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 63.641675723, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 64.142253959, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 64.267071057, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 54 | |
}, | |
{ | |
"t": 64.267225648, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 54 | |
}, | |
{ | |
"t": 64.390773784, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 53 | |
}, | |
{ | |
"t": 64.504642443, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 64.504750994, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 65.009753042, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 65.150788506, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 65.65131719, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.152462984, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.216416957, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.216567037, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.719746882, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.791748645, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 67.295721275, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 67.800856118, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 68.301189478, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 68.422322593, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 68.422431327, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 68.924396863, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 69.427295955, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 69.93236968, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 70.436526019, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 70.811372934, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 71.311645079, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 71.813175396, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 72.314971128, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 72.818108567, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 73.319149532, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 73.819613925, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 74.319822868, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 74.454336766, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 74.454509095, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 74.954607232, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 75.456193224, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 75.957043925, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 76.457172673, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 76.962239436, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 77.463773326, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 77.824800996, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 78.329895607, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 78.834957953, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 79.336788674, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 79.837652031, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 80.338080797, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 80.843146614, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 81.344829368, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 81.848259771, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 81.852823376, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 43 | |
}, | |
{ | |
"t": 81.852918224, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 43 | |
}, | |
{ | |
"t": 82.353018598, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 43 | |
}, | |
{ | |
"t": 82.856760352, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 43 | |
}, | |
{ | |
"t": 83.301785646, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 83.803769663, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 84.304931481, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 84.805148749, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 85.31026086, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 85.811411438, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 86.316509102, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 86.821581076, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 87.323248964, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 87.824905399, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 88.128836881, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 41 | |
}, | |
{ | |
"t": 88.128946363, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 41 | |
}, | |
{ | |
"t": 88.277531527, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.316768069, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.316914839, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.4241058, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.552627706, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.552825798, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 40 | |
}, | |
{ | |
"t": 89.057643455, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 40 | |
}, | |
{ | |
"t": 89.085456695, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 40 | |
}, | |
{ | |
"t": 89.085600071, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 39 | |
}, | |
{ | |
"t": 89.085686978, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 39 | |
}, | |
{ | |
"t": 89.590788504, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 39 | |
}, | |
{ | |
"t": 90.061283777, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 39 | |
}, | |
{ | |
"t": 90.061410383, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 38 | |
}, | |
{ | |
"t": 90.061513098, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 38 | |
}, | |
{ | |
"t": 90.550610415, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 38 | |
}, | |
{ | |
"t": 90.550740176, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 37 | |
}, | |
{ | |
"t": 90.550862256, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.055909569, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.20302782, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.203133378, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.203259289, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.691887392, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.691998423, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 36 | |
}, | |
{ | |
"t": 91.692146376, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.19376088, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.296761337, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.296861581, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.296980829, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.799212409, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.851349536, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.851430413, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.851553206, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 36 | |
}, | |
{ | |
"t": 93.28058861, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 36 | |
}, | |
{ | |
"t": 93.280710724, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 93.280843492, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 93.78462261600001, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 94.286304891, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 94.790724632, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 95.29252526, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 95.793372781, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 96.295543075, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 96.795743964, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 97.299988496, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 97.804340482, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 98.305098539, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 98.810202566, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 99.312383347, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 99.816214453, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 100.32129758, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 100.825463019, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 101.329229074, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 101.829480134, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 102.330253029, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 102.830334679, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 103.190254868, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 103.190390656, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 103.190552041, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 103.691708582, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 104.196553305, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 104.696786137, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 105.196972251, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 105.232537675, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 33 | |
}, | |
{ | |
"t": 105.232613615, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 33 | |
}, | |
{ | |
"t": 105.736951051, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 33 | |
}, | |
{ | |
"t": 105.776888207, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 32 | |
}, | |
{ | |
"t": 106.277973921, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 32 | |
}, | |
{ | |
"t": 106.780506032, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 32 | |
}, | |
{ | |
"t": 107.280711595, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 32 | |
}, | |
{ | |
"t": 107.708132977, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 32 | |
}, | |
{ | |
"t": 107.708226922, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 32 | |
}, | |
{ | |
"t": 108.069629921, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 32 | |
}, | |
{ | |
"t": 108.571368721, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 32 | |
}, | |
{ | |
"t": 108.622344623, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 32 | |
}, | |
{ | |
"t": 108.622504267, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 32 | |
}, | |
{ | |
"t": 109.124188675, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 32 | |
}, | |
{ | |
"t": 109.624867196, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 32 | |
}, | |
{ | |
"t": 109.898994141, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 31 | |
}, | |
{ | |
"t": 110.383361154, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 31 | |
}, | |
{ | |
"t": 110.383547365, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 31 | |
}, | |
{ | |
"t": 110.456867387, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 31 | |
}, | |
{ | |
"t": 110.456962323, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 30 | |
}, | |
{ | |
"t": 110.457071113, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 30 | |
}, | |
{ | |
"t": 110.556830434, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 30 | |
}, | |
{ | |
"t": 110.556941032, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.557072859, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.731983668, | |
"active": 2, | |
"waiting": 8, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.732175534, | |
"active": 2, | |
"waiting": 8, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.870667614, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.870810274, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 28 | |
}, | |
{ | |
"t": 111.201481924, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 28 | |
}, | |
{ | |
"t": 111.201576863, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 111.201714185, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 111.703143251, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 112.207525691, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 112.71138214, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 113.215495701, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 113.716707958, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 114.217504046, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 114.722592785, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 115.227736938, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 115.732117915, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 116.233207545, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 116.733659783, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 117.238377894, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 117.737915996, | |
"active": 3, | |
"waiting": 12, | |
"inactive": 22 | |
}, | |
{ | |
"t": 118.082279101, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 118.082414725, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 118.584032656, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.088646541, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.591378804, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.612914165, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.613003165, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.613164003, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 120.117049706, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 120.405233383, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 120.908024957, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 121.412025973, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 121.912805121, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 122.415335978, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 122.920018742, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.005375838, | |
"active": 3, | |
"waiting": 9, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.005540095, | |
"active": 3, | |
"waiting": 9, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.243982525, | |
"active": 3, | |
"waiting": 9, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.605647756, | |
"active": 3, | |
"waiting": 8, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.605820625, | |
"active": 3, | |
"waiting": 8, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.683919895, | |
"active": 3, | |
"waiting": 8, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.695508598, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.695574188, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 22 | |
}, | |
{ | |
"t": 124.199117326, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 22 | |
}, | |
{ | |
"t": 124.595564394, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 22 | |
}, | |
{ | |
"t": 124.595753336, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 22 | |
}, | |
{ | |
"t": 125.027659939, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 22 | |
}, | |
{ | |
"t": 125.146689249, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 22 | |
}, | |
{ | |
"t": 125.146876517, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 22 | |
}, | |
{ | |
"t": 125.221960231, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 21 | |
}, | |
{ | |
"t": 125.234611185, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 21 | |
}, | |
{ | |
"t": 125.234769158, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 21 | |
}, | |
{ | |
"t": 125.5856243, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 20 | |
}, | |
{ | |
"t": 125.93484606, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 125.935006722, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 126.435494749, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 126.937232712, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 127.442342667, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 127.567966644, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 128.068940487, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 128.569056109, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 128.893372548, | |
"active": 4, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 128.893526692, | |
"active": 4, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 129.15515676, | |
"active": 4, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 129.178398437, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 129.178641047, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 129.683688509, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 130.186917961, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 130.487482048, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 130.992571568, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 131.494681754, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 131.994937044, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 132.432432923, | |
"active": 4, | |
"waiting": 2, | |
"inactive": 20 | |
}, | |
{ | |
"t": 132.432606245, | |
"active": 4, | |
"waiting": 2, | |
"inactive": 20 | |
}, | |
{ | |
"t": 132.870104382, | |
"active": 4, | |
"waiting": 2, | |
"inactive": 20 | |
}, | |
{ | |
"t": 133.329485489, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 20 | |
}, | |
{ | |
"t": 133.329645127, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 20 | |
}, | |
{ | |
"t": 133.834725546, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 20 | |
}, | |
{ | |
"t": 133.902377431, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 20 | |
}, | |
{ | |
"t": 134.175800066, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 20 | |
}, | |
{ | |
"t": 134.175937322, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 20 | |
}, | |
{ | |
"t": 134.383826791, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 20 | |
}, | |
{ | |
"t": 134.695028703, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 19 | |
}, | |
{ | |
"t": 134.695143441, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 19 | |
}, | |
{ | |
"t": 135.041599939, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 19 | |
}, | |
{ | |
"t": 135.041708755, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 18 | |
}, | |
{ | |
"t": 135.041834974, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 18 | |
}, | |
{ | |
"t": 135.07041614, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 18 | |
}, | |
{ | |
"t": 135.070492453, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 135.070622246, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 135.57068705, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 136.072087275, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 136.577181505, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.082243595, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.133879103, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.297196786, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.348685918, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.403643945, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.460381414, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.579386734, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.688280344, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.787554781, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.880880379, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.880915591, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 138.382168253, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 138.885208007, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 139.385954425, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 139.583061887, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 139.583141506, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 16 | |
}, | |
{ | |
"t": 139.583272026, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 16 | |
}, | |
{ | |
"t": 139.636700882, | |
"active": 3, | |
"waiting": 1, | |
"inactive": 15 | |
}, | |
{ | |
"t": 139.645396454, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 15 | |
}, | |
{ | |
"t": 139.645552855, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 15 | |
}, | |
{ | |
"t": 139.950729233, | |
"active": 3, | |
"waiting": 1, | |
"inactive": 14 | |
}, | |
{ | |
"t": 140.384389652, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 140.38453814, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 140.592358352, | |
"active": 3, | |
"waiting": 1, | |
"inactive": 13 | |
}, | |
{ | |
"t": 140.712659803, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 140.712768045, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 141.217617373, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 141.238452121, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 141.742767388, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 141.787975126, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 142.05273855, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 142.052840675, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 11 | |
}, | |
{ | |
"t": 142.052941596, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 11 | |
}, | |
{ | |
"t": 142.061680083, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 11 | |
}, | |
{ | |
"t": 142.061752667, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 10 | |
}, | |
{ | |
"t": 142.061879114, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 10 | |
}, | |
{ | |
"t": 142.263991435, | |
"active": 2, | |
"waiting": 2, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.349452352, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.349606848, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.354168163, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.354227074, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.354375831, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.535989503, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 8 | |
}, | |
{ | |
"t": 142.546612997, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 142.546748066, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 143.050925916, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 143.244919232, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 7 | |
}, | |
{ | |
"t": 143.745965691, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 7 | |
}, | |
{ | |
"t": 144.206518308, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 144.206683045, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 144.710906467, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 144.843251516, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 145.343730412, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 145.844941232, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.223018514, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.507488887, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.507552553, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.507585742, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.618139248, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.618172848, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.61819223, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.618241197, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.902352272, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.923653516, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.923720479, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 5 | |
}, | |
{ | |
"t": 146.923854425, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.059821976, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.123865124, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.123950716, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.506334607, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.810347291, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.810445849, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.810477799, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.810532184, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.983180976, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.452887911, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.452915143, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.700736362, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.805039963, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.805065307, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.903626836, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.903656767, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.903707277, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.903713886, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.297019024, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.297050958, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.386487102, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.386521378, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.38655516, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.610998154, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.611054981, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.611089861, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.61111612, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.611141221, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.611167769, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.71100367, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.914256023, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.914335284, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.245999835, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.246028029, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.34022658, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.662298057, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.75275899, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.919372215, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.120655779, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.305833305, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.305863349, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.414395343, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.785406895, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.785459778, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.78546547, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.785469585, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.785474227, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.183914758, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.183971118, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.183997409, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.184046079, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.689095001, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.728844577, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.08421176, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.08424988, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.084311868, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.084322357, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.367585184, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.559416539, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.559447818, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.559474379, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.559501471, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051759393, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051808051, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051837562, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051841847, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051873882, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.55628546, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.828514888, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.828566827, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.828591933, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.048074731, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.259695664, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.345966975, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.345982895, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.553162583, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.553274559, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.635578634, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.137138494, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.162352423, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.349854047, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.349890162, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.44586992199999, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.445882697, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.945947759, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.955046667, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.955075295, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.066867914, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.15328577, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.153320925, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.543818723, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.54389076, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.643012264, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.643055443, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.720637697, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.720705447, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.22348532, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.72778006, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.730045271, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.730073407, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.730145999, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.086877727, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.086954167, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586343955, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586374607, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586408268, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586427956, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586436343, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586443812, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.088325031, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.178603848, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.683383192, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.848819269, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.848870098, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.848875442, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.348990328, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.411388127, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.411422925, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.411441918, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.492892616, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.492924035, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.660221923, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.660259733, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.947782051, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.105968298, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.571344622, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.571374627, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.571415536, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.769367296, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.769393833, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.036437992, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.036470636, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.284863963, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.28489423, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.28490847, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.643400003, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.643436257, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.881714909, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.982812733, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 164.061914433, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 164.061977757, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 164.062163841, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 164.361936833, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 3 | |
}, | |
{ | |
"t": 164.455113473, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 164.455260047, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 164.957406982, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 165.458158551, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 165.960954726, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 166.466012555, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 166.952869241, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 167.457964858, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 167.959697977, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 168.459971462, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 168.960947177, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 169.461536431, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 169.71689373, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 169.717029107, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 169.912760592, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 1 | |
}, | |
{ | |
"t": 170.292582069, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 170.292747432, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 170.794326028, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 171.29585764, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 171.795966697, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 172.296128179, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 172.799556783, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 173.30351613, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 173.806479241, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 174.311578445, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 174.816632561, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 175.31759846, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 175.81898365, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 176.323684293, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 176.823747894, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 177.327506488, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 177.830295095, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 178.330722101, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 178.832494917, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 179.332666243, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 179.83772884, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 180.342078442, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 180.847151319, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 181.348398717, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 181.849981004, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 182.35077134, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 182.854012192, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 183.356823891, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 183.858417183, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 184.35898482, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 184.863614643, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 185.366131241, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 185.871212616, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 186.375010881, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 186.880083324, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 187.381499868, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 187.88659179, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 188.310553512, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 188.815621207, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 189.318341708, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 189.822710004, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 190.32421985, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 190.824353693, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 191.324651377, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 191.824976689, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 192.328664083, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 192.830392509, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 193.33076437, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 193.831336849, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 194.333106421, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 194.83736486, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 195.338100998, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 195.840628713, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 196.343759566, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 196.843862954, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 197.344341945, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 197.845554707, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 198.349278603, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 198.84937687, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 199.349627899, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 199.850129216, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 200.350272743, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 200.851958117, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 201.352077374, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 201.852396912, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 202.353266026, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 202.853795693, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 203.356529802, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 203.858690568, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 204.36379603, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 204.868580954, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 205.369470694, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 205.869970094, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 206.372293522, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 206.87256627, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 207.373137727, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 207.873958249, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 208.378374953, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 208.88176618, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 209.386860018, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 209.888888982, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 210.390833937, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 210.895320585, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 211.396436013, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 211.89764847, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 212.399027814, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 212.903203345, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 213.406440942, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 213.907002619, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 214.40718779, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 214.908242867, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 215.408327752, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 215.913396036, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 216.418123761, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 216.918309176, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 217.420878814, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 217.924163758, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 218.429290815, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 218.934147824, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 219.435373195, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 219.939695829, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 220.443954812, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 220.949079648, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 221.454144695, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 221.956566894, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 222.45752442, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 222.962565819, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 223.462799456, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 223.964726178, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 224.464899183, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 224.968410404, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 225.468480274, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 225.970472097, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 226.473427801, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 226.97366116, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 227.474393229, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 227.979449306, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 228.48452093, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 228.989672829, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 229.48993727, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 229.990424759, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 230.493631586, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 230.997989862, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 231.498495422, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 231.999080552, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 232.499401088, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 232.999569341, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 233.500700086, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 234.005814966, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 234.510883429, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 235.013046547, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 235.517380413, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 236.019511547, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 236.524504181, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 237.028742504, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 237.531187992, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 238.032200343, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 238.532418589, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 239.033054096, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 239.533215738, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 240.034809783, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 240.539612456, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 241.039811226, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 241.542302106, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 242.047394825, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 242.552268844, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 243.053146217, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 243.553334292, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 244.056398291, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 244.556471805, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 245.056642883, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 245.556847706, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 246.057721377, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 246.559146638, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 247.061939151, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 247.538124106, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 247.538303772, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 248.040609969, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 248.541952696, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 249.043304826, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 249.544232179, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 250.047786693, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 250.550605334, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 251.055138795, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 251.555703315, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 252.05636222, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 252.561288672, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 253.063516476, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 253.568590319, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 254.071487266, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 254.572210547, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 255.072386507, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 255.574261821, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 256.079354495, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 256.581635156, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 257.086737279, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 257.591126497, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 258.09547008, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 258.436790337, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 258.436881171, | |
"active": 0, | |
"waiting": 0, | |
"inactive": 0 | |
} | |
]; | |
const CPU_USAGE = [ | |
[ | |
0.662790665, | |
11.239669421487605 | |
], | |
[ | |
0.971949771, | |
10.962566844919792 | |
], | |
[ | |
1.229857288, | |
9.415584415584405 | |
], | |
[ | |
1.730223004, | |
14.900662251655632 | |
], | |
[ | |
2.071818969, | |
10.41162227602905 | |
], | |
[ | |
2.5741846710000003, | |
10.465116279069761 | |
], | |
[ | |
2.677816437, | |
10.655737704918039 | |
], | |
[ | |
3.16849861, | |
9.677419354838719 | |
], | |
[ | |
3.6399597, | |
14.260563380281681 | |
], | |
[ | |
3.834855369, | |
9.482758620689651 | |
], | |
[ | |
4.2427484, | |
9.591836734693885 | |
], | |
[ | |
4.81216307, | |
10.248901903367496 | |
], | |
[ | |
4.92360492, | |
10.370370370370381 | |
], | |
[ | |
5.424964551, | |
13.166666666666671 | |
], | |
[ | |
5.566731831, | |
15.204678362573105 | |
], | |
[ | |
6.052508898, | |
9.62199312714776 | |
], | |
[ | |
6.347986878, | |
9.550561797752806 | |
], | |
[ | |
6.669670994, | |
11.458333333333343 | |
], | |
[ | |
7.151416175, | |
10.726643598615908 | |
], | |
[ | |
7.584856426, | |
14.86486486486487 | |
], | |
[ | |
7.794890058, | |
10.236220472440948 | |
], | |
[ | |
8.261752723, | |
9.481216457960642 | |
], | |
[ | |
8.658366871, | |
10.08403361344537 | |
], | |
[ | |
8.92724516, | |
8.72274143302181 | |
], | |
[ | |
9.284736501, | |
9.74477958236659 | |
], | |
[ | |
9.785162571, | |
15.025041736227038 | |
], | |
[ | |
9.931011019, | |
10.857142857142861 | |
], | |
[ | |
10.19163868, | |
10.223642172523967 | |
], | |
[ | |
10.341870041, | |
10.055865921787714 | |
], | |
[ | |
10.537227303, | |
11.489361702127667 | |
], | |
[ | |
11.037412109, | |
9.63455149501661 | |
], | |
[ | |
11.538967499, | |
13.477537437604 | |
], | |
[ | |
12.04331884, | |
9.917355371900825 | |
], | |
[ | |
12.548403007, | |
8.760330578512395 | |
], | |
[ | |
13.052452954, | |
9.075907590759087 | |
], | |
[ | |
13.342864639, | |
11.174785100286527 | |
], | |
[ | |
13.844125125, | |
14.5 | |
], | |
[ | |
14.349230434, | |
9.884678747940683 | |
], | |
[ | |
14.85429409, | |
9.225700164744637 | |
], | |
[ | |
15.357454947, | |
11.735537190082653 | |
], | |
[ | |
15.859690065, | |
13.079470198675494 | |
], | |
[ | |
16.36062053, | |
8.833333333333343 | |
], | |
[ | |
16.915370217, | |
10.928143712574851 | |
], | |
[ | |
17.245513203, | |
9.367088607594937 | |
], | |
[ | |
17.747751286, | |
17.247097844112773 | |
], | |
[ | |
17.90459143, | |
11.640211640211646 | |
], | |
[ | |
18.224007476, | |
9.762532981530342 | |
], | |
[ | |
18.409229651, | |
11.659192825112115 | |
], | |
[ | |
18.617583938, | |
11.599999999999994 | |
], | |
[ | |
18.790695909, | |
12.5 | |
], | |
[ | |
18.990036864, | |
12.60504201680672 | |
], | |
[ | |
19.506272622, | |
13.964686998394853 | |
], | |
[ | |
19.985472439, | |
9.090909090909093 | |
], | |
[ | |
20.292528429, | |
11.382113821138205 | |
], | |
[ | |
20.682563261, | |
9.051724137931032 | |
], | |
[ | |
20.838282366, | |
10.994764397905755 | |
], | |
[ | |
21.269102579, | |
10.077519379844958 | |
], | |
[ | |
21.518880416000002, | |
22.0 | |
], | |
[ | |
21.674273034, | |
10.27027027027026 | |
], | |
[ | |
21.818864902, | |
11.42857142857143 | |
], | |
[ | |
22.382518909, | |
9.76331360946746 | |
], | |
[ | |
22.570528134, | |
11.210762331838566 | |
], | |
[ | |
22.753090022, | |
10.407239819004516 | |
], | |
[ | |
22.909336295, | |
10.526315789473685 | |
], | |
[ | |
23.030201326, | |
10.416666666666657 | |
], | |
[ | |
23.227925638, | |
11.203319502074692 | |
], | |
[ | |
23.50919758, | |
16.568047337278102 | |
], | |
[ | |
23.810903559, | |
9.77653631284916 | |
], | |
[ | |
24.314976134, | |
9.437086092715234 | |
], | |
[ | |
24.49540365, | |
9.677419354838719 | |
], | |
[ | |
24.841127829, | |
11.057692307692307 | |
], | |
[ | |
25.009894726, | |
9.313725490196077 | |
], | |
[ | |
25.20552194, | |
11.73913043478261 | |
], | |
[ | |
25.611847584, | |
17.038539553752543 | |
], | |
[ | |
26.039875561, | |
10.609037328094303 | |
], | |
[ | |
26.609151245, | |
10.087719298245617 | |
], | |
[ | |
27.110972465, | |
9.586776859504127 | |
], | |
[ | |
27.614527789, | |
13.122923588039868 | |
], | |
[ | |
28.067965802, | |
9.724770642201833 | |
], | |
[ | |
28.170639397, | |
13.114754098360663 | |
], | |
[ | |
28.506502281, | |
9.701492537313428 | |
], | |
[ | |
29.009259043, | |
9.602649006622528 | |
], | |
[ | |
29.259992325, | |
8.970099667774093 | |
], | |
[ | |
29.484129519, | |
22.846441947565538 | |
], | |
[ | |
29.941778069, | |
11.615245009074414 | |
], | |
[ | |
30.441991573, | |
9.983361064891852 | |
], | |
[ | |
30.944378544, | |
9.405940594059402 | |
], | |
[ | |
31.044844078, | |
9.090909090909093 | |
], | |
[ | |
31.245300493, | |
10.373443983402481 | |
], | |
[ | |
31.580161868, | |
15.829145728643212 | |
], | |
[ | |
31.700516317, | |
11.643835616438352 | |
], | |
[ | |
31.932287279, | |
10.071942446043167 | |
], | |
[ | |
32.436562612, | |
9.570957095709574 | |
], | |
[ | |
32.713858575, | |
9.667673716012075 | |
], | |
[ | |
32.90516538, | |
9.871244635193136 | |
], | |
[ | |
33.409082578, | |
11.295681063122913 | |
], | |
[ | |
33.703013575, | |
14.529914529914535 | |
], | |
[ | |
33.880614614, | |
9.767441860465127 | |
], | |
[ | |
34.382121873, | |
9.286898839137649 | |
], | |
[ | |
34.893225339, | |
9.328968903436987 | |
], | |
[ | |
35.0831942, | |
10.0 | |
], | |
[ | |
35.659273736, | |
14.658925979680689 | |
], | |
[ | |
35.78692859, | |
10.256410256410248 | |
], | |
[ | |
36.145773387, | |
10.023310023310032 | |
], | |
[ | |
36.646707778, | |
9.333333333333343 | |
], | |
[ | |
37.151351542, | |
9.900990099009903 | |
], | |
[ | |
37.337849047, | |
10.666666666666671 | |
], | |
[ | |
37.69485578, | |
16.51162790697674 | |
], | |
[ | |
37.939935712, | |
13.013698630136986 | |
], | |
[ | |
38.445127971, | |
9.256198347107443 | |
], | |
[ | |
38.626384376, | |
9.677419354838719 | |
], | |
[ | |
39.126887098, | |
9.151414309484196 | |
], | |
[ | |
39.628431405, | |
14.784053156146186 | |
], | |
[ | |
39.804356508, | |
11.682242990654203 | |
], | |
[ | |
39.914745429, | |
9.090909090909093 | |
], | |
[ | |
40.467977309, | |
10.422960725075527 | |
], | |
[ | |
40.727164663, | |
8.65384615384616 | |
], | |
[ | |
40.944554046, | |
11.15384615384616 | |
], | |
[ | |
41.083694586, | |
9.696969696969688 | |
], | |
[ | |
41.200865902, | |
9.420289855072468 | |
], | |
[ | |
41.334626103, | |
13.772455089820355 | |
], | |
[ | |
41.458347061, | |
25.170068027210874 | |
], | |
[ | |
41.625866973, | |
12.437810945273625 | |
], | |
[ | |
41.782657637, | |
11.290322580645167 | |
], | |
[ | |
42.064536542, | |
11.143695014662754 | |
], | |
[ | |
42.332514498, | |
9.375 | |
], | |
[ | |
42.541223507, | |
12.749003984063748 | |
], | |
[ | |
42.748540941, | |
9.638554216867462 | |
], | |
[ | |
42.880586342, | |
10.691823899371073 | |
], | |
[ | |
43.004421055, | |
10.204081632653057 | |
], | |
[ | |
43.286638554, | |
10.089020771513361 | |
], | |
[ | |
43.787704689, | |
14.096185737976782 | |
], | |
[ | |
43.982497132, | |
8.438818565400837 | |
], | |
[ | |
44.247832164, | |
9.584664536741215 | |
], | |
[ | |
44.556406201, | |
9.677419354838719 | |
], | |
[ | |
44.925191658, | |
9.459459459459467 | |
], | |
[ | |
45.354074299, | |
10.679611650485427 | |
], | |
[ | |
45.545290241000004, | |
20.08733624454149 | |
], | |
[ | |
45.813260478, | |
10.216718266253864 | |
], | |
[ | |
46.315092067, | |
9.833333333333343 | |
], | |
[ | |
46.820208036, | |
9.819967266775777 | |
], | |
[ | |
47.386561984, | |
10.19202363367799 | |
], | |
[ | |
47.890171593, | |
14.808652246256244 | |
], | |
[ | |
48.394142098, | |
8.86699507389163 | |
], | |
[ | |
48.899080117, | |
9.784411276948589 | |
], | |
[ | |
49.01870934, | |
9.589041095890423 | |
], | |
[ | |
49.331182084, | |
10.0 | |
], | |
[ | |
49.833712157, | |
15.181518151815183 | |
], | |
[ | |
50.066085564, | |
8.602150537634415 | |
], | |
[ | |
50.566907386, | |
10.316139767054906 | |
], | |
[ | |
50.83062398, | |
8.860759493670884 | |
], | |
[ | |
51.331962031, | |
9.61857379767828 | |
], | |
[ | |
51.836556833, | |
13.696369636963695 | |
], | |
[ | |
52.341618283, | |
9.735973597359731 | |
], | |
[ | |
52.625941777, | |
8.504398826979482 | |
], | |
[ | |
53.129209479, | |
9.090909090909093 | |
], | |
[ | |
53.530293997, | |
15.12605042016807 | |
], | |
[ | |
53.917918894, | |
10.63829787234043 | |
], | |
[ | |
54.162860608, | |
10.884353741496597 | |
], | |
[ | |
54.38881585, | |
11.111111111111114 | |
], | |
[ | |
54.523152438, | |
11.111111111111114 | |
], | |
[ | |
55.025485274, | |
8.94039735099338 | |
], | |
[ | |
55.530439148, | |
13.76451077943615 | |
], | |
[ | |
56.033994475, | |
9.452736318407958 | |
], | |
[ | |
56.536527478, | |
9.271523178807954 | |
], | |
[ | |
57.04160406, | |
9.256198347107443 | |
], | |
[ | |
57.544170882, | |
13.311148086522465 | |
], | |
[ | |
58.111877266, | |
9.941520467836256 | |
], | |
[ | |
58.616444116, | |
9.950248756218912 | |
], | |
[ | |
59.116681912, | |
10.281923714759529 | |
], | |
[ | |
59.617348532, | |
16.166666666666657 | |
], | |
[ | |
60.119406956, | |
14.784053156146186 | |
], | |
[ | |
60.62396808, | |
22.47933884297521 | |
], | |
[ | |
61.12568852, | |
17.549668874172184 | |
], | |
[ | |
61.625878736, | |
16.88741721854305 | |
], | |
[ | |
62.127508135, | |
12.207357859531783 | |
], | |
[ | |
62.63168216, | |
12.748344370860934 | |
], | |
[ | |
63.136575386, | |
9.555189456342674 | |
], | |
[ | |
63.641676096, | |
13.861386138613867 | |
], | |
[ | |
64.142254451, | |
9.833333333333343 | |
], | |
[ | |
64.267071181, | |
10.0 | |
], | |
[ | |
64.390775598, | |
13.333333333333329 | |
], | |
[ | |
64.504642536, | |
11.764705882352942 | |
], | |
[ | |
65.009755175, | |
10.526315789473685 | |
], | |
[ | |
65.150788703, | |
8.875739644970409 | |
], | |
[ | |
65.651317579, | |
14.833333333333329 | |
], | |
[ | |
66.152463362, | |
10.149750415973386 | |
], | |
[ | |
66.719748417, | |
10.882352941176464 | |
], | |
[ | |
67.295721625, | |
9.956709956709958 | |
], | |
[ | |
67.800856522, | |
14.380165289256198 | |
], | |
[ | |
68.30118983, | |
9.181969949916521 | |
], | |
[ | |
68.422322742, | |
8.904109589041099 | |
], | |
[ | |
68.924399713, | |
9.586776859504127 | |
], | |
[ | |
69.427296333, | |
11.98003327787022 | |
], | |
[ | |
69.932370016, | |
11.735537190082653 | |
], | |
[ | |
70.43652641, | |
8.774834437086085 | |
], | |
[ | |
70.811373151, | |
11.504424778761063 | |
], | |
[ | |
71.311645356, | |
9.63455149501661 | |
], | |
[ | |
71.813175804, | |
14.524207011686144 | |
], | |
[ | |
72.314971544, | |
9.333333333333343 | |
], | |
[ | |
72.818108871, | |
11.330049261083744 | |
], | |
[ | |
73.319149894, | |
9.197324414715723 | |
], | |
[ | |
73.819614331, | |
14.309484193011642 | |
], | |
[ | |
74.319823154, | |
9.515859766277117 | |
], | |
[ | |
74.45433708, | |
14.024390243902445 | |
], | |
[ | |
74.954609185, | |
11.129568106312291 | |
], | |
[ | |
75.456193615, | |
13.5 | |
], | |
[ | |
75.957044335, | |
9.816971713810318 | |
], | |
[ | |
76.457173075, | |
9.166666666666671 | |
], | |
[ | |
76.962239837, | |
10.543657331136728 | |
], | |
[ | |
77.463773763, | |
13.355592654424044 | |
], | |
[ | |
77.824801189, | |
13.073394495412856 | |
], | |
[ | |
78.329895979, | |
9.240924092409244 | |
], | |
[ | |
78.834958272, | |
9.570957095709574 | |
], | |
[ | |
79.33678902, | |
10.281923714759529 | |
], | |
[ | |
79.837652378, | |
14.808652246256244 | |
], | |
[ | |
80.338081142, | |
11.018363939899828 | |
], | |
[ | |
80.843146961, | |
10.247933884297524 | |
], | |
[ | |
81.344829917, | |
11.0 | |
], | |
[ | |
81.848260244, | |
14.072847682119203 | |
], | |
[ | |
82.353020233, | |
10.049423393739701 | |
], | |
[ | |
82.856760708, | |
10.761589403973517 | |
], | |
[ | |
83.301785843, | |
9.90654205607477 | |
], | |
[ | |
83.803770089, | |
13.333333333333329 | |
], | |
[ | |
84.304931839, | |
9.735973597359731 | |
], | |
[ | |
84.805149203, | |
9.030100334448164 | |
], | |
[ | |
85.310261283, | |
9.375 | |
], | |
[ | |
85.811411799, | |
15.091210613598676 | |
], | |
[ | |
86.316509401, | |
9.240924092409244 | |
], | |
[ | |
86.821581438, | |
11.276948590381437 | |
], | |
[ | |
87.323249341, | |
9.784411276948589 | |
], | |
[ | |
87.824905777, | |
14.333333333333329 | |
], | |
[ | |
88.128836997, | |
9.4850948509485 | |
], | |
[ | |
88.277532777, | |
10.734463276836152 | |
], | |
[ | |
88.42410746, | |
12.0 | |
], | |
[ | |
88.55262784600001, | |
9.740259740259745 | |
], | |
[ | |
89.057645104, | |
10.413223140495859 | |
], | |
[ | |
89.5907905, | |
15.420560747663544 | |
], | |
[ | |
90.061283972, | |
10.479573712255771 | |
], | |
[ | |
90.550612121, | |
10.902896081771715 | |
], | |
[ | |
91.05591131, | |
9.10596026490066 | |
], | |
[ | |
91.203027982, | |
10.169491525423723 | |
], | |
[ | |
91.69188887, | |
14.285714285714292 | |
], | |
[ | |
92.19376247, | |
9.933774834437088 | |
], | |
[ | |
92.296761533, | |
8.196721311475414 | |
], | |
[ | |
92.799214365, | |
9.884678747940683 | |
], | |
[ | |
93.280590239, | |
9.86159169550173 | |
], | |
[ | |
93.784625216, | |
15.397350993377472 | |
], | |
[ | |
94.286305551, | |
18.604651162790702 | |
], | |
[ | |
94.790725097, | |
21.724709784411274 | |
], | |
[ | |
95.292525628, | |
14.64226289517471 | |
], | |
[ | |
95.79337325, | |
15.28239202657808 | |
], | |
[ | |
96.295543773, | |
9.5 | |
], | |
[ | |
96.795744339, | |
10.132890365448503 | |
], | |
[ | |
97.299988841, | |
9.917355371900825 | |
], | |
[ | |
97.804340914, | |
14.63815789473685 | |
], | |
[ | |
98.305098926, | |
9.68280467445743 | |
], | |
[ | |
98.810203001, | |
8.910891089108901 | |
], | |
[ | |
99.312383796, | |
9.286898839137649 | |
], | |
[ | |
99.816214909, | |
14.238410596026483 | |
], | |
[ | |
100.321297926, | |
8.896210873146629 | |
], | |
[ | |
100.825463676, | |
9.121061359867326 | |
], | |
[ | |
101.329229465, | |
10.465116279069761 | |
], | |
[ | |
101.829480514, | |
15.20661157024793 | |
], | |
[ | |
102.330253729, | |
10.465116279069761 | |
], | |
[ | |
102.830335045, | |
10.981697171381029 | |
], | |
[ | |
103.190255115, | |
9.259259259259252 | |
], | |
[ | |
103.691710285, | |
14.61794019933555 | |
], | |
[ | |
104.196553719, | |
9.468438538205987 | |
], | |
[ | |
104.696786537, | |
10.465116279069761 | |
], | |
[ | |
105.196972713, | |
10.247933884297524 | |
], | |
[ | |
105.736969832, | |
20.962732919254663 | |
], | |
[ | |
106.277974512, | |
9.831029185867905 | |
], | |
[ | |
106.78050638, | |
8.985024958402661 | |
], | |
[ | |
107.280712349, | |
9.61857379767828 | |
], | |
[ | |
107.708133079, | |
16.634050880626233 | |
], | |
[ | |
108.069631394, | |
9.677419354838719 | |
], | |
[ | |
108.571369187, | |
9.333333333333343 | |
], | |
[ | |
109.124190689, | |
9.48795180722891 | |
], | |
[ | |
109.624867591, | |
14.975041597337764 | |
], | |
[ | |
109.898994273, | |
10.876132930513592 | |
], | |
[ | |
110.383361538, | |
11.187607573149734 | |
], | |
[ | |
110.556831934, | |
10.628019323671495 | |
], | |
[ | |
110.731985062, | |
11.004784688995215 | |
], | |
[ | |
110.870669202, | |
10.650887573964496 | |
], | |
[ | |
111.201483656, | |
9.848484848484844 | |
], | |
[ | |
111.703145287, | |
15.5 | |
], | |
[ | |
112.207526054, | |
9.735973597359731 | |
], | |
[ | |
112.711382522, | |
9.121061359867326 | |
], | |
[ | |
113.215501561, | |
9.586776859504127 | |
], | |
[ | |
113.716708489, | |
13.833333333333329 | |
], | |
[ | |
114.217504405, | |
9.348914858096819 | |
], | |
[ | |
114.72259319, | |
10.310965630114566 | |
], | |
[ | |
115.227737361, | |
9.090909090909093 | |
], | |
[ | |
115.732118307, | |
14.003294892915989 | |
], | |
[ | |
116.233207845, | |
8.985024958402661 | |
], | |
[ | |
116.733660153, | |
9.333333333333343 | |
], | |
[ | |
117.238378467, | |
9.602649006622528 | |
], | |
[ | |
117.737916145, | |
14.524207011686144 | |
], | |
[ | |
118.08227936, | |
13.975903614457835 | |
], | |
[ | |
118.584034579, | |
10.815307820299509 | |
], | |
[ | |
119.08864717, | |
10.247933884297524 | |
], | |
[ | |
119.591379331, | |
15.422885572139293 | |
], | |
[ | |
120.117052142, | |
10.866141732283467 | |
], | |
[ | |
120.405233576, | |
9.53757225433526 | |
], | |
[ | |
120.908025305, | |
10.0 | |
], | |
[ | |
121.412026369, | |
11.71617161716172 | |
], | |
[ | |
121.912805482, | |
11.295681063122913 | |
], | |
[ | |
122.415336323, | |
9.63455149501661 | |
], | |
[ | |
122.920019129, | |
9.884678747940683 | |
], | |
[ | |
123.243983638, | |
9.793814432989691 | |
], | |
[ | |
123.605647905, | |
15.437788018433181 | |
], | |
[ | |
124.199119134, | |
9.5774647887324 | |
], | |
[ | |
124.595564767, | |
10.691823899371073 | |
], | |
[ | |
125.027661179, | |
10.0 | |
], | |
[ | |
125.146689503, | |
8.510638297872347 | |
], | |
[ | |
125.585625367, | |
16.287878787878782 | |
], | |
[ | |
125.934846167, | |
10.501193317422434 | |
], | |
[ | |
126.435496498, | |
9.833333333333343 | |
], | |
[ | |
126.937233186, | |
10.596026490066222 | |
], | |
[ | |
127.442343182, | |
19.269102990033232 | |
], | |
[ | |
127.567966903, | |
25.0 | |
], | |
[ | |
128.068940974, | |
20.431893687707642 | |
], | |
[ | |
128.569056438, | |
14.593698175787722 | |
], | |
[ | |
128.893372657, | |
9.067357512953365 | |
], | |
[ | |
129.155158219, | |
9.584664536741215 | |
], | |
[ | |
129.683690448, | |
14.913657770800626 | |
], | |
[ | |
130.186918552, | |
9.421487603305792 | |
], | |
[ | |
130.487482244, | |
9.166666666666671 | |
], | |
[ | |
130.992571892, | |
9.586776859504127 | |
], | |
[ | |
131.494682141, | |
13.553719008264466 | |
], | |
[ | |
131.994937358, | |
19.43048576214406 | |
], | |
[ | |
132.432433078, | |
18.44106463878326 | |
], | |
[ | |
132.870105892, | |
18.095238095238102 | |
], | |
[ | |
133.329485594, | |
10.909090909090907 | |
], | |
[ | |
133.834727448, | |
14.356435643564353 | |
], | |
[ | |
134.175800146, | |
10.462287104622874 | |
], | |
[ | |
134.38382836, | |
10.08064516129032 | |
], | |
[ | |
134.695028869, | |
11.702127659574472 | |
], | |
[ | |
135.041601507, | |
11.722488038277518 | |
], | |
[ | |
135.570688769, | |
14.26307448494454 | |
], | |
[ | |
136.072087658, | |
9.53177257525084 | |
], | |
[ | |
136.577181855, | |
11.986863711001632 | |
], | |
[ | |
137.082243998, | |
8.910891089108901 | |
], | |
[ | |
137.297196952, | |
12.643678160919535 | |
], | |
[ | |
137.40364429, | |
19.37984496124031 | |
], | |
[ | |
137.579387125, | |
24.285714285714292 | |
], | |
[ | |
137.688280729, | |
9.230769230769226 | |
], | |
[ | |
137.880880719, | |
10.389610389610397 | |
], | |
[ | |
138.382168683, | |
8.5427135678392 | |
], | |
[ | |
138.885208527, | |
9.868421052631575 | |
], | |
[ | |
139.385954844, | |
11.480865224625632 | |
], | |
[ | |
139.583062052, | |
19.74789915966386 | |
], | |
[ | |
139.95073029899999, | |
12.328767123287676 | |
], | |
[ | |
140.384389738, | |
10.192307692307693 | |
], | |
[ | |
140.592359382, | |
10.040160642570285 | |
], | |
[ | |
140.712659885, | |
12.413793103448285 | |
], | |
[ | |
141.217619689, | |
9.555189456342674 | |
], | |
[ | |
141.742767789, | |
15.555555555555557 | |
], | |
[ | |
142.05273868, | |
10.42780748663101 | |
], | |
[ | |
142.263992524, | |
13.545816733067724 | |
], | |
[ | |
142.535990968, | |
10.909090909090907 | |
], | |
[ | |
143.050929766, | |
9.740259740259745 | |
], | |
[ | |
143.244919344, | |
9.606986899563324 | |
], | |
[ | |
143.745966025, | |
14.096185737976782 | |
], | |
[ | |
144.206518425, | |
9.782608695652172 | |
], | |
[ | |
144.710908301, | |
10.21416803953872 | |
], | |
[ | |
144.843251712, | |
8.22784810126582 | |
], | |
[ | |
145.343730898, | |
9.348914858096819 | |
], | |
[ | |
145.84494162, | |
13.223140495867767 | |
], | |
[ | |
146.223018677, | |
9.513274336283189 | |
], | |
[ | |
146.507489297, | |
9.649122807017534 | |
], | |
[ | |
146.618139638, | |
9.090909090909093 | |
], | |
[ | |
146.902352727, | |
10.355029585798817 | |
], | |
[ | |
147.059823384, | |
14.21052631578948 | |
], | |
[ | |
147.506337109, | |
16.326530612244895 | |
], | |
[ | |
147.810347769, | |
10.68493150684931 | |
], | |
[ | |
147.983181383, | |
8.82352941176471 | |
], | |
[ | |
148.452888291, | |
10.08849557522123 | |
], | |
[ | |
148.700736787, | |
9.060402684563769 | |
], | |
[ | |
148.805040334, | |
11.382113821138205 | |
], | |
[ | |
149.297019391, | |
9.66101694915254 | |
], | |
[ | |
149.610998507, | |
18.37270341207349 | |
], | |
[ | |
149.711004081, | |
15.384615384615387 | |
], | |
[ | |
149.914256409, | |
10.204081632653057 | |
], | |
[ | |
150.246000269, | |
9.823677581863976 | |
], | |
[ | |
150.662298355, | |
10.714285714285708 | |
], | |
[ | |
150.919372725, | |
10.526315789473685 | |
], | |
[ | |
151.120656086, | |
9.166666666666671 | |
], | |
[ | |
151.305833742, | |
9.777777777777771 | |
], | |
[ | |
151.414395738, | |
23.846153846153854 | |
], | |
[ | |
151.785407247, | |
12.94642857142857 | |
], | |
[ | |
152.183915122, | |
8.613445378151269 | |
], | |
[ | |
152.689095377, | |
9.539473684210535 | |
], | |
[ | |
153.084212148, | |
8.649789029535867 | |
], | |
[ | |
153.367585523, | |
11.176470588235304 | |
], | |
[ | |
153.55941692, | |
17.316017316017323 | |
], | |
[ | |
154.051759798, | |
9.693877551020407 | |
], | |
[ | |
154.556285828, | |
9.570957095709574 | |
], | |
[ | |
154.828515239, | |
10.0 | |
], | |
[ | |
155.04807508, | |
8.846153846153854 | |
], | |
[ | |
155.259696046, | |
9.842519685039377 | |
], | |
[ | |
155.553162883, | |
16.997167138810198 | |
], | |
[ | |
156.137138862, | |
10.2158273381295 | |
], | |
[ | |
156.34985445, | |
10.038610038610045 | |
], | |
[ | |
156.945948361, | |
9.817671809256666 | |
], | |
[ | |
157.066868269, | |
11.40939597315436 | |
], | |
[ | |
157.543819158, | |
14.21052631578948 | |
], | |
[ | |
157.720654408, | |
10.280373831775705 | |
], | |
[ | |
158.223486022, | |
10.465116279069761 | |
], | |
[ | |
158.727780547, | |
9.735973597359731 | |
], | |
[ | |
159.086878124, | |
9.722222222222214 | |
], | |
[ | |
159.586344263, | |
14.85809682804674 | |
], | |
[ | |
160.088325409, | |
9.31780366056573 | |
], | |
[ | |
160.683383742, | |
9.497206703910607 | |
], | |
[ | |
160.84881959, | |
9.045226130653262 | |
], | |
[ | |
161.348990799, | |
9.650582362728784 | |
], | |
[ | |
161.492893012, | |
22.67441860465115 | |
], | |
[ | |
161.660222377, | |
9.090909090909093 | |
], | |
[ | |
161.947782424, | |
9.742120343839545 | |
], | |
[ | |
162.105968744, | |
11.229946524064175 | |
], | |
[ | |
162.571345068, | |
9.677419354838719 | |
], | |
[ | |
162.769367759, | |
10.833333333333329 | |
], | |
[ | |
163.036438442, | |
10.658307210031353 | |
], | |
[ | |
163.284864356, | |
14.715719063545151 | |
], | |
[ | |
163.643400419, | |
23.094688221709006 | |
], | |
[ | |
163.881715234, | |
22.96819787985865 | |
], | |
[ | |
163.982813233, | |
18.032786885245898 | |
], | |
[ | |
164.361938078, | |
15.011037527593814 | |
], | |
[ | |
164.957408803, | |
10.659186535764377 | |
], | |
[ | |
165.458158941, | |
13.553719008264466 | |
], | |
[ | |
165.960955077, | |
11.314475873544097 | |
], | |
[ | |
166.466012894, | |
9.405940594059402 | |
], | |
[ | |
166.952869436, | |
9.059829059829056 | |
], | |
[ | |
167.457965276, | |
12.748344370860934 | |
], | |
[ | |
167.959698473, | |
12.458471760797337 | |
], | |
[ | |
168.459972253, | |
8.818635607321141 | |
], | |
[ | |
168.960947668, | |
10.981697171381029 | |
], | |
[ | |
169.461536861, | |
13.333333333333329 | |
], | |
[ | |
169.716893834, | |
11.803278688524586 | |
], | |
[ | |
169.912761986, | |
11.914893617021278 | |
], | |
[ | |
170.292582174, | |
10.940919037199123 | |
], | |
[ | |
170.794327974, | |
10.11608623548922 | |
], | |
[ | |
171.295857987, | |
9.816971713810318 | |
], | |
[ | |
171.795967087, | |
14.309484193011642 | |
], | |
[ | |
172.296128737, | |
9.833333333333343 | |
], | |
[ | |
172.799557232, | |
9.900990099009903 | |
], | |
[ | |
173.303516631, | |
9.735973597359731 | |
], | |
[ | |
173.806479671, | |
13.432835820895534 | |
], | |
[ | |
174.311578819, | |
9.75206611570249 | |
], | |
[ | |
174.81663298, | |
9.85221674876847 | |
], | |
[ | |
175.3175989, | |
9.468438538205987 | |
], | |
[ | |
175.818984003, | |
14.190317195325548 | |
], | |
[ | |
176.323684672, | |
9.900990099009903 | |
], | |
[ | |
176.823748237, | |
9.816971713810318 | |
], | |
[ | |
177.32750691, | |
9.884678747940683 | |
], | |
[ | |
177.830295493, | |
14.166666666666671 | |
], | |
[ | |
178.330722465, | |
9.983361064891852 | |
], | |
[ | |
178.832495313, | |
10.350584307178636 | |
], | |
[ | |
179.332666775, | |
9.983361064891852 | |
], | |
[ | |
179.837729559, | |
14.967105263157904 | |
], | |
[ | |
180.342078866, | |
9.286898839137649 | |
], | |
[ | |
180.847151725, | |
9.555189456342674 | |
], | |
[ | |
181.348399218, | |
9.468438538205987 | |
], | |
[ | |
181.849981382, | |
13.166666666666671 | |
], | |
[ | |
182.350771705, | |
9.286898839137649 | |
], | |
[ | |
182.854012617, | |
9.75206611570249 | |
], | |
[ | |
183.356824598, | |
10.149750415973386 | |
], | |
[ | |
183.858417557, | |
13.621262458471762 | |
], | |
[ | |
184.358985219, | |
9.5 | |
], | |
[ | |
184.863615026, | |
9.271523178807954 | |
], | |
[ | |
185.366131768, | |
11.22112211221122 | |
], | |
[ | |
185.871212993, | |
13.266998341625197 | |
], | |
[ | |
186.375011188, | |
9.884678747940683 | |
], | |
[ | |
186.880084073, | |
10.726072607260733 | |
], | |
[ | |
187.381500449, | |
11.0 | |
], | |
[ | |
187.886592226, | |
15.927750410509034 | |
], | |
[ | |
188.310553926, | |
16.895874263261305 | |
], | |
[ | |
188.815621572, | |
15.614617940199338 | |
], | |
[ | |
189.318342243, | |
9.060955518945633 | |
], | |
[ | |
189.822710526, | |
14.451827242524914 | |
], | |
[ | |
190.324220252, | |
9.121061359867326 | |
], | |
[ | |
190.824354067, | |
10.0 | |
], | |
[ | |
191.324651899, | |
10.132890365448503 | |
], | |
[ | |
191.824977116, | |
14.524207011686144 | |
], | |
[ | |
192.328664702, | |
13.101160862354888 | |
], | |
[ | |
192.830392939, | |
9.933774834437088 | |
], | |
[ | |
193.330764736, | |
9.484193011647264 | |
], | |
[ | |
193.831337223, | |
16.58374792703151 | |
], | |
[ | |
194.333106847, | |
12.292358803986716 | |
], | |
[ | |
194.837365261, | |
9.966777408637867 | |
], | |
[ | |
195.338101699, | |
11.129568106312291 | |
], | |
[ | |
195.840629177, | |
13.95348837209302 | |
], | |
[ | |
196.34376032, | |
9.405940594059402 | |
], | |
[ | |
196.843863422, | |
8.681135225375627 | |
], | |
[ | |
197.344342377, | |
10.465116279069761 | |
], | |
[ | |
197.845555177, | |
15.74539363484088 | |
], | |
[ | |
198.349279007, | |
9.060955518945633 | |
], | |
[ | |
198.84937737, | |
10.465116279069761 | |
], | |
[ | |
199.349628354, | |
11.111111111111114 | |
], | |
[ | |
199.850129762, | |
14.357262103505846 | |
], | |
[ | |
200.350273262, | |
9.866220735785959 | |
], | |
[ | |
200.851958499, | |
9.602649006622528 | |
], | |
[ | |
201.35207777, | |
11.314475873544097 | |
], | |
[ | |
201.852397452, | |
13.333333333333329 | |
], | |
[ | |
202.353266387, | |
9.348914858096819 | |
], | |
[ | |
202.853796085, | |
9.933774834437088 | |
], | |
[ | |
203.356530284, | |
10.333333333333343 | |
], | |
[ | |
203.858690952, | |
12.624584717607974 | |
], | |
[ | |
204.36379639, | |
9.523809523809518 | |
], | |
[ | |
204.868581367, | |
8.774834437086085 | |
], | |
[ | |
205.369471168, | |
10.149750415973386 | |
], | |
[ | |
205.869970523, | |
13.166666666666671 | |
], | |
[ | |
206.372293878, | |
9.602649006622528 | |
], | |
[ | |
206.872566622, | |
9.380234505862646 | |
], | |
[ | |
207.373138213, | |
12.12624584717608 | |
], | |
[ | |
207.873958623, | |
13.333333333333329 | |
], | |
[ | |
208.378379221, | |
9.421487603305792 | |
], | |
[ | |
208.881766561, | |
9.586776859504127 | |
], | |
[ | |
209.386860724, | |
11.295681063122913 | |
], | |
[ | |
209.888889337, | |
13.576158940397349 | |
], | |
[ | |
210.390834437, | |
9.31780366056573 | |
], | |
[ | |
210.895320961, | |
9.868421052631575 | |
], | |
[ | |
211.396436573, | |
12.458471760797337 | |
], | |
[ | |
211.897648904, | |
11.647254575707152 | |
], | |
[ | |
212.39902832, | |
8.970099667774093 | |
], | |
[ | |
212.903203692, | |
9.555189456342674 | |
], | |
[ | |
213.406441437, | |
10.927152317880797 | |
], | |
[ | |
213.907003243, | |
13.266998341625197 | |
], | |
[ | |
214.407188194, | |
9.484193011647264 | |
], | |
[ | |
214.9082433, | |
9.666666666666671 | |
], | |
[ | |
215.40832821, | |
12.833333333333329 | |
], | |
[ | |
215.913396434, | |
13.079470198675494 | |
], | |
[ | |
216.418124156, | |
9.735973597359731 | |
], | |
[ | |
216.918309547, | |
9.849749582637742 | |
], | |
[ | |
217.420879343, | |
12.748344370860934 | |
], | |
[ | |
217.924164147, | |
11.608623548922054 | |
], | |
[ | |
218.429291369, | |
9.884678747940683 | |
], | |
[ | |
218.934148214, | |
8.774834437086085 | |
], | |
[ | |
219.435373581, | |
11.98003327787022 | |
], | |
[ | |
219.939696197, | |
11.22112211221122 | |
], | |
[ | |
220.44395521, | |
9.210526315789465 | |
], | |
[ | |
220.949080084, | |
9.586776859504127 | |
], | |
[ | |
221.454145033, | |
12.748344370860934 | |
], | |
[ | |
221.956567318, | |
10.447761194029852 | |
], | |
[ | |
222.457524758, | |
10.815307820299509 | |
], | |
[ | |
222.962566581, | |
9.735973597359731 | |
], | |
[ | |
223.462799935, | |
13.95348837209302 | |
], | |
[ | |
223.964726546, | |
10.48252911813644 | |
], | |
[ | |
224.464899665, | |
9.966777408637867 | |
], | |
[ | |
224.96841077, | |
9.933774834437088 | |
], | |
[ | |
225.468480675, | |
13.5 | |
], | |
[ | |
225.970472464, | |
10.183639398998338 | |
], | |
[ | |
226.473428186, | |
10.231023102310232 | |
], | |
[ | |
226.973661552, | |
8.94039735099338 | |
], | |
[ | |
227.474393617, | |
12.395309882747057 | |
], | |
[ | |
227.97944966, | |
11.57024793388429 | |
], | |
[ | |
228.484521299, | |
8.910891089108901 | |
], | |
[ | |
228.98967326, | |
9.256198347107443 | |
], | |
[ | |
229.489937866, | |
13.833333333333329 | |
], | |
[ | |
229.990425127, | |
11.258278145695371 | |
], | |
[ | |
230.493631951, | |
10.578512396694222 | |
], | |
[ | |
230.997990196, | |
9.302325581395351 | |
], | |
[ | |
231.498495789, | |
9.650582362728784 | |
], | |
[ | |
231.999080948, | |
10.247933884297524 | |
], | |
[ | |
232.499401487, | |
9.364548494983282 | |
], | |
[ | |
232.999569623, | |
9.166666666666671 | |
], | |
[ | |
233.500700526, | |
9.61857379767828 | |
], | |
[ | |
234.005815379, | |
9.256198347107443 | |
], | |
[ | |
234.510883795, | |
10.180623973727421 | |
], | |
[ | |
235.013047047, | |
8.985024958402661 | |
], | |
[ | |
235.517380821, | |
9.240924092409244 | |
], | |
[ | |
236.01951194, | |
9.151414309484196 | |
], | |
[ | |
236.524504557, | |
9.10596026490066 | |
], | |
[ | |
237.028742935, | |
9.719934102141679 | |
], | |
[ | |
237.531188374, | |
9.484193011647264 | |
], | |
[ | |
238.032201123, | |
10.447761194029852 | |
], | |
[ | |
238.532419072, | |
9.966777408637867 | |
], | |
[ | |
239.033054465, | |
10.183639398998338 | |
], | |
[ | |
239.533216196, | |
10.29900332225914 | |
], | |
[ | |
240.03481015, | |
9.784411276948589 | |
], | |
[ | |
240.539612836, | |
9.271523178807954 | |
], | |
[ | |
241.039811634, | |
10.0 | |
], | |
[ | |
241.542302464, | |
13.576158940397349 | |
], | |
[ | |
242.047395194, | |
9.10596026490066 | |
], | |
[ | |
242.552269196, | |
9.090909090909093 | |
], | |
[ | |
243.053146624, | |
10.596026490066222 | |
], | |
[ | |
243.553334762, | |
9.015025041736223 | |
], | |
[ | |
244.056398671, | |
9.468438538205987 | |
], | |
[ | |
244.556472221, | |
9.650582362728784 | |
], | |
[ | |
245.056643297, | |
9.364548494983282 | |
], | |
[ | |
245.5568482, | |
9.784411276948589 | |
], | |
[ | |
246.057721807, | |
10.666666666666671 | |
], | |
[ | |
246.559147024, | |
9.784411276948589 | |
], | |
[ | |
247.061939593, | |
12.312811980033274 | |
], | |
[ | |
247.538124363, | |
10.507880910683014 | |
], | |
[ | |
248.040612004, | |
16.390728476821195 | |
], | |
[ | |
248.541953128, | |
9.61857379767828 | |
], | |
[ | |
249.043305235, | |
8.970099667774093 | |
], | |
[ | |
249.544232577, | |
14.0 | |
], | |
[ | |
250.047787128, | |
9.63455149501661 | |
], | |
[ | |
250.550605702, | |
9.286898839137649 | |
], | |
[ | |
251.055139241, | |
10.049423393739701 | |
], | |
[ | |
251.555703751, | |
16.33333333333333 | |
], | |
[ | |
252.056362656, | |
10.96345514950167 | |
], | |
[ | |
252.561289048, | |
10.543657331136728 | |
], | |
[ | |
253.063516908, | |
9.71524288107203 | |
], | |
[ | |
253.568590754, | |
13.770491803278688 | |
], | |
[ | |
254.071487779, | |
10.264900662251648 | |
], | |
[ | |
254.572210939, | |
11.705685618729106 | |
], | |
[ | |
255.072386873, | |
10.666666666666671 | |
], | |
[ | |
255.574262237, | |
14.569536423841058 | |
], | |
[ | |
256.079454433, | |
9.933774834437088 | |
], | |
[ | |
256.5816357, | |
9.719934102141679 | |
], | |
[ | |
257.086737679, | |
8.78938640132671 | |
], | |
[ | |
257.591127021, | |
16.474464579901152 | |
], | |
[ | |
258.095470559, | |
9.586776859504127 | |
], | |
[ | |
258.436790645, | |
8.292682926829258 | |
] | |
]; | |
// 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> | |
<html> | |
<head> | |
<title>Cargo Build Timings — cargo 0.42.0</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>cargo 0.42.0 (lib, bin "cargo")</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>167</td> | |
</tr> | |
<tr> | |
<td>Total units:</td><td>167</td> | |
</tr> | |
<tr> | |
<td>Max concurrency:</td><td>4 (jobs=1 ncpu=12)</td> | |
</tr> | |
<tr> | |
<td>Build start:</td><td>2019-11-11T02:52:18Z</td> | |
</tr> | |
<tr> | |
<td>Total time:</td><td>258.4s (4m 18.4s)</td> | |
</tr> | |
<tr> | |
<td>rustc:</td><td>rustc 1.40.0-nightly (1423bec54 2019-11-05)<br>Host: x86_64-apple-darwin<br>Target: x86_64-apple-darwin</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>cargo v0.42.0</td> | |
<td>77.2s</td> | |
<td>59.2s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>2.</td> | |
<td>libnghttp2-sys v0.1.2 custom-build (run)</td> | |
<td>31.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>3.</td> | |
<td>backtrace-sys v0.1.31 custom-build (run)</td> | |
<td>28.9s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>4.</td> | |
<td>libssh2-sys v0.2.12 custom-build (run)</td> | |
<td>23.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>5.</td> | |
<td>libgit2-sys v0.9.1 custom-build (run)</td> | |
<td>16.9s</td> | |
<td>0.0s (0%)</td> | |
<td>https, libssh2-sys, openssl-sys, ssh, ssh_key_from_memory</td> | |
</tr> | |
<tr> | |
<td>6.</td> | |
<td>cargo v0.42.0 bin "cargo"</td> | |
<td>10.9s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>7.</td> | |
<td>serde_derive v1.0.101</td> | |
<td>9.9s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>8.</td> | |
<td>clap v2.33.0</td> | |
<td>9.7s</td> | |
<td>6.7s (68%)</td> | |
<td>ansi_term, atty, color, default, strsim, suggestions, vec_map</td> | |
</tr> | |
<tr> | |
<td>9.</td> | |
<td>syn v0.15.44</td> | |
<td>7.4s</td> | |
<td>4.0s (54%)</td> | |
<td>clone-impls, default, derive, extra-traits, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>10.</td> | |
<td>serde v1.0.101</td> | |
<td>6.9s</td> | |
<td>0.3s (5%)</td> | |
<td>default, derive, serde_derive, std</td> | |
</tr> | |
<tr> | |
<td>11.</td> | |
<td>regex v1.3.1</td> | |
<td>6.3s</td> | |
<td>4.8s (77%)</td> | |
<td>aho-corasick, default, memchr, perf, perf-cache, perf-dfa, perf-inline, perf-literal, std, thread_local, unicode, unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment</td> | |
</tr> | |
<tr> | |
<td>12.</td> | |
<td>syn v1.0.5</td> | |
<td>6.0s</td> | |
<td>3.6s (60%)</td> | |
<td>clone-impls, default, derive, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>13.</td> | |
<td>regex-syntax v0.6.12</td> | |
<td>5.9s</td> | |
<td>3.1s (52%)</td> | |
<td>unicode-age, unicode-bool, unicode-case, unicode-gencat, unicode-perl, unicode-script, unicode-segment</td> | |
</tr> | |
<tr> | |
<td>14.</td> | |
<td>git2 v0.10.1</td> | |
<td>5.3s</td> | |
<td>2.8s (53%)</td> | |
<td>default, https, openssl-probe, openssl-sys, ssh, ssh_key_from_memory</td> | |
</tr> | |
<tr> | |
<td>15.</td> | |
<td>ignore v0.4.10</td> | |
<td>3.4s</td> | |
<td>2.6s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>16.</td> | |
<td>toml v0.5.3</td> | |
<td>3.3s</td> | |
<td>1.9s (60%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>17.</td> | |
<td>serde_json v1.0.40</td> | |
<td>3.0s</td> | |
<td>1.3s (45%)</td> | |
<td>default, raw_value</td> | |
</tr> | |
<tr> | |
<td>18.</td> | |
<td>sized-chunks v0.3.1</td> | |
<td>2.7s</td> | |
<td>0.9s (33%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>19.</td> | |
<td>aho-corasick v0.7.6</td> | |
<td>2.6s</td> | |
<td>1.5s (58%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>20.</td> | |
<td>globset v0.4.4</td> | |
<td>2.5s</td> | |
<td>1.9s (78%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>21.</td> | |
<td>im-rc v13.0.0</td> | |
<td>2.2s</td> | |
<td>0.2s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>22.</td> | |
<td>cc v1.0.45</td> | |
<td>2.2s</td> | |
<td>1.6s (74%)</td> | |
<td>jobserver, num_cpus, parallel</td> | |
</tr> | |
<tr> | |
<td>23.</td> | |
<td>unicode-normalization v0.1.8</td> | |
<td>2.1s</td> | |
<td>0.1s (5%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>24.</td> | |
<td>synstructure v0.10.2</td> | |
<td>2.0s</td> | |
<td>1.5s (75%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>25.</td> | |
<td>crates-io v0.30.0</td> | |
<td>2.0s</td> | |
<td>1.4s (68%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>26.</td> | |
<td>rand v0.7.2</td> | |
<td>1.8s</td> | |
<td>0.5s (28%)</td> | |
<td>alloc, default, getrandom, getrandom_package, std</td> | |
</tr> | |
<tr> | |
<td>27.</td> | |
<td>tar v0.4.26</td> | |
<td>1.7s</td> | |
<td>1.1s (62%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>28.</td> | |
<td>idna v0.2.0</td> | |
<td>1.7s</td> | |
<td>1.0s (59%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>29.</td> | |
<td>curl v0.4.23</td> | |
<td>1.7s</td> | |
<td>1.0s (58%)</td> | |
<td>default, http2, openssl-probe, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>30.</td> | |
<td>c2-chacha v0.2.2</td> | |
<td>1.6s</td> | |
<td>1.1s (71%)</td> | |
<td>lazy_static, simd, std</td> | |
</tr> | |
<tr> | |
<td>31.</td> | |
<td>failure_derive v0.1.5</td> | |
<td>1.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>32.</td> | |
<td>url v2.1.0</td> | |
<td>1.5s</td> | |
<td>0.8s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>33.</td> | |
<td>proc-macro2 v1.0.3</td> | |
<td>1.2s</td> | |
<td>0.7s (58%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>34.</td> | |
<td>proc-macro2 v0.4.30</td> | |
<td>1.2s</td> | |
<td>0.7s (58%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>35.</td> | |
<td>pkg-config v0.3.16</td> | |
<td>1.1s</td> | |
<td>0.8s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>36.</td> | |
<td>unicode-bidi v0.3.4</td> | |
<td>1.1s</td> | |
<td>0.8s (69%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>37.</td> | |
<td>rustfix v0.4.6</td> | |
<td>1.1s</td> | |
<td>0.5s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>38.</td> | |
<td>hex v0.3.2</td> | |
<td>1.0s</td> | |
<td>0.0s (3%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>39.</td> | |
<td>crossbeam-channel v0.3.9</td> | |
<td>1.0s</td> | |
<td>0.4s (36%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>40.</td> | |
<td>glob v0.3.0</td> | |
<td>1.0s</td> | |
<td>0.7s (69%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>41.</td> | |
<td>openssl-sys v0.9.49 custom-build</td> | |
<td>1.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>42.</td> | |
<td>bstr v0.2.8</td> | |
<td>0.9s</td> | |
<td>0.3s (33%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>43.</td> | |
<td>env_logger v0.7.0</td> | |
<td>0.9s</td> | |
<td>0.6s (60%)</td> | |
<td>atty, default, humantime, regex, termcolor</td> | |
</tr> | |
<tr> | |
<td>44.</td> | |
<td>jobserver v0.1.17</td> | |
<td>0.9s</td> | |
<td>0.7s (77%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>45.</td> | |
<td>cargo-platform v0.1.0</td> | |
<td>0.9s</td> | |
<td>0.5s (51%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>46.</td> | |
<td>ppv-lite86 v0.2.5</td> | |
<td>0.9s</td> | |
<td>0.0s (3%)</td> | |
<td>default, simd, std</td> | |
</tr> | |
<tr> | |
<td>47.</td> | |
<td>flate2 v1.0.11</td> | |
<td>0.8s</td> | |
<td>0.3s (32%)</td> | |
<td>default, libz-sys, miniz-sys, zlib</td> | |
</tr> | |
<tr> | |
<td>48.</td> | |
<td>crossbeam-utils v0.6.6</td> | |
<td>0.8s</td> | |
<td>0.4s (51%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>49.</td> | |
<td>typenum v1.11.2</td> | |
<td>0.8s</td> | |
<td>0.1s (7%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>50.</td> | |
<td>crossbeam-utils v0.7.0</td> | |
<td>0.8s</td> | |
<td>0.4s (54%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>51.</td> | |
<td>walkdir v2.2.9</td> | |
<td>0.8s</td> | |
<td>0.6s (72%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>52.</td> | |
<td>backtrace v0.3.37</td> | |
<td>0.7s</td> | |
<td>0.4s (59%)</td> | |
<td>backtrace-sys, dbghelp, default, dladdr, libbacktrace, libunwind, std</td> | |
</tr> | |
<tr> | |
<td>53.</td> | |
<td>semver v0.9.0</td> | |
<td>0.7s</td> | |
<td>0.3s (50%)</td> | |
<td>default, serde</td> | |
</tr> | |
<tr> | |
<td>54.</td> | |
<td>semver-parser v0.7.0</td> | |
<td>0.7s</td> | |
<td>0.5s (69%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>55.</td> | |
<td>termcolor v1.0.5</td> | |
<td>0.7s</td> | |
<td>0.4s (59%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>56.</td> | |
<td>curl-sys v0.4.23 custom-build</td> | |
<td>0.7s</td> | |
<td>0.0s (0%)</td> | |
<td>default, http2, libnghttp2-sys, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>57.</td> | |
<td>typenum v1.11.2 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>58.</td> | |
<td>memchr v2.2.1 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>59.</td> | |
<td>core-foundation v0.6.4</td> | |
<td>0.6s</td> | |
<td>0.2s (39%)</td> | |
<td>mac_os_10_7_support</td> | |
</tr> | |
<tr> | |
<td>60.</td> | |
<td>rustc-demangle v0.1.16</td> | |
<td>0.6s</td> | |
<td>0.4s (57%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>61.</td> | |
<td>libssh2-sys v0.2.12 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>62.</td> | |
<td>autocfg v0.1.6</td> | |
<td>0.6s</td> | |
<td>0.4s (68%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>63.</td> | |
<td>memchr v2.2.1</td> | |
<td>0.6s</td> | |
<td>0.2s (41%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>64.</td> | |
<td>tempfile v3.1.0</td> | |
<td>0.6s</td> | |
<td>0.4s (60%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>65.</td> | |
<td>hex v0.4.0</td> | |
<td>0.6s</td> | |
<td>0.1s (12%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>66.</td> | |
<td>strsim v0.8.0</td> | |
<td>0.6s</td> | |
<td>0.4s (73%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>67.</td> | |
<td>git2-curl v0.11.0</td> | |
<td>0.6s</td> | |
<td>0.4s (66%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>68.</td> | |
<td>quote v1.0.2</td> | |
<td>0.6s</td> | |
<td>0.3s (54%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>69.</td> | |
<td>libc v0.2.62</td> | |
<td>0.6s</td> | |
<td>0.1s (9%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>70.</td> | |
<td>libgit2-sys v0.9.1 custom-build</td> | |
<td>0.6s</td> | |
<td>0.0s (0%)</td> | |
<td>https, libssh2-sys, openssl-sys, ssh, ssh_key_from_memory</td> | |
</tr> | |
<tr> | |
<td>71.</td> | |
<td>openssl-sys v0.9.49</td> | |
<td>0.6s</td> | |
<td>0.1s (22%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>72.</td> | |
<td>socket2 v0.3.11</td> | |
<td>0.5s</td> | |
<td>0.3s (49%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>73.</td> | |
<td>libz-sys v1.0.25 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>74.</td> | |
<td>rustc_version v0.2.3</td> | |
<td>0.5s</td> | |
<td>0.3s (60%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>75.</td> | |
<td>proc-macro2 v1.0.3 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>76.</td> | |
<td>textwrap v0.11.0</td> | |
<td>0.5s</td> | |
<td>0.3s (66%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>77.</td> | |
<td>libnghttp2-sys v0.1.2 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>78.</td> | |
<td>backtrace-sys v0.1.31 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>79.</td> | |
<td>syn v0.15.44 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, extra-traits, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>80.</td> | |
<td>proc-macro2 v0.4.30 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>81.</td> | |
<td>crc32fast v1.2.0 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>82.</td> | |
<td>serde v1.0.101 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, derive, serde_derive, std</td> | |
</tr> | |
<tr> | |
<td>83.</td> | |
<td>libc v0.2.62 custom-build</td> | |
<td>0.5s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>84.</td> | |
<td>quote v0.6.13</td> | |
<td>0.5s</td> | |
<td>0.3s (58%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>85.</td> | |
<td>syn v1.0.5 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>86.</td> | |
<td>ryu v1.0.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>87.</td> | |
<td>failure_derive v0.1.5 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>88.</td> | |
<td>miniz-sys v0.1.12 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>89.</td> | |
<td>humantime v1.3.0</td> | |
<td>0.4s</td> | |
<td>0.2s (45%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>90.</td> | |
<td>log v0.4.8</td> | |
<td>0.4s</td> | |
<td>0.2s (43%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>91.</td> | |
<td>opener v0.4.0</td> | |
<td>0.4s</td> | |
<td>0.3s (69%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>92.</td> | |
<td>ansi_term v0.11.0</td> | |
<td>0.4s</td> | |
<td>0.2s (38%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>93.</td> | |
<td>bitflags v1.1.0 custom-build</td> | |
<td>0.4s</td> | |
<td>0.0s (0%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>94.</td> | |
<td>libgit2-sys v0.9.1</td> | |
<td>0.4s</td> | |
<td>0.1s (24%)</td> | |
<td>https, libssh2-sys, openssl-sys, ssh, ssh_key_from_memory</td> | |
</tr> | |
<tr> | |
<td>95.</td> | |
<td>thread_local v0.3.6</td> | |
<td>0.4s</td> | |
<td>0.2s (54%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>96.</td> | |
<td>rand_core v0.5.1</td> | |
<td>0.4s</td> | |
<td>0.1s (37%)</td> | |
<td>alloc, getrandom, std</td> | |
</tr> | |
<tr> | |
<td>97.</td> | |
<td>im-rc v13.0.0 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>98.</td> | |
<td>percent-encoding v2.1.0</td> | |
<td>0.3s</td> | |
<td>0.2s (57%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>99.</td> | |
<td>miniz-sys v0.1.12 custom-build (run)</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>100.</td> | |
<td>failure v0.1.5</td> | |
<td>0.3s</td> | |
<td>0.1s (37%)</td> | |
<td>backtrace, default, derive, failure_derive, std</td> | |
</tr> | |
<tr> | |
<td>101.</td> | |
<td>getrandom v0.1.12</td> | |
<td>0.3s</td> | |
<td>0.2s (48%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>102.</td> | |
<td>smallvec v0.6.10</td> | |
<td>0.3s</td> | |
<td>0.0s (4%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>103.</td> | |
<td>core-foundation-sys v0.6.2 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>mac_os_10_7_support</td> | |
</tr> | |
<tr> | |
<td>104.</td> | |
<td>getrandom v0.1.12 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>105.</td> | |
<td>crc32fast v1.2.0</td> | |
<td>0.3s</td> | |
<td>0.1s (46%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>106.</td> | |
<td>filetime v0.2.7</td> | |
<td>0.3s</td> | |
<td>0.1s (45%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>107.</td> | |
<td>shell-escape v0.1.4</td> | |
<td>0.3s</td> | |
<td>0.2s (63%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>108.</td> | |
<td>libnghttp2-sys v0.1.2</td> | |
<td>0.3s</td> | |
<td>0.1s (30%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>109.</td> | |
<td>ryu v1.0.0</td> | |
<td>0.3s</td> | |
<td>0.1s (39%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>110.</td> | |
<td>serde_ignored v0.1.0</td> | |
<td>0.3s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>111.</td> | |
<td>log v0.4.8 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>112.</td> | |
<td>curl v0.4.23 custom-build</td> | |
<td>0.3s</td> | |
<td>0.0s (0%)</td> | |
<td>default, http2, openssl-probe, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>113.</td> | |
<td>crossbeam-utils v0.7.0 custom-build</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>114.</td> | |
<td>commoncrypto v0.2.0</td> | |
<td>0.2s</td> | |
<td>0.1s (48%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>115.</td> | |
<td>crypto-hash v0.3.4</td> | |
<td>0.2s</td> | |
<td>0.1s (55%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>116.</td> | |
<td>fs2 v0.4.3</td> | |
<td>0.2s</td> | |
<td>0.1s (39%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>117.</td> | |
<td>same-file v1.0.5</td> | |
<td>0.2s</td> | |
<td>0.1s (46%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>118.</td> | |
<td>libssh2-sys v0.2.12</td> | |
<td>0.2s</td> | |
<td>0.1s (32%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>119.</td> | |
<td>vec_map v0.8.1</td> | |
<td>0.2s</td> | |
<td>0.0s (6%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>120.</td> | |
<td>curl-sys v0.4.23</td> | |
<td>0.2s</td> | |
<td>0.0s (6%)</td> | |
<td>default, http2, libnghttp2-sys, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>121.</td> | |
<td>bytesize v1.0.0</td> | |
<td>0.2s</td> | |
<td>0.1s (37%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>122.</td> | |
<td>rand_chacha v0.2.1</td> | |
<td>0.2s</td> | |
<td>0.0s (21%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>123.</td> | |
<td>commoncrypto-sys v0.2.0</td> | |
<td>0.2s</td> | |
<td>0.0s (27%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>124.</td> | |
<td>itoa v0.4.4</td> | |
<td>0.2s</td> | |
<td>0.0s (7%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>125.</td> | |
<td>core-foundation-sys v0.6.2</td> | |
<td>0.2s</td> | |
<td>0.0s (27%)</td> | |
<td>mac_os_10_7_support</td> | |
</tr> | |
<tr> | |
<td>126.</td> | |
<td>home v0.5.0</td> | |
<td>0.2s</td> | |
<td>0.1s (50%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>127.</td> | |
<td>typenum v1.11.2 custom-build (run)</td> | |
<td>0.2s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>128.</td> | |
<td>vte v0.3.3</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>129.</td> | |
<td>unicode-xid v0.2.0</td> | |
<td>0.1s</td> | |
<td>0.0s (31%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>130.</td> | |
<td>num_cpus v1.10.1</td> | |
<td>0.1s</td> | |
<td>0.0s (24%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>131.</td> | |
<td>unicode-xid v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (21%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>132.</td> | |
<td>utf8parse v0.1.1</td> | |
<td>0.1s</td> | |
<td>0.0s (16%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>133.</td> | |
<td>lazycell v1.2.1</td> | |
<td>0.1s</td> | |
<td>0.0s (8%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>134.</td> | |
<td>strip-ansi-escapes v0.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (10%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>135.</td> | |
<td>openssl-sys v0.9.49 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>136.</td> | |
<td>unicode-width v0.1.6</td> | |
<td>0.1s</td> | |
<td>0.0s (8%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>137.</td> | |
<td>quick-error v1.2.2</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>138.</td> | |
<td>libz-sys v1.0.25</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>139.</td> | |
<td>lazy_static v1.4.0</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>140.</td> | |
<td>miniz-sys v0.1.12</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>141.</td> | |
<td>atty v0.2.13</td> | |
<td>0.1s</td> | |
<td>0.0s (18%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>142.</td> | |
<td>fnv v1.0.6</td> | |
<td>0.1s</td> | |
<td>0.0s (11%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>143.</td> | |
<td>crossbeam-utils v0.7.0 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td>default, lazy_static, std</td> | |
</tr> | |
<tr> | |
<td>144.</td> | |
<td>libz-sys v1.0.25 custom-build (run)</td> | |
<td>0.1s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>145.</td> | |
<td>backtrace-sys v0.1.31</td> | |
<td>0.1s</td> | |
<td>0.0s (14%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>146.</td> | |
<td>matches v0.1.8</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>147.</td> | |
<td>bitflags v1.1.0</td> | |
<td>0.1s</td> | |
<td>0.0s (13%)</td> | |
<td>default</td> | |
</tr> | |
<tr> | |
<td>148.</td> | |
<td>rustc-workspace-hack v1.0.0</td> | |
<td>0.1s</td> | |
<td>0.0s (12%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>149.</td> | |
<td>remove_dir_all v0.5.2</td> | |
<td>0.0s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>150.</td> | |
<td>cfg-if v0.1.9</td> | |
<td>0.0s</td> | |
<td>0.0s (13%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>151.</td> | |
<td>im-rc v13.0.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>152.</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>153.</td> | |
<td>serde v1.0.101 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, derive, serde_derive, std</td> | |
</tr> | |
<tr> | |
<td>154.</td> | |
<td>ryu v1.0.0 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>155.</td> | |
<td>syn v0.15.44 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, extra-traits, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>156.</td> | |
<td>proc-macro2 v1.0.3 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>157.</td> | |
<td>memchr v2.2.1 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, use_std</td> | |
</tr> | |
<tr> | |
<td>158.</td> | |
<td>syn v1.0.5 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>clone-impls, default, derive, parsing, printing, proc-macro, quote, visit</td> | |
</tr> | |
<tr> | |
<td>159.</td> | |
<td>libc v0.2.62 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, std</td> | |
</tr> | |
<tr> | |
<td>160.</td> | |
<td>proc-macro2 v0.4.30 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, proc-macro</td> | |
</tr> | |
<tr> | |
<td>161.</td> | |
<td>failure_derive v0.1.5 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td></td> | |
</tr> | |
<tr> | |
<td>162.</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>163.</td> | |
<td>curl-sys v0.4.23 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, http2, libnghttp2-sys, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>164.</td> | |
<td>log v0.4.8 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>165.</td> | |
<td>getrandom v0.1.12 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (1%)</td> | |
<td>std</td> | |
</tr> | |
<tr> | |
<td>166.</td> | |
<td>curl v0.4.23 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>default, http2, openssl-probe, openssl-sys, ssl</td> | |
</tr> | |
<tr> | |
<td>167.</td> | |
<td>core-foundation-sys v0.6.2 custom-build (run)</td> | |
<td>0.0s</td> | |
<td>0.0s (0%)</td> | |
<td>mac_os_10_7_support</td> | |
</tr> | |
</tbody> | |
</table> | |
<script> | |
DURATION = 259; | |
const UNIT_DATA = [ | |
{ | |
"i": 0, | |
"name": "libc", | |
"version": "0.2.62", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 0.2, | |
"duration": 0.47, | |
"rmeta_time": 0.47, | |
"unlocked_units": [ | |
49 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 1, | |
"name": "cfg-if", | |
"version": "0.1.9", | |
"mode": "todo", | |
"target": "", | |
"start": 0.66, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 2, | |
"name": "log", | |
"version": "0.4.8", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 0.71, | |
"duration": 0.26, | |
"rmeta_time": 0.26, | |
"unlocked_units": [ | |
50 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 3, | |
"name": "pkg-config", | |
"version": "0.3.16", | |
"mode": "todo", | |
"target": "", | |
"start": 0.97, | |
"duration": 1.1, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 4, | |
"name": "proc-macro2", | |
"version": "1.0.3", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.07, | |
"duration": 0.51, | |
"rmeta_time": 0.51, | |
"unlocked_units": [ | |
51 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 5, | |
"name": "unicode-xid", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 2.58, | |
"duration": 0.14, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 6, | |
"name": "syn", | |
"version": "1.0.5", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 2.72, | |
"duration": 0.45, | |
"rmeta_time": 0.45, | |
"unlocked_units": [ | |
52 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 7, | |
"name": "serde", | |
"version": "1.0.101", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 3.17, | |
"duration": 0.47, | |
"rmeta_time": 0.47, | |
"unlocked_units": [ | |
53 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 8, | |
"name": "autocfg", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 3.64, | |
"duration": 0.6, | |
"rmeta_time": 0.19, | |
"unlocked_units": [ | |
54 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 9, | |
"name": "lazy_static", | |
"version": "1.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.24, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
56, | |
55 | |
] | |
}, | |
{ | |
"i": 10, | |
"name": "proc-macro2", | |
"version": "0.4.30", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 4.33, | |
"duration": 0.48, | |
"rmeta_time": 0.48, | |
"unlocked_units": [ | |
57 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 11, | |
"name": "unicode-xid", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 4.81, | |
"duration": 0.11, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 12, | |
"name": "memchr", | |
"version": "2.2.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 4.92, | |
"duration": 0.64, | |
"rmeta_time": 0.64, | |
"unlocked_units": [ | |
58 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 13, | |
"name": "syn", | |
"version": "0.15.44", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 5.57, | |
"duration": 0.49, | |
"rmeta_time": 0.49, | |
"unlocked_units": [ | |
59 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 14, | |
"name": "smallvec", | |
"version": "0.6.10", | |
"mode": "todo", | |
"target": "", | |
"start": 6.05, | |
"duration": 0.31, | |
"rmeta_time": 0.3, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
60 | |
] | |
}, | |
{ | |
"i": 15, | |
"name": "getrandom", | |
"version": "0.1.12", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 6.36, | |
"duration": 0.31, | |
"rmeta_time": 0.31, | |
"unlocked_units": [ | |
61 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 16, | |
"name": "matches", | |
"version": "0.1.8", | |
"mode": "todo", | |
"target": "", | |
"start": 6.67, | |
"duration": 0.05, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
62 | |
] | |
}, | |
{ | |
"i": 17, | |
"name": "failure_derive", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 6.72, | |
"duration": 0.43, | |
"rmeta_time": 0.43, | |
"unlocked_units": [ | |
63 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 18, | |
"name": "ryu", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 7.15, | |
"duration": 0.43, | |
"rmeta_time": 0.43, | |
"unlocked_units": [ | |
64 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 19, | |
"name": "semver-parser", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 7.59, | |
"duration": 0.68, | |
"rmeta_time": 0.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 20, | |
"name": "bitflags", | |
"version": "1.1.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 8.26, | |
"duration": 0.4, | |
"rmeta_time": 0.4, | |
"unlocked_units": [ | |
65 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 21, | |
"name": "rustc-demangle", | |
"version": "0.1.16", | |
"mode": "todo", | |
"target": "", | |
"start": 8.66, | |
"duration": 0.63, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 22, | |
"name": "typenum", | |
"version": "1.11.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 9.28, | |
"duration": 0.65, | |
"rmeta_time": 0.65, | |
"unlocked_units": [ | |
66 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 23, | |
"name": "curl", | |
"version": "0.4.23", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 9.93, | |
"duration": 0.26, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 24, | |
"name": "percent-encoding", | |
"version": "2.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 10.19, | |
"duration": 0.35, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 25, | |
"name": "regex-syntax", | |
"version": "0.6.12", | |
"mode": "todo", | |
"target": "", | |
"start": 10.54, | |
"duration": 5.88, | |
"rmeta_time": 2.81, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 26, | |
"name": "ppv-lite86", | |
"version": "0.2.5", | |
"mode": "todo", | |
"target": "", | |
"start": 16.41, | |
"duration": 0.86, | |
"rmeta_time": 0.83, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
67 | |
] | |
}, | |
{ | |
"i": 27, | |
"name": "crc32fast", | |
"version": "1.2.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.27, | |
"duration": 0.48, | |
"rmeta_time": 0.48, | |
"unlocked_units": [ | |
68 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 28, | |
"name": "itoa", | |
"version": "0.4.4", | |
"mode": "todo", | |
"target": "", | |
"start": 17.75, | |
"duration": 0.17, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 29, | |
"name": "core-foundation-sys", | |
"version": "0.6.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 17.92, | |
"duration": 0.31, | |
"rmeta_time": 0.31, | |
"unlocked_units": [ | |
69 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 30, | |
"name": "unicode-width", | |
"version": "0.1.6", | |
"mode": "todo", | |
"target": "", | |
"start": 18.22, | |
"duration": 0.09, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
70 | |
] | |
}, | |
{ | |
"i": 31, | |
"name": "utf8parse", | |
"version": "0.1.1", | |
"mode": "todo", | |
"target": "", | |
"start": 18.32, | |
"duration": 0.11, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
71 | |
] | |
}, | |
{ | |
"i": 32, | |
"name": "fnv", | |
"version": "1.0.6", | |
"mode": "todo", | |
"target": "", | |
"start": 18.43, | |
"duration": 0.08, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 33, | |
"name": "same-file", | |
"version": "1.0.5", | |
"mode": "todo", | |
"target": "", | |
"start": 18.51, | |
"duration": 0.2, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
72 | |
] | |
}, | |
{ | |
"i": 34, | |
"name": "quick-error", | |
"version": "1.2.2", | |
"mode": "todo", | |
"target": "", | |
"start": 18.71, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
73 | |
] | |
}, | |
{ | |
"i": 35, | |
"name": "vec_map", | |
"version": "0.8.1", | |
"mode": "todo", | |
"target": "", | |
"start": 18.8, | |
"duration": 0.2, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 36, | |
"name": "hex", | |
"version": "0.3.2", | |
"mode": "todo", | |
"target": "", | |
"start": 19.0, | |
"duration": 1.02, | |
"rmeta_time": 0.98, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 37, | |
"name": "termcolor", | |
"version": "1.0.5", | |
"mode": "todo", | |
"target": "", | |
"start": 20.02, | |
"duration": 0.66, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 38, | |
"name": "strsim", | |
"version": "0.8.0", | |
"mode": "todo", | |
"target": "", | |
"start": 20.68, | |
"duration": 0.59, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 39, | |
"name": "ansi_term", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 21.27, | |
"duration": 0.4, | |
"rmeta_time": 0.25, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 40, | |
"name": "remove_dir_all", | |
"version": "0.5.2", | |
"mode": "todo", | |
"target": "", | |
"start": 21.67, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 41, | |
"name": "lazycell", | |
"version": "1.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 21.72, | |
"duration": 0.1, | |
"rmeta_time": 0.1, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 42, | |
"name": "rustc-workspace-hack", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 21.83, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 43, | |
"name": "hex", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 21.88, | |
"duration": 0.59, | |
"rmeta_time": 0.52, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 44, | |
"name": "shell-escape", | |
"version": "0.1.4", | |
"mode": "todo", | |
"target": "", | |
"start": 22.46, | |
"duration": 0.29, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 45, | |
"name": "home", | |
"version": "0.5.0", | |
"mode": "todo", | |
"target": "", | |
"start": 22.75, | |
"duration": 0.16, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 46, | |
"name": "bytesize", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 22.91, | |
"duration": 0.19, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 47, | |
"name": "opener", | |
"version": "0.4.0", | |
"mode": "todo", | |
"target": "", | |
"start": 23.1, | |
"duration": 0.41, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 48, | |
"name": "glob", | |
"version": "0.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 23.51, | |
"duration": 0.99, | |
"rmeta_time": 0.3, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 49, | |
"name": "libc", | |
"version": "0.2.62", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.5, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
74 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 50, | |
"name": "log", | |
"version": "0.4.8", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.52, | |
"duration": 0.0, | |
"rmeta_time": 0.0, | |
"unlocked_units": [ | |
75 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 51, | |
"name": "proc-macro2", | |
"version": "1.0.3", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.52, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
76 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 52, | |
"name": "syn", | |
"version": "1.0.5", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.55, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 53, | |
"name": "serde", | |
"version": "1.0.101", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 24.57, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 54, | |
"name": "crossbeam-utils", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 24.59, | |
"duration": 0.25, | |
"rmeta_time": 0.25, | |
"unlocked_units": [ | |
77 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 55, | |
"name": "thread_local", | |
"version": "0.3.6", | |
"mode": "todo", | |
"target": "", | |
"start": 24.84, | |
"duration": 0.36, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 56, | |
"name": "crossbeam-utils", | |
"version": "0.6.6", | |
"mode": "todo", | |
"target": "", | |
"start": 25.21, | |
"duration": 0.83, | |
"rmeta_time": 0.41, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
78 | |
] | |
}, | |
{ | |
"i": 57, | |
"name": "proc-macro2", | |
"version": "0.4.30", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 26.04, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
79 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 58, | |
"name": "memchr", | |
"version": "2.2.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 26.06, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
80 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 59, | |
"name": "syn", | |
"version": "0.15.44", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 26.08, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 60, | |
"name": "unicode-normalization", | |
"version": "0.1.8", | |
"mode": "todo", | |
"target": "", | |
"start": 26.11, | |
"duration": 2.06, | |
"rmeta_time": 1.96, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 61, | |
"name": "getrandom", | |
"version": "0.1.12", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 28.17, | |
"duration": 0.0, | |
"rmeta_time": 0.0, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 62, | |
"name": "unicode-bidi", | |
"version": "0.3.4", | |
"mode": "todo", | |
"target": "", | |
"start": 28.17, | |
"duration": 1.09, | |
"rmeta_time": 0.34, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
81 | |
] | |
}, | |
{ | |
"i": 63, | |
"name": "failure_derive", | |
"version": "0.1.5", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 29.26, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 64, | |
"name": "ryu", | |
"version": "1.0.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 29.28, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
82 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 65, | |
"name": "bitflags", | |
"version": "1.1.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 29.31, | |
"duration": 0.03, | |
"rmeta_time": 0.03, | |
"unlocked_units": [ | |
83 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 66, | |
"name": "typenum", | |
"version": "1.11.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 29.33, | |
"duration": 0.15, | |
"rmeta_time": 0.15, | |
"unlocked_units": [ | |
84 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 67, | |
"name": "c2-chacha", | |
"version": "0.2.2", | |
"mode": "todo", | |
"target": "", | |
"start": 29.48, | |
"duration": 1.56, | |
"rmeta_time": 0.46, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 68, | |
"name": "crc32fast", | |
"version": "1.2.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 31.05, | |
"duration": 0.02, | |
"rmeta_time": 0.02, | |
"unlocked_units": [ | |
85 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 69, | |
"name": "core-foundation-sys", | |
"version": "0.6.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 31.07, | |
"duration": 0.0, | |
"rmeta_time": 0.0, | |
"unlocked_units": [ | |
86 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 70, | |
"name": "textwrap", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 31.07, | |
"duration": 0.51, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 71, | |
"name": "vte", | |
"version": "0.3.3", | |
"mode": "todo", | |
"target": "", | |
"start": 31.58, | |
"duration": 0.14, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
87 | |
] | |
}, | |
{ | |
"i": 72, | |
"name": "walkdir", | |
"version": "2.2.9", | |
"mode": "todo", | |
"target": "", | |
"start": 31.72, | |
"duration": 0.76, | |
"rmeta_time": 0.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 73, | |
"name": "humantime", | |
"version": "1.3.0", | |
"mode": "todo", | |
"target": "", | |
"start": 32.48, | |
"duration": 0.42, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 74, | |
"name": "libc", | |
"version": "0.2.62", | |
"mode": "todo", | |
"target": "", | |
"start": 32.91, | |
"duration": 0.57, | |
"rmeta_time": 0.52, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
89, | |
93, | |
90, | |
88, | |
91, | |
94, | |
92 | |
] | |
}, | |
{ | |
"i": 75, | |
"name": "log", | |
"version": "0.4.8", | |
"mode": "todo", | |
"target": "", | |
"start": 33.47, | |
"duration": 0.41, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
95 | |
] | |
}, | |
{ | |
"i": 76, | |
"name": "proc-macro2", | |
"version": "1.0.3", | |
"mode": "todo", | |
"target": "", | |
"start": 33.88, | |
"duration": 1.2, | |
"rmeta_time": 0.51, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
96 | |
] | |
}, | |
{ | |
"i": 77, | |
"name": "crossbeam-utils", | |
"version": "0.7.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 35.08, | |
"duration": 0.07, | |
"rmeta_time": 0.07, | |
"unlocked_units": [ | |
97 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 78, | |
"name": "crossbeam-channel", | |
"version": "0.3.9", | |
"mode": "todo", | |
"target": "", | |
"start": 35.16, | |
"duration": 0.99, | |
"rmeta_time": 0.63, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 79, | |
"name": "proc-macro2", | |
"version": "0.4.30", | |
"mode": "todo", | |
"target": "", | |
"start": 36.15, | |
"duration": 1.19, | |
"rmeta_time": 0.5, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
98 | |
] | |
}, | |
{ | |
"i": 80, | |
"name": "memchr", | |
"version": "2.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 37.34, | |
"duration": 0.6, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
100, | |
99 | |
] | |
}, | |
{ | |
"i": 81, | |
"name": "idna", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 37.94, | |
"duration": 1.69, | |
"rmeta_time": 0.69, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
101 | |
] | |
}, | |
{ | |
"i": 82, | |
"name": "ryu", | |
"version": "1.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 39.63, | |
"duration": 0.28, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 83, | |
"name": "bitflags", | |
"version": "1.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 39.91, | |
"duration": 0.05, | |
"rmeta_time": 0.04, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 84, | |
"name": "typenum", | |
"version": "1.11.2", | |
"mode": "todo", | |
"target": "", | |
"start": 39.97, | |
"duration": 0.82, | |
"rmeta_time": 0.76, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
102 | |
] | |
}, | |
{ | |
"i": 85, | |
"name": "crc32fast", | |
"version": "1.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 40.78, | |
"duration": 0.3, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 86, | |
"name": "core-foundation-sys", | |
"version": "0.6.2", | |
"mode": "todo", | |
"target": "", | |
"start": 41.08, | |
"duration": 0.16, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
103 | |
] | |
}, | |
{ | |
"i": 87, | |
"name": "strip-ansi-escapes", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 41.24, | |
"duration": 0.1, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 88, | |
"name": "num_cpus", | |
"version": "1.10.1", | |
"mode": "todo", | |
"target": "", | |
"start": 41.34, | |
"duration": 0.11, | |
"rmeta_time": 0.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 89, | |
"name": "getrandom", | |
"version": "0.1.12", | |
"mode": "todo", | |
"target": "", | |
"start": 41.46, | |
"duration": 0.32, | |
"rmeta_time": 0.17, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
104 | |
] | |
}, | |
{ | |
"i": 90, | |
"name": "socket2", | |
"version": "0.3.11", | |
"mode": "todo", | |
"target": "", | |
"start": 41.78, | |
"duration": 0.55, | |
"rmeta_time": 0.28, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 91, | |
"name": "atty", | |
"version": "0.2.13", | |
"mode": "todo", | |
"target": "", | |
"start": 42.33, | |
"duration": 0.08, | |
"rmeta_time": 0.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
105 | |
] | |
}, | |
{ | |
"i": 92, | |
"name": "commoncrypto-sys", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 42.41, | |
"duration": 0.17, | |
"rmeta_time": 0.13, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
106 | |
] | |
}, | |
{ | |
"i": 93, | |
"name": "filetime", | |
"version": "0.2.7", | |
"mode": "todo", | |
"target": "", | |
"start": 42.59, | |
"duration": 0.29, | |
"rmeta_time": 0.16, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
107 | |
] | |
}, | |
{ | |
"i": 94, | |
"name": "fs2", | |
"version": "0.4.3", | |
"mode": "todo", | |
"target": "", | |
"start": 42.88, | |
"duration": 0.2, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 95, | |
"name": "jobserver", | |
"version": "0.1.17", | |
"mode": "todo", | |
"target": "", | |
"start": 43.08, | |
"duration": 0.9, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
108 | |
] | |
}, | |
{ | |
"i": 96, | |
"name": "quote", | |
"version": "1.0.2", | |
"mode": "todo", | |
"target": "", | |
"start": 43.98, | |
"duration": 0.57, | |
"rmeta_time": 0.27, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
109 | |
] | |
}, | |
{ | |
"i": 97, | |
"name": "crossbeam-utils", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 44.56, | |
"duration": 0.8, | |
"rmeta_time": 0.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 98, | |
"name": "quote", | |
"version": "0.6.13", | |
"mode": "todo", | |
"target": "", | |
"start": 45.35, | |
"duration": 0.46, | |
"rmeta_time": 0.19, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
110 | |
] | |
}, | |
{ | |
"i": 99, | |
"name": "aho-corasick", | |
"version": "0.7.6", | |
"mode": "todo", | |
"target": "", | |
"start": 45.81, | |
"duration": 2.58, | |
"rmeta_time": 1.07, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
111 | |
] | |
}, | |
{ | |
"i": 100, | |
"name": "bstr", | |
"version": "0.2.8", | |
"mode": "todo", | |
"target": "", | |
"start": 48.39, | |
"duration": 0.94, | |
"rmeta_time": 0.62, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 101, | |
"name": "url", | |
"version": "2.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 49.33, | |
"duration": 1.5, | |
"rmeta_time": 0.73, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 102, | |
"name": "sized-chunks", | |
"version": "0.3.1", | |
"mode": "todo", | |
"target": "", | |
"start": 50.83, | |
"duration": 2.7, | |
"rmeta_time": 1.8, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 103, | |
"name": "core-foundation", | |
"version": "0.6.4", | |
"mode": "todo", | |
"target": "", | |
"start": 53.53, | |
"duration": 0.63, | |
"rmeta_time": 0.39, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 104, | |
"name": "rand_core", | |
"version": "0.5.1", | |
"mode": "todo", | |
"target": "", | |
"start": 54.16, | |
"duration": 0.36, | |
"rmeta_time": 0.23, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
112 | |
] | |
}, | |
{ | |
"i": 105, | |
"name": "clap", | |
"version": "2.33.0", | |
"mode": "todo", | |
"target": "", | |
"start": 54.52, | |
"duration": 9.74, | |
"rmeta_time": 3.09, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 106, | |
"name": "commoncrypto", | |
"version": "0.2.0", | |
"mode": "todo", | |
"target": "", | |
"start": 64.27, | |
"duration": 0.24, | |
"rmeta_time": 0.12, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
113 | |
] | |
}, | |
{ | |
"i": 107, | |
"name": "tar", | |
"version": "0.4.26", | |
"mode": "todo", | |
"target": "", | |
"start": 64.5, | |
"duration": 1.71, | |
"rmeta_time": 0.65, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 108, | |
"name": "cc", | |
"version": "1.0.45", | |
"mode": "todo", | |
"target": "", | |
"start": 66.22, | |
"duration": 2.21, | |
"rmeta_time": 0.58, | |
"unlocked_units": [ | |
114, | |
119, | |
118, | |
120, | |
117, | |
116, | |
121, | |
115 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 109, | |
"name": "syn", | |
"version": "1.0.5", | |
"mode": "todo", | |
"target": "", | |
"start": 68.42, | |
"duration": 6.03, | |
"rmeta_time": 2.39, | |
"unlocked_units": [ | |
122 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 110, | |
"name": "syn", | |
"version": "0.15.44", | |
"mode": "todo", | |
"target": "", | |
"start": 74.45, | |
"duration": 7.4, | |
"rmeta_time": 3.37, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
123 | |
] | |
}, | |
{ | |
"i": 111, | |
"name": "regex", | |
"version": "1.3.1", | |
"mode": "todo", | |
"target": "", | |
"start": 81.85, | |
"duration": 6.28, | |
"rmeta_time": 1.45, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
124, | |
125 | |
] | |
}, | |
{ | |
"i": 112, | |
"name": "rand_chacha", | |
"version": "0.2.1", | |
"mode": "todo", | |
"target": "", | |
"start": 88.13, | |
"duration": 0.19, | |
"rmeta_time": 0.15, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
126 | |
] | |
}, | |
{ | |
"i": 113, | |
"name": "crypto-hash", | |
"version": "0.3.4", | |
"mode": "todo", | |
"target": "", | |
"start": 88.32, | |
"duration": 0.24, | |
"rmeta_time": 0.11, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 114, | |
"name": "libz-sys", | |
"version": "1.0.25", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 88.55, | |
"duration": 0.53, | |
"rmeta_time": 0.53, | |
"unlocked_units": [ | |
127 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 115, | |
"name": "openssl-sys", | |
"version": "0.9.49", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 89.09, | |
"duration": 0.98, | |
"rmeta_time": 0.98, | |
"unlocked_units": [ | |
128 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 116, | |
"name": "libnghttp2-sys", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 90.06, | |
"duration": 0.49, | |
"rmeta_time": 0.49, | |
"unlocked_units": [ | |
129 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 117, | |
"name": "curl-sys", | |
"version": "0.4.23", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 90.55, | |
"duration": 0.65, | |
"rmeta_time": 0.65, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 118, | |
"name": "backtrace-sys", | |
"version": "0.1.31", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 91.2, | |
"duration": 0.49, | |
"rmeta_time": 0.49, | |
"unlocked_units": [ | |
130 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 119, | |
"name": "libssh2-sys", | |
"version": "0.2.12", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 91.69, | |
"duration": 0.6, | |
"rmeta_time": 0.6, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 120, | |
"name": "libgit2-sys", | |
"version": "0.9.1", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 92.3, | |
"duration": 0.55, | |
"rmeta_time": 0.55, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 121, | |
"name": "miniz-sys", | |
"version": "0.1.12", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 92.85, | |
"duration": 0.43, | |
"rmeta_time": 0.43, | |
"unlocked_units": [ | |
131 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 122, | |
"name": "serde_derive", | |
"version": "1.0.101", | |
"mode": "todo", | |
"target": "", | |
"start": 93.28, | |
"duration": 9.91, | |
"rmeta_time": 9.91, | |
"unlocked_units": [ | |
132 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 123, | |
"name": "synstructure", | |
"version": "0.10.2", | |
"mode": "todo", | |
"target": "", | |
"start": 103.19, | |
"duration": 2.04, | |
"rmeta_time": 0.5, | |
"unlocked_units": [ | |
133 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 124, | |
"name": "globset", | |
"version": "0.4.4", | |
"mode": "todo", | |
"target": "", | |
"start": 105.23, | |
"duration": 2.48, | |
"rmeta_time": 0.54, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
134 | |
] | |
}, | |
{ | |
"i": 125, | |
"name": "env_logger", | |
"version": "0.7.0", | |
"mode": "todo", | |
"target": "", | |
"start": 107.71, | |
"duration": 0.91, | |
"rmeta_time": 0.36, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 126, | |
"name": "rand", | |
"version": "0.7.2", | |
"mode": "todo", | |
"target": "", | |
"start": 108.62, | |
"duration": 1.76, | |
"rmeta_time": 1.28, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
135 | |
] | |
}, | |
{ | |
"i": 127, | |
"name": "libz-sys", | |
"version": "1.0.25", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.38, | |
"duration": 0.07, | |
"rmeta_time": 0.07, | |
"unlocked_units": [ | |
136 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 128, | |
"name": "openssl-sys", | |
"version": "0.9.49", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.46, | |
"duration": 0.1, | |
"rmeta_time": 0.1, | |
"unlocked_units": [ | |
138, | |
137 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 129, | |
"name": "libnghttp2-sys", | |
"version": "0.1.2", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.56, | |
"duration": 31.5, | |
"rmeta_time": 31.5, | |
"unlocked_units": [ | |
155, | |
154 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 130, | |
"name": "backtrace-sys", | |
"version": "0.1.31", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.73, | |
"duration": 28.85, | |
"rmeta_time": 28.85, | |
"unlocked_units": [ | |
150 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 131, | |
"name": "miniz-sys", | |
"version": "0.1.12", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 110.87, | |
"duration": 0.33, | |
"rmeta_time": 0.33, | |
"unlocked_units": [ | |
139 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 132, | |
"name": "serde", | |
"version": "1.0.101", | |
"mode": "todo", | |
"target": "", | |
"start": 111.2, | |
"duration": 6.88, | |
"rmeta_time": 6.54, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
141, | |
142, | |
140, | |
143, | |
144 | |
] | |
}, | |
{ | |
"i": 133, | |
"name": "failure_derive", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 118.08, | |
"duration": 1.53, | |
"rmeta_time": 1.53, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 134, | |
"name": "ignore", | |
"version": "0.4.10", | |
"mode": "todo", | |
"target": "", | |
"start": 119.61, | |
"duration": 3.39, | |
"rmeta_time": 0.79, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 135, | |
"name": "tempfile", | |
"version": "3.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 123.01, | |
"duration": 0.6, | |
"rmeta_time": 0.24, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 136, | |
"name": "libz-sys", | |
"version": "1.0.25", | |
"mode": "todo", | |
"target": "", | |
"start": 123.61, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 137, | |
"name": "libssh2-sys", | |
"version": "0.2.12", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 123.7, | |
"duration": 23.23, | |
"rmeta_time": 23.23, | |
"unlocked_units": [ | |
161, | |
160 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 138, | |
"name": "openssl-sys", | |
"version": "0.9.49", | |
"mode": "todo", | |
"target": "", | |
"start": 124.6, | |
"duration": 0.55, | |
"rmeta_time": 0.43, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 139, | |
"name": "miniz-sys", | |
"version": "0.1.12", | |
"mode": "todo", | |
"target": "", | |
"start": 125.15, | |
"duration": 0.09, | |
"rmeta_time": 0.08, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
145 | |
] | |
}, | |
{ | |
"i": 140, | |
"name": "semver", | |
"version": "0.9.0", | |
"mode": "todo", | |
"target": "", | |
"start": 125.23, | |
"duration": 0.7, | |
"rmeta_time": 0.35, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
146 | |
] | |
}, | |
{ | |
"i": 141, | |
"name": "serde_json", | |
"version": "1.0.40", | |
"mode": "todo", | |
"target": "", | |
"start": 125.94, | |
"duration": 2.96, | |
"rmeta_time": 1.63, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 142, | |
"name": "serde_ignored", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 128.89, | |
"duration": 0.28, | |
"rmeta_time": 0.26, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 143, | |
"name": "toml", | |
"version": "0.5.3", | |
"mode": "todo", | |
"target": "", | |
"start": 129.18, | |
"duration": 3.25, | |
"rmeta_time": 1.31, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 144, | |
"name": "cargo-platform", | |
"version": "0.1.0", | |
"mode": "todo", | |
"target": "", | |
"start": 132.43, | |
"duration": 0.9, | |
"rmeta_time": 0.44, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 145, | |
"name": "flate2", | |
"version": "1.0.11", | |
"mode": "todo", | |
"target": "", | |
"start": 133.33, | |
"duration": 0.85, | |
"rmeta_time": 0.57, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 146, | |
"name": "rustc_version", | |
"version": "0.2.3", | |
"mode": "todo", | |
"target": "", | |
"start": 134.18, | |
"duration": 0.52, | |
"rmeta_time": 0.21, | |
"unlocked_units": [ | |
147 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 147, | |
"name": "im-rc", | |
"version": "13.0.0", | |
"mode": "todo", | |
"target": " custom-build", | |
"start": 134.7, | |
"duration": 0.35, | |
"rmeta_time": 0.35, | |
"unlocked_units": [ | |
148 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 148, | |
"name": "im-rc", | |
"version": "13.0.0", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 135.04, | |
"duration": 0.03, | |
"rmeta_time": 0.03, | |
"unlocked_units": [ | |
149 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 149, | |
"name": "im-rc", | |
"version": "13.0.0", | |
"mode": "todo", | |
"target": "", | |
"start": 135.07, | |
"duration": 2.23, | |
"rmeta_time": 2.06, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 150, | |
"name": "backtrace-sys", | |
"version": "0.1.31", | |
"mode": "todo", | |
"target": "", | |
"start": 139.58, | |
"duration": 0.06, | |
"rmeta_time": 0.05, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
151 | |
] | |
}, | |
{ | |
"i": 151, | |
"name": "backtrace", | |
"version": "0.3.37", | |
"mode": "todo", | |
"target": "", | |
"start": 139.65, | |
"duration": 0.74, | |
"rmeta_time": 0.31, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
152 | |
] | |
}, | |
{ | |
"i": 152, | |
"name": "failure", | |
"version": "0.1.5", | |
"mode": "todo", | |
"target": "", | |
"start": 140.38, | |
"duration": 0.33, | |
"rmeta_time": 0.21, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
153 | |
] | |
}, | |
{ | |
"i": 153, | |
"name": "rustfix", | |
"version": "0.4.6", | |
"mode": "todo", | |
"target": "", | |
"start": 140.71, | |
"duration": 1.08, | |
"rmeta_time": 0.53, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 154, | |
"name": "curl-sys", | |
"version": "0.4.23", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 142.05, | |
"duration": 0.01, | |
"rmeta_time": 0.01, | |
"unlocked_units": [ | |
156 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 155, | |
"name": "libnghttp2-sys", | |
"version": "0.1.2", | |
"mode": "todo", | |
"target": "", | |
"start": 142.06, | |
"duration": 0.29, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
157 | |
] | |
}, | |
{ | |
"i": 156, | |
"name": "curl", | |
"version": "0.4.23", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 142.35, | |
"duration": 0.0, | |
"rmeta_time": 0.0, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 157, | |
"name": "curl-sys", | |
"version": "0.4.23", | |
"mode": "todo", | |
"target": "", | |
"start": 142.35, | |
"duration": 0.19, | |
"rmeta_time": 0.18, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
158 | |
] | |
}, | |
{ | |
"i": 158, | |
"name": "curl", | |
"version": "0.4.23", | |
"mode": "todo", | |
"target": "", | |
"start": 142.55, | |
"duration": 1.66, | |
"rmeta_time": 0.7, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
159 | |
] | |
}, | |
{ | |
"i": 159, | |
"name": "crates-io", | |
"version": "0.30.0", | |
"mode": "todo", | |
"target": "", | |
"start": 144.21, | |
"duration": 2.02, | |
"rmeta_time": 0.64, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 160, | |
"name": "libssh2-sys", | |
"version": "0.2.12", | |
"mode": "todo", | |
"target": "", | |
"start": 146.92, | |
"duration": 0.2, | |
"rmeta_time": 0.14, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 161, | |
"name": "libgit2-sys", | |
"version": "0.9.1", | |
"mode": "run-custom-build", | |
"target": " custom-build (run)", | |
"start": 147.12, | |
"duration": 16.94, | |
"rmeta_time": 16.94, | |
"unlocked_units": [ | |
162 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 162, | |
"name": "libgit2-sys", | |
"version": "0.9.1", | |
"mode": "todo", | |
"target": "", | |
"start": 164.06, | |
"duration": 0.39, | |
"rmeta_time": 0.3, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
163 | |
] | |
}, | |
{ | |
"i": 163, | |
"name": "git2", | |
"version": "0.10.1", | |
"mode": "todo", | |
"target": "", | |
"start": 164.46, | |
"duration": 5.26, | |
"rmeta_time": 2.5, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
164 | |
] | |
}, | |
{ | |
"i": 164, | |
"name": "git2-curl", | |
"version": "0.11.0", | |
"mode": "todo", | |
"target": "", | |
"start": 169.72, | |
"duration": 0.58, | |
"rmeta_time": 0.2, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [ | |
165 | |
] | |
}, | |
{ | |
"i": 165, | |
"name": "cargo", | |
"version": "0.42.0", | |
"mode": "todo", | |
"target": "", | |
"start": 170.29, | |
"duration": 77.25, | |
"rmeta_time": 18.02, | |
"unlocked_units": [ | |
166 | |
], | |
"unlocked_rmeta_units": [] | |
}, | |
{ | |
"i": 166, | |
"name": "cargo", | |
"version": "0.42.0", | |
"mode": "todo", | |
"target": " bin \"cargo\"", | |
"start": 247.54, | |
"duration": 10.9, | |
"rmeta_time": 10.9, | |
"unlocked_units": [], | |
"unlocked_rmeta_units": [] | |
} | |
]; | |
const CONCURRENCY_DATA = [ | |
{ | |
"t": 0.195168299, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 118 | |
}, | |
{ | |
"t": 0.195284686, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 118 | |
}, | |
{ | |
"t": 0.662789619, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 118 | |
}, | |
{ | |
"t": 0.662909583, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.66301259, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.703712386, | |
"active": 1, | |
"waiting": 48, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.709855212, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.709982005, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.971948943, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 117 | |
}, | |
{ | |
"t": 0.972064381, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 116 | |
}, | |
{ | |
"t": 0.972176371, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 116 | |
}, | |
{ | |
"t": 1.2298571680000001, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 116 | |
}, | |
{ | |
"t": 1.730222628, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.071818886, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.071932155, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.5741822340000002, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.583697908, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 116 | |
}, | |
{ | |
"t": 2.583928593, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 115 | |
}, | |
{ | |
"t": 2.58409894, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 115 | |
}, | |
{ | |
"t": 2.677814583, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 115 | |
}, | |
{ | |
"t": 2.720947502, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 115 | |
}, | |
{ | |
"t": 2.721085654, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 115 | |
}, | |
{ | |
"t": 3.16849666, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 115 | |
}, | |
{ | |
"t": 3.168611589, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 114 | |
}, | |
{ | |
"t": 3.168718526, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 114 | |
}, | |
{ | |
"t": 3.639957481, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 114 | |
}, | |
{ | |
"t": 3.640067592, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 113 | |
}, | |
{ | |
"t": 3.6402277, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 113 | |
}, | |
{ | |
"t": 3.834853379, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 113 | |
}, | |
{ | |
"t": 4.242748249, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 112 | |
}, | |
{ | |
"t": 4.242879956, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 112 | |
}, | |
{ | |
"t": 4.319263036, | |
"active": 1, | |
"waiting": 47, | |
"inactive": 110 | |
}, | |
{ | |
"t": 4.330649142, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 110 | |
}, | |
{ | |
"t": 4.330764398, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 110 | |
}, | |
{ | |
"t": 4.8121612129999995, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 110 | |
}, | |
{ | |
"t": 4.812253257, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 109 | |
}, | |
{ | |
"t": 4.8123650829999995, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 109 | |
}, | |
{ | |
"t": 4.899945572, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 109 | |
}, | |
{ | |
"t": 4.923604492, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 109 | |
}, | |
{ | |
"t": 4.923656065, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 109 | |
}, | |
{ | |
"t": 5.424937491, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 109 | |
}, | |
{ | |
"t": 5.566731591, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 109 | |
}, | |
{ | |
"t": 5.566834437, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 108 | |
}, | |
{ | |
"t": 5.566912534, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 108 | |
}, | |
{ | |
"t": 6.052508719, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 108 | |
}, | |
{ | |
"t": 6.052602878, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 107 | |
}, | |
{ | |
"t": 6.052710331, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 107 | |
}, | |
{ | |
"t": 6.347985105, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 106 | |
}, | |
{ | |
"t": 6.361729134, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 106 | |
}, | |
{ | |
"t": 6.361820858, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 106 | |
}, | |
{ | |
"t": 6.669668972, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 106 | |
}, | |
{ | |
"t": 6.669769542, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 105 | |
}, | |
{ | |
"t": 6.669928969, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 105 | |
}, | |
{ | |
"t": 6.715288286, | |
"active": 1, | |
"waiting": 46, | |
"inactive": 104 | |
}, | |
{ | |
"t": 6.722067525, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 104 | |
}, | |
{ | |
"t": 6.7222162690000005, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 104 | |
}, | |
{ | |
"t": 7.151413915, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 104 | |
}, | |
{ | |
"t": 7.151539055, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 103 | |
}, | |
{ | |
"t": 7.151650116, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 103 | |
}, | |
{ | |
"t": 7.584853957, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 103 | |
}, | |
{ | |
"t": 7.584958754, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 102 | |
}, | |
{ | |
"t": 7.585076246, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 102 | |
}, | |
{ | |
"t": 7.794888448, | |
"active": 1, | |
"waiting": 45, | |
"inactive": 102 | |
}, | |
{ | |
"t": 8.261752552, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 102 | |
}, | |
{ | |
"t": 8.261900587, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 102 | |
}, | |
{ | |
"t": 8.658365169, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 102 | |
}, | |
{ | |
"t": 8.658458627, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 101 | |
}, | |
{ | |
"t": 8.658575151, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 101 | |
}, | |
{ | |
"t": 8.927243525, | |
"active": 1, | |
"waiting": 44, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.284736426, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.284794259, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.785160772, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.931010818, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 101 | |
}, | |
{ | |
"t": 9.931110621, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 100 | |
}, | |
{ | |
"t": 9.931224629, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.191636201, | |
"active": 1, | |
"waiting": 43, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.191749169, | |
"active": 1, | |
"waiting": 42, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.191862658, | |
"active": 1, | |
"waiting": 42, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.341867901, | |
"active": 1, | |
"waiting": 42, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.537227171, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 10.537357329, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 11.037410064, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 11.538966859, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 12.043318493, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 12.548402624, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 13.052452525, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 13.34286443, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 13.844124748, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 14.349230005999999, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 14.854293558, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 15.357454575, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 15.859689779, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 16.360619861, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 100 | |
}, | |
{ | |
"t": 16.413596458, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 100 | |
}, | |
{ | |
"t": 16.413808553, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 100 | |
}, | |
{ | |
"t": 16.915368312, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 100 | |
}, | |
{ | |
"t": 17.245513007, | |
"active": 1, | |
"waiting": 41, | |
"inactive": 99 | |
}, | |
{ | |
"t": 17.272163115, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 99 | |
}, | |
{ | |
"t": 17.272282752, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 99 | |
}, | |
{ | |
"t": 17.747749244, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 99 | |
}, | |
{ | |
"t": 17.747860094, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 98 | |
}, | |
{ | |
"t": 17.747973971, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 98 | |
}, | |
{ | |
"t": 17.904589672, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 98 | |
}, | |
{ | |
"t": 17.916054966, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 98 | |
}, | |
{ | |
"t": 17.916131575, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 98 | |
}, | |
{ | |
"t": 18.224000729, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 98 | |
}, | |
{ | |
"t": 18.224104911, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 97 | |
}, | |
{ | |
"t": 18.22421528, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 97 | |
}, | |
{ | |
"t": 18.309706763, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 96 | |
}, | |
{ | |
"t": 18.31722265, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 96 | |
}, | |
{ | |
"t": 18.317295355, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 96 | |
}, | |
{ | |
"t": 18.409229435, | |
"active": 1, | |
"waiting": 40, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.42671353, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.426832106, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.498221482, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.507242052, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.507371975, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 95 | |
}, | |
{ | |
"t": 18.617581802, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 94 | |
}, | |
{ | |
"t": 18.710144969, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 94 | |
}, | |
{ | |
"t": 18.710291445, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 94 | |
}, | |
{ | |
"t": 18.790695704, | |
"active": 1, | |
"waiting": 39, | |
"inactive": 93 | |
}, | |
{ | |
"t": 18.802492458, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 93 | |
}, | |
{ | |
"t": 18.802648429, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 93 | |
}, | |
{ | |
"t": 18.9900367, | |
"active": 1, | |
"waiting": 38, | |
"inactive": 93 | |
}, | |
{ | |
"t": 19.001068916, | |
"active": 1, | |
"waiting": 37, | |
"inactive": 93 | |
}, | |
{ | |
"t": 19.001228767, | |
"active": 1, | |
"waiting": 37, | |
"inactive": 93 | |
}, | |
{ | |
"t": 19.506270446, | |
"active": 1, | |
"waiting": 37, | |
"inactive": 93 | |
}, | |
{ | |
"t": 19.985472211, | |
"active": 1, | |
"waiting": 37, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.020088778, | |
"active": 1, | |
"waiting": 36, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.020229964, | |
"active": 1, | |
"waiting": 36, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.292527387, | |
"active": 1, | |
"waiting": 36, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.682563152, | |
"active": 1, | |
"waiting": 35, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.682680719, | |
"active": 1, | |
"waiting": 35, | |
"inactive": 93 | |
}, | |
{ | |
"t": 20.838281314, | |
"active": 1, | |
"waiting": 35, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.26910249, | |
"active": 1, | |
"waiting": 34, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.269278894, | |
"active": 1, | |
"waiting": 34, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.518879298, | |
"active": 1, | |
"waiting": 34, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.674272933, | |
"active": 1, | |
"waiting": 33, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.674476123, | |
"active": 1, | |
"waiting": 33, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.717214325, | |
"active": 1, | |
"waiting": 33, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.723466206, | |
"active": 1, | |
"waiting": 32, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.723615495, | |
"active": 1, | |
"waiting": 32, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.818863971, | |
"active": 1, | |
"waiting": 32, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.826651162, | |
"active": 1, | |
"waiting": 31, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.826758497, | |
"active": 1, | |
"waiting": 31, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.870998444, | |
"active": 1, | |
"waiting": 31, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.877302044, | |
"active": 1, | |
"waiting": 30, | |
"inactive": 93 | |
}, | |
{ | |
"t": 21.87745459, | |
"active": 1, | |
"waiting": 30, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.382516887, | |
"active": 1, | |
"waiting": 30, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.396742846, | |
"active": 1, | |
"waiting": 30, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.464588103, | |
"active": 1, | |
"waiting": 29, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.464673983, | |
"active": 1, | |
"waiting": 29, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.570527025, | |
"active": 1, | |
"waiting": 29, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.753089928, | |
"active": 1, | |
"waiting": 28, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.753213701, | |
"active": 1, | |
"waiting": 28, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.830822664, | |
"active": 1, | |
"waiting": 28, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.9093362, | |
"active": 1, | |
"waiting": 27, | |
"inactive": 93 | |
}, | |
{ | |
"t": 22.909427613, | |
"active": 1, | |
"waiting": 27, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.030200193, | |
"active": 1, | |
"waiting": 27, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.101333145, | |
"active": 1, | |
"waiting": 26, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.101665299, | |
"active": 1, | |
"waiting": 26, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.227924646, | |
"active": 1, | |
"waiting": 26, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.509197483, | |
"active": 1, | |
"waiting": 25, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.509335157, | |
"active": 1, | |
"waiting": 25, | |
"inactive": 93 | |
}, | |
{ | |
"t": 23.810902481, | |
"active": 1, | |
"waiting": 25, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.314975746000002, | |
"active": 1, | |
"waiting": 25, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.495403508, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.495567161, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.516424591, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 93 | |
}, | |
{ | |
"t": 24.516506561, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 92 | |
}, | |
{ | |
"t": 24.516622449, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 92 | |
}, | |
{ | |
"t": 24.521425038, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 92 | |
}, | |
{ | |
"t": 24.521538086, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 91 | |
}, | |
{ | |
"t": 24.521665344, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 91 | |
}, | |
{ | |
"t": 24.545107531, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 91 | |
}, | |
{ | |
"t": 24.545189711, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.545308282, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.568168843, | |
"active": 1, | |
"waiting": 24, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.568264391, | |
"active": 1, | |
"waiting": 23, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.568423262, | |
"active": 1, | |
"waiting": 23, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.593305796, | |
"active": 1, | |
"waiting": 23, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.593407826, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.593536586, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.841126848000002, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 90 | |
}, | |
{ | |
"t": 24.841232182, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 89 | |
}, | |
{ | |
"t": 24.841300196, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 89 | |
}, | |
{ | |
"t": 25.00989368, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 89 | |
}, | |
{ | |
"t": 25.205521848, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 89 | |
}, | |
{ | |
"t": 25.205636818, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 89 | |
}, | |
{ | |
"t": 25.61184657, | |
"active": 1, | |
"waiting": 22, | |
"inactive": 88 | |
}, | |
{ | |
"t": 26.039875336, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 88 | |
}, | |
{ | |
"t": 26.039999175, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 88 | |
}, | |
{ | |
"t": 26.060741848, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 88 | |
}, | |
{ | |
"t": 26.060810591, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 87 | |
}, | |
{ | |
"t": 26.060933924, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 87 | |
}, | |
{ | |
"t": 26.084295662, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 87 | |
}, | |
{ | |
"t": 26.084370864, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.084478518, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.108182742, | |
"active": 1, | |
"waiting": 21, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.108277178, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.108415834, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 26.609149381, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 27.110972154, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 27.614527342, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.067965652, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.165745982, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.165906624, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.170637904, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.170747141, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.170834702, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 86 | |
}, | |
{ | |
"t": 28.506501321000002, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.009258693, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.259992084, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.260116608, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.280256088, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.280340583, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.280460173, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.305325168, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 85 | |
}, | |
{ | |
"t": 29.305419737, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 84 | |
}, | |
{ | |
"t": 29.305555267, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 84 | |
}, | |
{ | |
"t": 29.331216097, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 84 | |
}, | |
{ | |
"t": 29.33129742, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 83 | |
}, | |
{ | |
"t": 29.331404488, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 83 | |
}, | |
{ | |
"t": 29.484128537, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 83 | |
}, | |
{ | |
"t": 29.48422181, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 29.484334685, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 29.941777033, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 30.441991147, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 30.944378186, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 82 | |
}, | |
{ | |
"t": 31.044843831, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 82 | |
}, | |
{ | |
"t": 31.045004933, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 82 | |
}, | |
{ | |
"t": 31.06515193, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 82 | |
}, | |
{ | |
"t": 31.065218883, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 81 | |
}, | |
{ | |
"t": 31.065330199, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 81 | |
}, | |
{ | |
"t": 31.069387376, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 81 | |
}, | |
{ | |
"t": 31.06946478, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.069566744, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.245299426, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.580161771, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.580309444, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 80 | |
}, | |
{ | |
"t": 31.700515324, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 79 | |
}, | |
{ | |
"t": 31.719612877, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 79 | |
}, | |
{ | |
"t": 31.719740098, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 79 | |
}, | |
{ | |
"t": 31.932286003, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.436562311, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.482438648, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.482571974, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.713857387, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.905165243, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 79 | |
}, | |
{ | |
"t": 32.905326076, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 79 | |
}, | |
{ | |
"t": 33.409065524, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 79 | |
}, | |
{ | |
"t": 33.421642616, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 72 | |
}, | |
{ | |
"t": 33.47191303, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 72 | |
}, | |
{ | |
"t": 33.472029093, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 72 | |
}, | |
{ | |
"t": 33.703012504, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 71 | |
}, | |
{ | |
"t": 33.880614292, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 71 | |
}, | |
{ | |
"t": 33.880817607, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 71 | |
}, | |
{ | |
"t": 34.382120369, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 71 | |
}, | |
{ | |
"t": 34.388505345, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 70 | |
}, | |
{ | |
"t": 34.893225006, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 70 | |
}, | |
{ | |
"t": 35.083194046, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 70 | |
}, | |
{ | |
"t": 35.083317714, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 70 | |
}, | |
{ | |
"t": 35.1567457, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 70 | |
}, | |
{ | |
"t": 35.156831173, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 69 | |
}, | |
{ | |
"t": 35.156990977, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 69 | |
}, | |
{ | |
"t": 35.659272051, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 69 | |
}, | |
{ | |
"t": 35.786928381, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 69 | |
}, | |
{ | |
"t": 36.145773144, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 69 | |
}, | |
{ | |
"t": 36.145935042, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 69 | |
}, | |
{ | |
"t": 36.646686681, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 69 | |
}, | |
{ | |
"t": 36.649877995, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 68 | |
}, | |
{ | |
"t": 37.15135105, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 68 | |
}, | |
{ | |
"t": 37.337848823, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 68 | |
}, | |
{ | |
"t": 37.337979324, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 68 | |
}, | |
{ | |
"t": 37.694854394000004, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 66 | |
}, | |
{ | |
"t": 37.939935625, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 66 | |
}, | |
{ | |
"t": 37.940084366, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 66 | |
}, | |
{ | |
"t": 38.44512614, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 66 | |
}, | |
{ | |
"t": 38.626384111, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.126886632, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.628430875, | |
"active": 1, | |
"waiting": 20, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.629672651999996, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.629768263, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.804355175, | |
"active": 1, | |
"waiting": 19, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.914745279, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.914885187, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.959122597, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.9655847, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 65 | |
}, | |
{ | |
"t": 39.96568156, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 65 | |
}, | |
{ | |
"t": 40.46797529, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 65 | |
}, | |
{ | |
"t": 40.72716446, | |
"active": 1, | |
"waiting": 18, | |
"inactive": 64 | |
}, | |
{ | |
"t": 40.781167901, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 64 | |
}, | |
{ | |
"t": 40.781303279, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 64 | |
}, | |
{ | |
"t": 40.944552274, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 64 | |
}, | |
{ | |
"t": 41.083694446, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 64 | |
}, | |
{ | |
"t": 41.083817735, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 64 | |
}, | |
{ | |
"t": 41.200864341, | |
"active": 1, | |
"waiting": 17, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.2434105, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.243509385, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.33462454, | |
"active": 1, | |
"waiting": 16, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.344785762, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.344905392, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.430521126, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.458346758, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.45853072, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 63 | |
}, | |
{ | |
"t": 41.625865702, | |
"active": 1, | |
"waiting": 15, | |
"inactive": 62 | |
}, | |
{ | |
"t": 41.782657511, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 62 | |
}, | |
{ | |
"t": 41.78276914, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 62 | |
}, | |
{ | |
"t": 42.064534833, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 62 | |
}, | |
{ | |
"t": 42.332514406, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 62 | |
}, | |
{ | |
"t": 42.332628453, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 62 | |
}, | |
{ | |
"t": 42.399638497, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 61 | |
}, | |
{ | |
"t": 42.414084124, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 61 | |
}, | |
{ | |
"t": 42.414245576, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 61 | |
}, | |
{ | |
"t": 42.541222065, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 60 | |
}, | |
{ | |
"t": 42.588925457, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 60 | |
}, | |
{ | |
"t": 42.589042044, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 60 | |
}, | |
{ | |
"t": 42.748539585, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 59 | |
}, | |
{ | |
"t": 42.880586095, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 59 | |
}, | |
{ | |
"t": 42.880819759, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 59 | |
}, | |
{ | |
"t": 43.004419534, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 59 | |
}, | |
{ | |
"t": 43.083750453, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 59 | |
}, | |
{ | |
"t": 43.083876784, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 59 | |
}, | |
{ | |
"t": 43.28663727, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 58 | |
}, | |
{ | |
"t": 43.787704215, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 58 | |
}, | |
{ | |
"t": 43.982497019, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 58 | |
}, | |
{ | |
"t": 43.98263083, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 58 | |
}, | |
{ | |
"t": 44.247830899, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 57 | |
}, | |
{ | |
"t": 44.556406052, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 57 | |
}, | |
{ | |
"t": 44.556544473, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 57 | |
}, | |
{ | |
"t": 44.925190244, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 57 | |
}, | |
{ | |
"t": 45.354074196, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 57 | |
}, | |
{ | |
"t": 45.354229991, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 57 | |
}, | |
{ | |
"t": 45.545287022, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 56 | |
}, | |
{ | |
"t": 45.813260385, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 56 | |
}, | |
{ | |
"t": 45.813405332, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 56 | |
}, | |
{ | |
"t": 46.315090339, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 56 | |
}, | |
{ | |
"t": 46.820207647, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 56 | |
}, | |
{ | |
"t": 46.885212927, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 55 | |
}, | |
{ | |
"t": 47.386561628, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 55 | |
}, | |
{ | |
"t": 47.89017125, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 55 | |
}, | |
{ | |
"t": 48.394141769, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 55 | |
}, | |
{ | |
"t": 48.394558302, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 55 | |
}, | |
{ | |
"t": 48.39466163, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 55 | |
}, | |
{ | |
"t": 48.899056473, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 55 | |
}, | |
{ | |
"t": 49.018709162, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 55 | |
}, | |
{ | |
"t": 49.331181969, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 49.331289205, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 49.833710524, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 50.066085317, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 50.566906911, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 55 | |
}, | |
{ | |
"t": 50.830623867, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 50.83075535, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 51.331959877, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 51.836556481, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 52.341617927, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 52.625925769, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 53.129209123, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 55 | |
}, | |
{ | |
"t": 53.530293885, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 55 | |
}, | |
{ | |
"t": 53.530445391, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 55 | |
}, | |
{ | |
"t": 53.917917193, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 55 | |
}, | |
{ | |
"t": 54.16286045, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 55 | |
}, | |
{ | |
"t": 54.162996282, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 55 | |
}, | |
{ | |
"t": 54.388814437, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 54 | |
}, | |
{ | |
"t": 54.523152314, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 54.523309176, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 55.025482825, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 55.530438794, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 56.03399413, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 56.536527099, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 57.041603672, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 57.544170561, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 57.609871985, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 58.111876889, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 58.616443698, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 59.116681513, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 59.617348164, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 60.119406452, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 60.623967602, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 61.125688137, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 61.625878046, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 62.127491862, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 62.631681748, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 63.136575062, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 63.641675723, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 64.142253959, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 54 | |
}, | |
{ | |
"t": 64.267071057, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 54 | |
}, | |
{ | |
"t": 64.267225648, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 54 | |
}, | |
{ | |
"t": 64.390773784, | |
"active": 1, | |
"waiting": 7, | |
"inactive": 53 | |
}, | |
{ | |
"t": 64.504642443, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 64.504750994, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 65.009753042, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 65.150788506, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 65.65131719, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.152462984, | |
"active": 1, | |
"waiting": 6, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.216416957, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.216567037, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.719746882, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 66.791748645, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 67.295721275, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 67.800856118, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 68.301189478, | |
"active": 1, | |
"waiting": 5, | |
"inactive": 53 | |
}, | |
{ | |
"t": 68.422322593, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 68.422431327, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 68.924396863, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 69.427295955, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 69.93236968, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 70.436526019, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 70.811372934, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 71.311645079, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 71.813175396, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 72.314971128, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 72.818108567, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 73.319149532, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 73.819613925, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 74.319822868, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 45 | |
}, | |
{ | |
"t": 74.454336766, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 74.454509095, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 74.954607232, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 75.456193224, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 75.957043925, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 76.457172673, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 76.962239436, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 77.463773326, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 44 | |
}, | |
{ | |
"t": 77.824800996, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 78.329895607, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 78.834957953, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 79.336788674, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 79.837652031, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 80.338080797, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 80.843146614, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 81.344829368, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 81.848259771, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 43 | |
}, | |
{ | |
"t": 81.852823376, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 43 | |
}, | |
{ | |
"t": 81.852918224, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 43 | |
}, | |
{ | |
"t": 82.353018598, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 43 | |
}, | |
{ | |
"t": 82.856760352, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 43 | |
}, | |
{ | |
"t": 83.301785646, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 83.803769663, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 84.304931481, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 84.805148749, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 85.31026086, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 85.811411438, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 86.316509102, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 86.821581076, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 87.323248964, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 87.824905399, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 41 | |
}, | |
{ | |
"t": 88.128836881, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 41 | |
}, | |
{ | |
"t": 88.128946363, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 41 | |
}, | |
{ | |
"t": 88.277531527, | |
"active": 1, | |
"waiting": 14, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.316768069, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.316914839, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.4241058, | |
"active": 1, | |
"waiting": 13, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.552627706, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 40 | |
}, | |
{ | |
"t": 88.552825798, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 40 | |
}, | |
{ | |
"t": 89.057643455, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 40 | |
}, | |
{ | |
"t": 89.085456695, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 40 | |
}, | |
{ | |
"t": 89.085600071, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 39 | |
}, | |
{ | |
"t": 89.085686978, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 39 | |
}, | |
{ | |
"t": 89.590788504, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 39 | |
}, | |
{ | |
"t": 90.061283777, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 39 | |
}, | |
{ | |
"t": 90.061410383, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 38 | |
}, | |
{ | |
"t": 90.061513098, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 38 | |
}, | |
{ | |
"t": 90.550610415, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 38 | |
}, | |
{ | |
"t": 90.550740176, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 37 | |
}, | |
{ | |
"t": 90.550862256, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.055909569, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.20302782, | |
"active": 1, | |
"waiting": 12, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.203133378, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.203259289, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.691887392, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 37 | |
}, | |
{ | |
"t": 91.691998423, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 36 | |
}, | |
{ | |
"t": 91.692146376, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.19376088, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.296761337, | |
"active": 1, | |
"waiting": 11, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.296861581, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.296980829, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.799212409, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.851349536, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.851430413, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 36 | |
}, | |
{ | |
"t": 92.851553206, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 36 | |
}, | |
{ | |
"t": 93.28058861, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 36 | |
}, | |
{ | |
"t": 93.280710724, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 93.280843492, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 93.78462261600001, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 94.286304891, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 94.790724632, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 95.29252526, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 95.793372781, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 96.295543075, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 96.795743964, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 97.299988496, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 97.804340482, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 98.305098539, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 98.810202566, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 99.312383347, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 99.816214453, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 100.32129758, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 100.825463019, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 101.329229074, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 101.829480134, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 102.330253029, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 102.830334679, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 103.190254868, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 35 | |
}, | |
{ | |
"t": 103.190390656, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 103.190552041, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 103.691708582, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 104.196553305, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 104.696786137, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 105.196972251, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 34 | |
}, | |
{ | |
"t": 105.232537675, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 33 | |
}, | |
{ | |
"t": 105.232613615, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 33 | |
}, | |
{ | |
"t": 105.736951051, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 33 | |
}, | |
{ | |
"t": 105.776888207, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 32 | |
}, | |
{ | |
"t": 106.277973921, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 32 | |
}, | |
{ | |
"t": 106.780506032, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 32 | |
}, | |
{ | |
"t": 107.280711595, | |
"active": 1, | |
"waiting": 10, | |
"inactive": 32 | |
}, | |
{ | |
"t": 107.708132977, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 32 | |
}, | |
{ | |
"t": 107.708226922, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 32 | |
}, | |
{ | |
"t": 108.069629921, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 32 | |
}, | |
{ | |
"t": 108.571368721, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 32 | |
}, | |
{ | |
"t": 108.622344623, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 32 | |
}, | |
{ | |
"t": 108.622504267, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 32 | |
}, | |
{ | |
"t": 109.124188675, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 32 | |
}, | |
{ | |
"t": 109.624867196, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 32 | |
}, | |
{ | |
"t": 109.898994141, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 31 | |
}, | |
{ | |
"t": 110.383361154, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 31 | |
}, | |
{ | |
"t": 110.383547365, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 31 | |
}, | |
{ | |
"t": 110.456867387, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 31 | |
}, | |
{ | |
"t": 110.456962323, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 30 | |
}, | |
{ | |
"t": 110.457071113, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 30 | |
}, | |
{ | |
"t": 110.556830434, | |
"active": 1, | |
"waiting": 8, | |
"inactive": 30 | |
}, | |
{ | |
"t": 110.556941032, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.557072859, | |
"active": 1, | |
"waiting": 9, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.731983668, | |
"active": 2, | |
"waiting": 8, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.732175534, | |
"active": 2, | |
"waiting": 8, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.870667614, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 28 | |
}, | |
{ | |
"t": 110.870810274, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 28 | |
}, | |
{ | |
"t": 111.201481924, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 28 | |
}, | |
{ | |
"t": 111.201576863, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 111.201714185, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 111.703143251, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 112.207525691, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 112.71138214, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 113.215495701, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 113.716707958, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 114.217504046, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 114.722592785, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 115.227736938, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 115.732117915, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 116.233207545, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 116.733659783, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 117.238377894, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 27 | |
}, | |
{ | |
"t": 117.737915996, | |
"active": 3, | |
"waiting": 12, | |
"inactive": 22 | |
}, | |
{ | |
"t": 118.082279101, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 118.082414725, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 118.584032656, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.088646541, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.591378804, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.612914165, | |
"active": 3, | |
"waiting": 11, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.613003165, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 119.613164003, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 120.117049706, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 120.405233383, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 120.908024957, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 121.412025973, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 121.912805121, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 122.415335978, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 122.920018742, | |
"active": 3, | |
"waiting": 10, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.005375838, | |
"active": 3, | |
"waiting": 9, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.005540095, | |
"active": 3, | |
"waiting": 9, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.243982525, | |
"active": 3, | |
"waiting": 9, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.605647756, | |
"active": 3, | |
"waiting": 8, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.605820625, | |
"active": 3, | |
"waiting": 8, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.683919895, | |
"active": 3, | |
"waiting": 8, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.695508598, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 22 | |
}, | |
{ | |
"t": 123.695574188, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 22 | |
}, | |
{ | |
"t": 124.199117326, | |
"active": 3, | |
"waiting": 7, | |
"inactive": 22 | |
}, | |
{ | |
"t": 124.595564394, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 22 | |
}, | |
{ | |
"t": 124.595753336, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 22 | |
}, | |
{ | |
"t": 125.027659939, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 22 | |
}, | |
{ | |
"t": 125.146689249, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 22 | |
}, | |
{ | |
"t": 125.146876517, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 22 | |
}, | |
{ | |
"t": 125.221960231, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 21 | |
}, | |
{ | |
"t": 125.234611185, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 21 | |
}, | |
{ | |
"t": 125.234769158, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 21 | |
}, | |
{ | |
"t": 125.5856243, | |
"active": 4, | |
"waiting": 6, | |
"inactive": 20 | |
}, | |
{ | |
"t": 125.93484606, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 125.935006722, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 126.435494749, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 126.937232712, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 127.442342667, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 127.567966644, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 128.068940487, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 128.569056109, | |
"active": 4, | |
"waiting": 5, | |
"inactive": 20 | |
}, | |
{ | |
"t": 128.893372548, | |
"active": 4, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 128.893526692, | |
"active": 4, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 129.15515676, | |
"active": 4, | |
"waiting": 4, | |
"inactive": 20 | |
}, | |
{ | |
"t": 129.178398437, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 129.178641047, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 129.683688509, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 130.186917961, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 130.487482048, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 130.992571568, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 131.494681754, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 131.994937044, | |
"active": 4, | |
"waiting": 3, | |
"inactive": 20 | |
}, | |
{ | |
"t": 132.432432923, | |
"active": 4, | |
"waiting": 2, | |
"inactive": 20 | |
}, | |
{ | |
"t": 132.432606245, | |
"active": 4, | |
"waiting": 2, | |
"inactive": 20 | |
}, | |
{ | |
"t": 132.870104382, | |
"active": 4, | |
"waiting": 2, | |
"inactive": 20 | |
}, | |
{ | |
"t": 133.329485489, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 20 | |
}, | |
{ | |
"t": 133.329645127, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 20 | |
}, | |
{ | |
"t": 133.834725546, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 20 | |
}, | |
{ | |
"t": 133.902377431, | |
"active": 4, | |
"waiting": 1, | |
"inactive": 20 | |
}, | |
{ | |
"t": 134.175800066, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 20 | |
}, | |
{ | |
"t": 134.175937322, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 20 | |
}, | |
{ | |
"t": 134.383826791, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 20 | |
}, | |
{ | |
"t": 134.695028703, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 19 | |
}, | |
{ | |
"t": 134.695143441, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 19 | |
}, | |
{ | |
"t": 135.041599939, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 19 | |
}, | |
{ | |
"t": 135.041708755, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 18 | |
}, | |
{ | |
"t": 135.041834974, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 18 | |
}, | |
{ | |
"t": 135.07041614, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 18 | |
}, | |
{ | |
"t": 135.070492453, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 135.070622246, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 135.57068705, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 136.072087275, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 136.577181505, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.082243595, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.133879103, | |
"active": 4, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.297196786, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.348685918, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.403643945, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.460381414, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.579386734, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.688280344, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.787554781, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.880880379, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 137.880915591, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 138.382168253, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 138.885208007, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 139.385954425, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 139.583061887, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 17 | |
}, | |
{ | |
"t": 139.583141506, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 16 | |
}, | |
{ | |
"t": 139.583272026, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 16 | |
}, | |
{ | |
"t": 139.636700882, | |
"active": 3, | |
"waiting": 1, | |
"inactive": 15 | |
}, | |
{ | |
"t": 139.645396454, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 15 | |
}, | |
{ | |
"t": 139.645552855, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 15 | |
}, | |
{ | |
"t": 139.950729233, | |
"active": 3, | |
"waiting": 1, | |
"inactive": 14 | |
}, | |
{ | |
"t": 140.384389652, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 140.38453814, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 14 | |
}, | |
{ | |
"t": 140.592358352, | |
"active": 3, | |
"waiting": 1, | |
"inactive": 13 | |
}, | |
{ | |
"t": 140.712659803, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 140.712768045, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 141.217617373, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 141.238452121, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 141.742767388, | |
"active": 3, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 141.787975126, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 142.05273855, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 13 | |
}, | |
{ | |
"t": 142.052840675, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 11 | |
}, | |
{ | |
"t": 142.052941596, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 11 | |
}, | |
{ | |
"t": 142.061680083, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 11 | |
}, | |
{ | |
"t": 142.061752667, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 10 | |
}, | |
{ | |
"t": 142.061879114, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 10 | |
}, | |
{ | |
"t": 142.263991435, | |
"active": 2, | |
"waiting": 2, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.349452352, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.349606848, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.354168163, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.354227074, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.354375831, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 9 | |
}, | |
{ | |
"t": 142.535989503, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 8 | |
}, | |
{ | |
"t": 142.546612997, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 142.546748066, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 143.050925916, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 8 | |
}, | |
{ | |
"t": 143.244919232, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 7 | |
}, | |
{ | |
"t": 143.745965691, | |
"active": 2, | |
"waiting": 1, | |
"inactive": 7 | |
}, | |
{ | |
"t": 144.206518308, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 144.206683045, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 144.710906467, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 144.843251516, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 145.343730412, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 145.844941232, | |
"active": 2, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.223018514, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.507488887, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.507552553, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.507585742, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.618139248, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.618172848, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.61819223, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.618241197, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.902352272, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.923653516, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 7 | |
}, | |
{ | |
"t": 146.923720479, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 5 | |
}, | |
{ | |
"t": 146.923854425, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.059821976, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.123865124, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.123950716, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.506334607, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.810347291, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.810445849, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.810477799, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.810532184, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 147.983180976, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.452887911, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.452915143, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.700736362, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.805039963, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.805065307, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.903626836, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.903656767, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.903707277, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 148.903713886, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.297019024, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.297050958, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.386487102, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.386521378, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.38655516, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.610998154, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.611054981, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.611089861, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.61111612, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.611141221, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.611167769, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.71100367, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.914256023, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 149.914335284, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.245999835, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.246028029, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.34022658, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.662298057, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.75275899, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 150.919372215, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.120655779, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.305833305, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.305863349, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.414395343, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.785406895, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.785459778, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.78546547, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.785469585, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 151.785474227, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.183914758, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.183971118, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.183997409, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.184046079, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.689095001, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 152.728844577, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.08421176, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.08424988, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.084311868, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.084322357, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.367585184, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.559416539, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.559447818, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.559474379, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 153.559501471, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051759393, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051808051, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051837562, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051841847, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.051873882, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.55628546, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.828514888, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.828566827, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 154.828591933, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.048074731, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.259695664, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.345966975, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.345982895, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.553162583, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.553274559, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 155.635578634, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.137138494, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.162352423, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.349854047, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.349890162, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.44586992199999, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.445882697, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.945947759, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.955046667, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 156.955075295, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.066867914, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.15328577, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.153320925, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.543818723, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.54389076, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.643012264, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.643055443, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.720637697, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 157.720705447, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.22348532, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.72778006, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.730045271, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.730073407, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 158.730145999, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.086877727, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.086954167, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586343955, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586374607, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586408268, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586427956, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586436343, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 159.586443812, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.088325031, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.178603848, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.683383192, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.848819269, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.848870098, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 160.848875442, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.348990328, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.411388127, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.411422925, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.411441918, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.492892616, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.492924035, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.660221923, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.660259733, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 161.947782051, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.105968298, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.571344622, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.571374627, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.571415536, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.769367296, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 162.769393833, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.036437992, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.036470636, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.284863963, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.28489423, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.28490847, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.643400003, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.643436257, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.881714909, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 163.982812733, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 164.061914433, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 5 | |
}, | |
{ | |
"t": 164.061977757, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 164.062163841, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 4 | |
}, | |
{ | |
"t": 164.361936833, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 3 | |
}, | |
{ | |
"t": 164.455113473, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 164.455260047, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 164.957406982, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 165.458158551, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 165.960954726, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 166.466012555, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 3 | |
}, | |
{ | |
"t": 166.952869241, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 167.457964858, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 167.959697977, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 168.459971462, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 168.960947177, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 169.461536431, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 2 | |
}, | |
{ | |
"t": 169.71689373, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 169.717029107, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 2 | |
}, | |
{ | |
"t": 169.912760592, | |
"active": 1, | |
"waiting": 1, | |
"inactive": 1 | |
}, | |
{ | |
"t": 170.292582069, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 170.292747432, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 170.794326028, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 171.29585764, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 171.795966697, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 172.296128179, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 172.799556783, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 173.30351613, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 173.806479241, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 174.311578445, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 174.816632561, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 175.31759846, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 175.81898365, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 176.323684293, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 176.823747894, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 177.327506488, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 177.830295095, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 178.330722101, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 178.832494917, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 179.332666243, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 179.83772884, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 180.342078442, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 180.847151319, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 181.348398717, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 181.849981004, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 182.35077134, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 182.854012192, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 183.356823891, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 183.858417183, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 184.35898482, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 184.863614643, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 185.366131241, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 185.871212616, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 186.375010881, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 186.880083324, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 187.381499868, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 187.88659179, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 188.310553512, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 188.815621207, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 189.318341708, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 189.822710004, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 190.32421985, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 190.824353693, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 191.324651377, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 191.824976689, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 192.328664083, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 192.830392509, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 193.33076437, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 193.831336849, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 194.333106421, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 194.83736486, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 195.338100998, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 195.840628713, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 196.343759566, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 196.843862954, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 197.344341945, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 197.845554707, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 198.349278603, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 198.84937687, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 199.349627899, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 199.850129216, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 200.350272743, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 200.851958117, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 201.352077374, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 201.852396912, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 202.353266026, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 202.853795693, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 203.356529802, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 203.858690568, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 204.36379603, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 204.868580954, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 205.369470694, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 205.869970094, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 206.372293522, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 206.87256627, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 207.373137727, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 207.873958249, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 208.378374953, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 208.88176618, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 209.386860018, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 209.888888982, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 210.390833937, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 210.895320585, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 211.396436013, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 211.89764847, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 212.399027814, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 212.903203345, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 213.406440942, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 213.907002619, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 214.40718779, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 214.908242867, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 215.408327752, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 215.913396036, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 216.418123761, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 216.918309176, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 217.420878814, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 217.924163758, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 218.429290815, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 218.934147824, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 219.435373195, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 219.939695829, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 220.443954812, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 220.949079648, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 221.454144695, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 221.956566894, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 222.45752442, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 222.962565819, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 223.462799456, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 223.964726178, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 224.464899183, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 224.968410404, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 225.468480274, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 225.970472097, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 226.473427801, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 226.97366116, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 227.474393229, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 227.979449306, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 228.48452093, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 228.989672829, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 229.48993727, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 229.990424759, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 230.493631586, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 230.997989862, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 231.498495422, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 231.999080552, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 232.499401088, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 232.999569341, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 233.500700086, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 234.005814966, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 234.510883429, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 235.013046547, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 235.517380413, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 236.019511547, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 236.524504181, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 237.028742504, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 237.531187992, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 238.032200343, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 238.532418589, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 239.033054096, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 239.533215738, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 240.034809783, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 240.539612456, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 241.039811226, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 241.542302106, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 242.047394825, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 242.552268844, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 243.053146217, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 243.553334292, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 244.056398291, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 244.556471805, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 245.056642883, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 245.556847706, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 246.057721377, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 246.559146638, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 247.061939151, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 1 | |
}, | |
{ | |
"t": 247.538124106, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 247.538303772, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 248.040609969, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 248.541952696, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 249.043304826, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 249.544232179, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 250.047786693, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 250.550605334, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 251.055138795, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 251.555703315, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 252.05636222, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 252.561288672, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 253.063516476, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 253.568590319, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 254.071487266, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 254.572210547, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 255.072386507, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 255.574261821, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 256.079354495, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 256.581635156, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 257.086737279, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 257.591126497, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 258.09547008, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 258.436790337, | |
"active": 1, | |
"waiting": 0, | |
"inactive": 0 | |
}, | |
{ | |
"t": 258.436881171, | |
"active": 0, | |
"waiting": 0, | |
"inactive": 0 | |
} | |
]; | |
const CPU_USAGE = [ | |
[ | |
0.662790665, | |
11.239669421487605 | |
], | |
[ | |
0.971949771, | |
10.962566844919792 | |
], | |
[ | |
1.229857288, | |
9.415584415584405 | |
], | |
[ | |
1.730223004, | |
14.900662251655632 | |
], | |
[ | |
2.071818969, | |
10.41162227602905 | |
], | |
[ | |
2.5741846710000003, | |
10.465116279069761 | |
], | |
[ | |
2.677816437, | |
10.655737704918039 | |
], | |
[ | |
3.16849861, | |
9.677419354838719 | |
], | |
[ | |
3.6399597, | |
14.260563380281681 | |
], | |
[ | |
3.834855369, | |
9.482758620689651 | |
], | |
[ | |
4.2427484, | |
9.591836734693885 | |
], | |
[ | |
4.81216307, | |
10.248901903367496 | |
], | |
[ | |
4.92360492, | |
10.370370370370381 | |
], | |
[ | |
5.424964551, | |
13.166666666666671 | |
], | |
[ | |
5.566731831, | |
15.204678362573105 | |
], | |
[ | |
6.052508898, | |
9.62199312714776 | |
], | |
[ | |
6.347986878, | |
9.550561797752806 | |
], | |
[ | |
6.669670994, | |
11.458333333333343 | |
], | |
[ | |
7.151416175, | |
10.726643598615908 | |
], | |
[ | |
7.584856426, | |
14.86486486486487 | |
], | |
[ | |
7.794890058, | |
10.236220472440948 | |
], | |
[ | |
8.261752723, | |
9.481216457960642 | |
], | |
[ | |
8.658366871, | |
10.08403361344537 | |
], | |
[ | |
8.92724516, | |
8.72274143302181 | |
], | |
[ | |
9.284736501, | |
9.74477958236659 | |
], | |
[ | |
9.785162571, | |
15.025041736227038 | |
], | |
[ | |
9.931011019, | |
10.857142857142861 | |
], | |
[ | |
10.19163868, | |
10.223642172523967 | |
], | |
[ | |
10.341870041, | |
10.055865921787714 | |
], | |
[ | |
10.537227303, | |
11.489361702127667 | |
], | |
[ | |
11.037412109, | |
9.63455149501661 | |
], | |
[ | |
11.538967499, | |
13.477537437604 | |
], | |
[ | |
12.04331884, | |
9.917355371900825 | |
], | |
[ | |
12.548403007, | |
8.760330578512395 | |
], | |
[ | |
13.052452954, | |
9.075907590759087 | |
], | |
[ | |
13.342864639, | |
11.174785100286527 | |
], | |
[ | |
13.844125125, | |
14.5 | |
], | |
[ | |
14.349230434, | |
9.884678747940683 | |
], | |
[ | |
14.85429409, | |
9.225700164744637 | |
], | |
[ | |
15.357454947, | |
11.735537190082653 | |
], | |
[ | |
15.859690065, | |
13.079470198675494 | |
], | |
[ | |
16.36062053, | |
8.833333333333343 | |
], | |
[ | |
16.915370217, | |
10.928143712574851 | |
], | |
[ | |
17.245513203, | |
9.367088607594937 | |
], | |
[ | |
17.747751286, | |
17.247097844112773 | |
], | |
[ | |
17.90459143, | |
11.640211640211646 | |
], | |
[ | |
18.224007476, | |
9.762532981530342 | |
], | |
[ | |
18.409229651, | |
11.659192825112115 | |
], | |
[ | |
18.617583938, | |
11.599999999999994 | |
], | |
[ | |
18.790695909, | |
12.5 | |
], | |
[ | |
18.990036864, | |
12.60504201680672 | |
], | |
[ | |
19.506272622, | |
13.964686998394853 | |
], | |
[ | |
19.985472439, | |
9.090909090909093 | |
], | |
[ | |
20.292528429, | |
11.382113821138205 | |
], | |
[ | |
20.682563261, | |
9.051724137931032 | |
], | |
[ | |
20.838282366, | |
10.994764397905755 | |
], | |
[ | |
21.269102579, | |
10.077519379844958 | |
], | |
[ | |
21.518880416000002, | |
22.0 | |
], | |
[ | |
21.674273034, | |
10.27027027027026 | |
], | |
[ | |
21.818864902, | |
11.42857142857143 | |
], | |
[ | |
22.382518909, | |
9.76331360946746 | |
], | |
[ | |
22.570528134, | |
11.210762331838566 | |
], | |
[ | |
22.753090022, | |
10.407239819004516 | |
], | |
[ | |
22.909336295, | |
10.526315789473685 | |
], | |
[ | |
23.030201326, | |
10.416666666666657 | |
], | |
[ | |
23.227925638, | |
11.203319502074692 | |
], | |
[ | |
23.50919758, | |
16.568047337278102 | |
], | |
[ | |
23.810903559, | |
9.77653631284916 | |
], | |
[ | |
24.314976134, | |
9.437086092715234 | |
], | |
[ | |
24.49540365, | |
9.677419354838719 | |
], | |
[ | |
24.841127829, | |
11.057692307692307 | |
], | |
[ | |
25.009894726, | |
9.313725490196077 | |
], | |
[ | |
25.20552194, | |
11.73913043478261 | |
], | |
[ | |
25.611847584, | |
17.038539553752543 | |
], | |
[ | |
26.039875561, | |
10.609037328094303 | |
], | |
[ | |
26.609151245, | |
10.087719298245617 | |
], | |
[ | |
27.110972465, | |
9.586776859504127 | |
], | |
[ | |
27.614527789, | |
13.122923588039868 | |
], | |
[ | |
28.067965802, | |
9.724770642201833 | |
], | |
[ | |
28.170639397, | |
13.114754098360663 | |
], | |
[ | |
28.506502281, | |
9.701492537313428 | |
], | |
[ | |
29.009259043, | |
9.602649006622528 | |
], | |
[ | |
29.259992325, | |
8.970099667774093 | |
], | |
[ | |
29.484129519, | |
22.846441947565538 | |
], | |
[ | |
29.941778069, | |
11.615245009074414 | |
], | |
[ | |
30.441991573, | |
9.983361064891852 | |
], | |
[ | |
30.944378544, | |
9.405940594059402 | |
], | |
[ | |
31.044844078, | |
9.090909090909093 | |
], | |
[ | |
31.245300493, | |
10.373443983402481 | |
], | |
[ | |
31.580161868, | |
15.829145728643212 | |
], | |
[ | |
31.700516317, | |
11.643835616438352 | |
], | |
[ | |
31.932287279, | |
10.071942446043167 | |
], | |
[ | |
32.436562612, | |
9.570957095709574 | |
], | |
[ | |
32.713858575, | |
9.667673716012075 | |
], | |
[ | |
32.90516538, | |
9.871244635193136 | |
], | |
[ | |
33.409082578, | |
11.295681063122913 | |
], | |
[ | |
33.703013575, | |
14.529914529914535 | |
], | |
[ | |
33.880614614, | |
9.767441860465127 | |
], | |
[ | |
34.382121873, | |
9.286898839137649 | |
], | |
[ | |
34.893225339, | |
9.328968903436987 | |
], | |
[ | |
35.0831942, | |
10.0 | |
], | |
[ | |
35.659273736, | |
14.658925979680689 | |
], | |
[ | |
35.78692859, | |
10.256410256410248 | |
], | |
[ | |
36.145773387, | |
10.023310023310032 | |
], | |
[ | |
36.646707778, | |
9.333333333333343 | |
], | |
[ | |
37.151351542, | |
9.900990099009903 | |
], | |
[ | |
37.337849047, | |
10.666666666666671 | |
], | |
[ | |
37.69485578, | |
16.51162790697674 | |
], | |
[ | |
37.939935712, | |
13.013698630136986 | |
], | |
[ | |
38.445127971, | |
9.256198347107443 | |
], | |
[ | |
38.626384376, | |
9.677419354838719 | |
], | |
[ | |
39.126887098, | |
9.151414309484196 | |
], | |
[ | |
39.628431405, | |
14.784053156146186 | |
], | |
[ | |
39.804356508, | |
11.682242990654203 | |
], | |
[ | |
39.914745429, | |
9.090909090909093 | |
], | |
[ | |
40.467977309, | |
10.422960725075527 | |
], | |
[ | |
40.727164663, | |
8.65384615384616 | |
], | |
[ | |
40.944554046, | |
11.15384615384616 | |
], | |
[ | |
41.083694586, | |
9.696969696969688 | |
], | |
[ | |
41.200865902, | |
9.420289855072468 | |
], | |
[ | |
41.334626103, | |
13.772455089820355 | |
], | |
[ | |
41.458347061, | |
25.170068027210874 | |
], | |
[ | |
41.625866973, | |
12.437810945273625 | |
], | |
[ | |
41.782657637, | |
11.290322580645167 | |
], | |
[ | |
42.064536542, | |
11.143695014662754 | |
], | |
[ | |
42.332514498, | |
9.375 | |
], | |
[ | |
42.541223507, | |
12.749003984063748 | |
], | |
[ | |
42.748540941, | |
9.638554216867462 | |
], | |
[ | |
42.880586342, | |
10.691823899371073 | |
], | |
[ | |
43.004421055, | |
10.204081632653057 | |
], | |
[ | |
43.286638554, | |
10.089020771513361 | |
], | |
[ | |
43.787704689, | |
14.096185737976782 | |
], | |
[ | |
43.982497132, | |
8.438818565400837 | |
], | |
[ | |
44.247832164, | |
9.584664536741215 | |
], | |
[ | |
44.556406201, | |
9.677419354838719 | |
], | |
[ | |
44.925191658, | |
9.459459459459467 | |
], | |
[ | |
45.354074299, | |
10.679611650485427 | |
], | |
[ | |
45.545290241000004, | |
20.08733624454149 | |
], | |
[ | |
45.813260478, | |
10.216718266253864 | |
], | |
[ | |
46.315092067, | |
9.833333333333343 | |
], | |
[ | |
46.820208036, | |
9.819967266775777 | |
], | |
[ | |
47.386561984, | |
10.19202363367799 | |
], | |
[ | |
47.890171593, | |
14.808652246256244 | |
], | |
[ | |
48.394142098, | |
8.86699507389163 | |
], | |
[ | |
48.899080117, | |
9.784411276948589 | |
], | |
[ | |
49.01870934, | |
9.589041095890423 | |
], | |
[ | |
49.331182084, | |
10.0 | |
], | |
[ | |
49.833712157, | |
15.181518151815183 | |
], | |
[ | |
50.066085564, | |
8.602150537634415 | |
], | |
[ | |
50.566907386, | |
10.316139767054906 | |
], | |
[ | |
50.83062398, | |
8.860759493670884 | |
], | |
[ | |
51.331962031, | |
9.61857379767828 | |
], | |
[ | |
51.836556833, | |
13.696369636963695 | |
], | |
[ | |
52.341618283, | |
9.735973597359731 | |
], | |
[ | |
52.625941777, | |
8.504398826979482 | |
], | |
[ | |
53.129209479, | |
9.090909090909093 | |
], | |
[ | |
53.530293997, | |
15.12605042016807 | |
], | |
[ | |
53.917918894, | |
10.63829787234043 | |
], | |
[ | |
54.162860608, | |
10.884353741496597 | |
], | |
[ | |
54.38881585, | |
11.111111111111114 | |
], | |
[ | |
54.523152438, | |
11.111111111111114 | |
], | |
[ | |
55.025485274, | |
8.94039735099338 | |
], | |
[ | |
55.530439148, | |
13.76451077943615 | |
], | |
[ | |
56.033994475, | |
9.452736318407958 | |
], | |
[ | |
56.536527478, | |
9.271523178807954 | |
], | |
[ | |
57.04160406, | |
9.256198347107443 | |
], | |
[ | |
57.544170882, | |
13.311148086522465 | |
], | |
[ | |
58.111877266, | |
9.941520467836256 | |
], | |
[ | |
58.616444116, | |
9.950248756218912 | |
], | |
[ | |
59.116681912, | |
10.281923714759529 | |
], | |
[ | |
59.617348532, | |
16.166666666666657 | |
], | |
[ | |
60.119406956, | |
14.784053156146186 | |
], | |
[ | |
60.62396808, | |
22.47933884297521 | |
], | |
[ | |
61.12568852, | |
17.549668874172184 | |
], | |
[ | |
61.625878736, | |
16.88741721854305 | |
], | |
[ | |
62.127508135, | |
12.207357859531783 | |
], | |
[ | |
62.63168216, | |
12.748344370860934 | |
], | |
[ | |
63.136575386, | |
9.555189456342674 | |
], | |
[ | |
63.641676096, | |
13.861386138613867 | |
], | |
[ | |
64.142254451, | |
9.833333333333343 | |
], | |
[ | |
64.267071181, | |
10.0 | |
], | |
[ | |
64.390775598, | |
13.333333333333329 | |
], | |
[ | |
64.504642536, | |
11.764705882352942 | |
], | |
[ | |
65.009755175, | |
10.526315789473685 | |
], | |
[ | |
65.150788703, | |
8.875739644970409 | |
], | |
[ | |
65.651317579, | |
14.833333333333329 | |
], | |
[ | |
66.152463362, | |
10.149750415973386 | |
], | |
[ | |
66.719748417, | |
10.882352941176464 | |
], | |
[ | |
67.295721625, | |
9.956709956709958 | |
], | |
[ | |
67.800856522, | |
14.380165289256198 | |
], | |
[ | |
68.30118983, | |
9.181969949916521 | |
], | |
[ | |
68.422322742, | |
8.904109589041099 | |
], | |
[ | |
68.924399713, | |
9.586776859504127 | |
], | |
[ | |
69.427296333, | |
11.98003327787022 | |
], | |
[ | |
69.932370016, | |
11.735537190082653 | |
], | |
[ | |
70.43652641, | |
8.774834437086085 | |
], | |
[ | |
70.811373151, | |
11.504424778761063 | |
], | |
[ | |
71.311645356, | |
9.63455149501661 | |
], | |
[ | |
71.813175804, | |
14.524207011686144 | |
], | |
[ | |
72.314971544, | |
9.333333333333343 | |
], | |
[ | |
72.818108871, | |
11.330049261083744 | |
], | |
[ | |
73.319149894, | |
9.197324414715723 | |
], | |
[ | |
73.819614331, | |
14.309484193011642 | |
], | |
[ | |
74.319823154, | |
9.515859766277117 | |
], | |
[ | |
74.45433708, | |
14.024390243902445 | |
], | |
[ | |
74.954609185, | |
11.129568106312291 | |
], | |
[ | |
75.456193615, | |
13.5 | |
], | |
[ | |
75.957044335, | |
9.816971713810318 | |
], | |
[ | |
76.457173075, | |
9.166666666666671 | |
], | |
[ | |
76.962239837, | |
10.543657331136728 | |
], | |
[ | |
77.463773763, | |
13.355592654424044 | |
], | |
[ | |
77.824801189, | |
13.073394495412856 | |
], | |
[ | |
78.329895979, | |
9.240924092409244 | |
], | |
[ | |
78.834958272, | |
9.570957095709574 | |
], | |
[ | |
79.33678902, | |
10.281923714759529 | |
], | |
[ | |
79.837652378, | |
14.808652246256244 | |
], | |
[ | |
80.338081142, | |
11.018363939899828 | |
], | |
[ | |
80.843146961, | |
10.247933884297524 | |
], | |
[ | |
81.344829917, | |
11.0 | |
], | |
[ | |
81.848260244, | |
14.072847682119203 | |
], | |
[ | |
82.353020233, | |
10.049423393739701 | |
], | |
[ | |
82.856760708, | |
10.761589403973517 | |
], | |
[ | |
83.301785843, | |
9.90654205607477 | |
], | |
[ | |
83.803770089, | |
13.333333333333329 | |
], | |
[ | |
84.304931839, | |
9.735973597359731 | |
], | |
[ | |
84.805149203, | |
9.030100334448164 | |
], | |
[ | |
85.310261283, | |
9.375 | |
], | |
[ | |
85.811411799, | |
15.091210613598676 | |
], | |
[ | |
86.316509401, | |
9.240924092409244 | |
], | |
[ | |
86.821581438, | |
11.276948590381437 | |
], | |
[ | |
87.323249341, | |
9.784411276948589 | |
], | |
[ | |
87.824905777, | |
14.333333333333329 | |
], | |
[ | |
88.128836997, | |
9.4850948509485 | |
], | |
[ | |
88.277532777, | |
10.734463276836152 | |
], | |
[ | |
88.42410746, | |
12.0 | |
], | |
[ | |
88.55262784600001, | |
9.740259740259745 | |
], | |
[ | |
89.057645104, | |
10.413223140495859 | |
], | |
[ | |
89.5907905, | |
15.420560747663544 | |
], | |
[ | |
90.061283972, | |
10.479573712255771 | |
], | |
[ | |
90.550612121, | |
10.902896081771715 | |
], | |
[ | |
91.05591131, | |
9.10596026490066 | |
], | |
[ | |
91.203027982, | |
10.169491525423723 | |
], | |
[ | |
91.69188887, | |
14.285714285714292 | |
], | |
[ | |
92.19376247, | |
9.933774834437088 | |
], | |
[ | |
92.296761533, | |
8.196721311475414 | |
], | |
[ | |
92.799214365, | |
9.884678747940683 | |
], | |
[ | |
93.280590239, | |
9.86159169550173 | |
], | |
[ | |
93.784625216, | |
15.397350993377472 | |
], | |
[ | |
94.286305551, | |
18.604651162790702 | |
], | |
[ | |
94.790725097, | |
21.724709784411274 | |
], | |
[ | |
95.292525628, | |
14.64226289517471 | |
], | |
[ | |
95.79337325, | |
15.28239202657808 | |
], | |
[ | |
96.295543773, | |
9.5 | |
], | |
[ | |
96.795744339, | |
10.132890365448503 | |
], | |
[ | |
97.299988841, | |
9.917355371900825 | |
], | |
[ | |
97.804340914, | |
14.63815789473685 | |
], | |
[ | |
98.305098926, | |
9.68280467445743 | |
], | |
[ | |
98.810203001, | |
8.910891089108901 | |
], | |
[ | |
99.312383796, | |
9.286898839137649 | |
], | |
[ | |
99.816214909, | |
14.238410596026483 | |
], | |
[ | |
100.321297926, | |
8.896210873146629 | |
], | |
[ | |
100.825463676, | |
9.121061359867326 | |
], | |
[ | |
101.329229465, | |
10.465116279069761 | |
], | |
[ | |
101.829480514, | |
15.20661157024793 | |
], | |
[ | |
102.330253729, | |
10.465116279069761 | |
], | |
[ | |
102.830335045, | |
10.981697171381029 | |
], | |
[ | |
103.190255115, | |
9.259259259259252 | |
], | |
[ | |
103.691710285, | |
14.61794019933555 | |
], | |
[ | |
104.196553719, | |
9.468438538205987 | |
], | |
[ | |
104.696786537, | |
10.465116279069761 | |
], | |
[ | |
105.196972713, | |
10.247933884297524 | |
], | |
[ | |
105.736969832, | |
20.962732919254663 | |
], | |
[ | |
106.277974512, | |
9.831029185867905 | |
], | |
[ | |
106.78050638, | |
8.985024958402661 | |
], | |
[ | |
107.280712349, | |
9.61857379767828 | |
], | |
[ | |
107.708133079, | |
16.634050880626233 | |
], | |
[ | |
108.069631394, | |
9.677419354838719 | |
], | |
[ | |
108.571369187, | |
9.333333333333343 | |
], | |
[ | |
109.124190689, | |
9.48795180722891 | |
], | |
[ | |
109.624867591, | |
14.975041597337764 | |
], | |
[ | |
109.898994273, | |
10.876132930513592 | |
], | |
[ | |
110.383361538, | |
11.187607573149734 | |
], | |
[ | |
110.556831934, | |
10.628019323671495 | |
], | |
[ | |
110.731985062, | |
11.004784688995215 | |
], | |
[ | |
110.870669202, | |
10.650887573964496 | |
], | |
[ | |
111.201483656, | |
9.848484848484844 | |
], | |
[ | |
111.703145287, | |
15.5 | |
], | |
[ | |
112.207526054, | |
9.735973597359731 | |
], | |
[ | |
112.711382522, | |
9.121061359867326 | |
], | |
[ | |
113.215501561, | |
9.586776859504127 | |
], | |
[ | |
113.716708489, | |
13.833333333333329 | |
], | |
[ | |
114.217504405, | |
9.348914858096819 | |
], | |
[ | |
114.72259319, | |
10.310965630114566 | |
], | |
[ | |
115.227737361, | |
9.090909090909093 | |
], | |
[ | |
115.732118307, | |
14.003294892915989 | |
], | |
[ | |
116.233207845, | |
8.985024958402661 | |
], | |
[ | |
116.733660153, | |
9.333333333333343 | |
], | |
[ | |
117.238378467, | |
9.602649006622528 | |
], | |
[ | |
117.737916145, | |
14.524207011686144 | |
], | |
[ | |
118.08227936, | |
13.975903614457835 | |
], | |
[ | |
118.584034579, | |
10.815307820299509 | |
], | |
[ | |
119.08864717, | |
10.247933884297524 | |
], | |
[ | |
119.591379331, | |
15.422885572139293 | |
], | |
[ | |
120.117052142, | |
10.866141732283467 | |
], | |
[ | |
120.405233576, | |
9.53757225433526 | |
], | |
[ | |
120.908025305, | |
10.0 | |
], | |
[ | |
121.412026369, | |
11.71617161716172 | |
], | |
[ | |
121.912805482, | |
11.295681063122913 | |
], | |
[ | |
122.415336323, | |
9.63455149501661 | |
], | |
[ | |
122.920019129, | |
9.884678747940683 | |
], | |
[ | |
123.243983638, | |
9.793814432989691 | |
], | |
[ | |
123.605647905, | |
15.437788018433181 | |
], | |
[ | |
124.199119134, | |
9.5774647887324 | |
], | |
[ | |
124.595564767, | |
10.691823899371073 | |
], | |
[ | |
125.027661179, | |
10.0 | |
], | |
[ | |
125.146689503, | |
8.510638297872347 | |
], | |
[ | |
125.585625367, | |
16.287878787878782 | |
], | |
[ | |
125.934846167, | |
10.501193317422434 | |
], | |
[ | |
126.435496498, | |
9.833333333333343 | |
], | |
[ | |
126.937233186, | |
10.596026490066222 | |
], | |
[ | |
127.442343182, | |
19.269102990033232 | |
], | |
[ | |
127.567966903, | |
25.0 | |
], | |
[ | |
128.068940974, | |
20.431893687707642 | |
], | |
[ | |
128.569056438, | |
14.593698175787722 | |
], | |
[ | |
128.893372657, | |
9.067357512953365 | |
], | |
[ | |
129.155158219, | |
9.584664536741215 | |
], | |
[ | |
129.683690448, | |
14.913657770800626 | |
], | |
[ | |
130.186918552, | |
9.421487603305792 | |
], | |
[ | |
130.487482244, | |
9.166666666666671 | |
], | |
[ | |
130.992571892, | |
9.586776859504127 | |
], | |
[ | |
131.494682141, | |
13.553719008264466 | |
], | |
[ | |
131.994937358, | |
19.43048576214406 | |
], | |
[ | |
132.432433078, | |
18.44106463878326 | |
], | |
[ | |
132.870105892, | |
18.095238095238102 | |
], | |
[ | |
133.329485594, | |
10.909090909090907 | |
], | |
[ | |
133.834727448, | |
14.356435643564353 | |
], | |
[ | |
134.175800146, | |
10.462287104622874 | |
], | |
[ | |
134.38382836, | |
10.08064516129032 | |
], | |
[ | |
134.695028869, | |
11.702127659574472 | |
], | |
[ | |
135.041601507, | |
11.722488038277518 | |
], | |
[ | |
135.570688769, | |
14.26307448494454 | |
], | |
[ | |
136.072087658, | |
9.53177257525084 | |
], | |
[ | |
136.577181855, | |
11.986863711001632 | |
], | |
[ | |
137.082243998, | |
8.910891089108901 | |
], | |
[ | |
137.297196952, | |
12.643678160919535 | |
], | |
[ | |
137.40364429, | |
19.37984496124031 | |
], | |
[ | |
137.579387125, | |
24.285714285714292 | |
], | |
[ | |
137.688280729, | |
9.230769230769226 | |
], | |
[ | |
137.880880719, | |
10.389610389610397 | |
], | |
[ | |
138.382168683, | |
8.5427135678392 | |
], | |
[ | |
138.885208527, | |
9.868421052631575 | |
], | |
[ | |
139.385954844, | |
11.480865224625632 | |
], | |
[ | |
139.583062052, | |
19.74789915966386 | |
], | |
[ | |
139.95073029899999, | |
12.328767123287676 | |
], | |
[ | |
140.384389738, | |
10.192307692307693 | |
], | |
[ | |
140.592359382, | |
10.040160642570285 | |
], | |
[ | |
140.712659885, | |
12.413793103448285 | |
], | |
[ | |
141.217619689, | |
9.555189456342674 | |
], | |
[ | |
141.742767789, | |
15.555555555555557 | |
], | |
[ | |
142.05273868, | |
10.42780748663101 | |
], | |
[ | |
142.263992524, | |
13.545816733067724 | |
], | |
[ | |
142.535990968, | |
10.909090909090907 | |
], | |
[ | |
143.050929766, | |
9.740259740259745 | |
], | |
[ | |
143.244919344, | |
9.606986899563324 | |
], | |
[ | |
143.745966025, | |
14.096185737976782 | |
], | |
[ | |
144.206518425, | |
9.782608695652172 | |
], | |
[ | |
144.710908301, | |
10.21416803953872 | |
], | |
[ | |
144.843251712, | |
8.22784810126582 | |
], | |
[ | |
145.343730898, | |
9.348914858096819 | |
], | |
[ | |
145.84494162, | |
13.223140495867767 | |
], | |
[ | |
146.223018677, | |
9.513274336283189 | |
], | |
[ | |
146.507489297, | |
9.649122807017534 | |
], | |
[ | |
146.618139638, | |
9.090909090909093 | |
], | |
[ | |
146.902352727, | |
10.355029585798817 | |
], | |
[ | |
147.059823384, | |
14.21052631578948 | |
], | |
[ | |
147.506337109, | |
16.326530612244895 | |
], | |
[ | |
147.810347769, | |
10.68493150684931 | |
], | |
[ | |
147.983181383, | |
8.82352941176471 | |
], | |
[ | |
148.452888291, | |
10.08849557522123 | |
], | |
[ | |
148.700736787, | |
9.060402684563769 | |
], | |
[ | |
148.805040334, | |
11.382113821138205 | |
], | |
[ | |
149.297019391, | |
9.66101694915254 | |
], | |
[ | |
149.610998507, | |
18.37270341207349 | |
], | |
[ | |
149.711004081, | |
15.384615384615387 | |
], | |
[ | |
149.914256409, | |
10.204081632653057 | |
], | |
[ | |
150.246000269, | |
9.823677581863976 | |
], | |
[ | |
150.662298355, | |
10.714285714285708 | |
], | |
[ | |
150.919372725, | |
10.526315789473685 | |
], | |
[ | |
151.120656086, | |
9.166666666666671 | |
], | |
[ | |
151.305833742, | |
9.777777777777771 | |
], | |
[ | |
151.414395738, | |
23.846153846153854 | |
], | |
[ | |
151.785407247, | |
12.94642857142857 | |
], | |
[ | |
152.183915122, | |
8.613445378151269 | |
], | |
[ | |
152.689095377, | |
9.539473684210535 | |
], | |
[ | |
153.084212148, | |
8.649789029535867 | |
], | |
[ | |
153.367585523, | |
11.176470588235304 | |
], | |
[ | |
153.55941692, | |
17.316017316017323 | |
], | |
[ | |
154.051759798, | |
9.693877551020407 | |
], | |
[ | |
154.556285828, | |
9.570957095709574 | |
], | |
[ | |
154.828515239, | |
10.0 | |
], | |
[ | |
155.04807508, | |
8.846153846153854 | |
], | |
[ | |
155.259696046, | |
9.842519685039377 | |
], | |
[ | |
155.553162883, | |
16.997167138810198 | |
], | |
[ | |
156.137138862, | |
10.2158273381295 | |
], | |
[ | |
156.34985445, | |
10.038610038610045 | |
], | |
[ | |
156.945948361, | |
9.817671809256666 | |
], | |
[ | |
157.066868269, | |
11.40939597315436 | |
], | |
[ | |
157.543819158, | |
14.21052631578948 | |
], | |
[ | |
157.720654408, | |
10.280373831775705 | |
], | |
[ | |
158.223486022, | |
10.465116279069761 | |
], | |
[ | |
158.727780547, | |
9.735973597359731 | |
], | |
[ | |
159.086878124, | |
9.722222222222214 | |
], | |
[ | |
159.586344263, | |
14.85809682804674 | |
], | |
[ | |
160.088325409, | |
9.31780366056573 | |
], | |
[ | |
160.683383742, | |
9.497206703910607 | |
], | |
[ | |
160.84881959, | |
9.045226130653262 | |
], | |
[ | |
161.348990799, | |
9.650582362728784 | |
], | |
[ | |
161.492893012, | |
22.67441860465115 | |
], | |
[ | |
161.660222377, | |
9.090909090909093 | |
], | |
[ | |
161.947782424, | |
9.742120343839545 | |
], | |
[ | |
162.105968744, | |
11.229946524064175 | |
], | |
[ | |
162.571345068, | |
9.677419354838719 | |
], | |
[ | |
162.769367759, | |
10.833333333333329 | |
], | |
[ | |
163.036438442, | |
10.658307210031353 | |
], | |
[ | |
163.284864356, | |
14.715719063545151 | |
], | |
[ | |
163.643400419, | |
23.094688221709006 | |
], | |
[ | |
163.881715234, | |
22.96819787985865 | |
], | |
[ | |
163.982813233, | |
18.032786885245898 | |
], | |
[ | |
164.361938078, | |
15.011037527593814 | |
], | |
[ | |
164.957408803, | |
10.659186535764377 | |
], | |
[ | |
165.458158941, | |
13.553719008264466 | |
], | |
[ | |
165.960955077, | |
11.314475873544097 | |
], | |
[ | |
166.466012894, | |
9.405940594059402 | |
], | |
[ | |
166.952869436, | |
9.059829059829056 | |
], | |
[ | |
167.457965276, | |
12.748344370860934 | |
], | |
[ | |
167.959698473, | |
12.458471760797337 | |
], | |
[ | |
168.459972253, | |
8.818635607321141 | |
], | |
[ | |
168.960947668, | |
10.981697171381029 | |
], | |
[ | |
169.461536861, | |
13.333333333333329 | |
], | |
[ | |
169.716893834, | |
11.803278688524586 | |
], | |
[ | |
169.912761986, | |
11.914893617021278 | |
], | |
[ | |
170.292582174, | |
10.940919037199123 | |
], | |
[ | |
170.794327974, | |
10.11608623548922 | |
], | |
[ | |
171.295857987, | |
9.816971713810318 | |
], | |
[ | |
171.795967087, | |
14.309484193011642 | |
], | |
[ | |
172.296128737, | |
9.833333333333343 | |
], | |
[ | |
172.799557232, | |
9.900990099009903 | |
], | |
[ | |
173.303516631, | |
9.735973597359731 | |
], | |
[ | |
173.806479671, | |
13.432835820895534 | |
], | |
[ | |
174.311578819, | |
9.75206611570249 | |
], | |
[ | |
174.81663298, | |
9.85221674876847 | |
], | |
[ | |
175.3175989, | |
9.468438538205987 | |
], | |
[ | |
175.818984003, | |
14.190317195325548 | |
], | |
[ | |
176.323684672, | |
9.900990099009903 | |
], | |
[ | |
176.823748237, | |
9.816971713810318 | |
], | |
[ | |
177.32750691, | |
9.884678747940683 | |
], | |
[ | |
177.830295493, | |
14.166666666666671 | |
], | |
[ | |
178.330722465, | |
9.983361064891852 | |
], | |
[ | |
178.832495313, | |
10.350584307178636 | |
], | |
[ | |
179.332666775, | |
9.983361064891852 | |
], | |
[ | |
179.837729559, | |
14.967105263157904 | |
], | |
[ | |
180.342078866, | |
9.286898839137649 | |
], | |
[ | |
180.847151725, | |
9.555189456342674 | |
], | |
[ | |
181.348399218, | |
9.468438538205987 | |
], | |
[ | |
181.849981382, | |
13.166666666666671 | |
], | |
[ | |
182.350771705, | |
9.286898839137649 | |
], | |
[ | |
182.854012617, | |
9.75206611570249 | |
], | |
[ | |
183.356824598, | |
10.149750415973386 | |
], | |
[ | |
183.858417557, | |
13.621262458471762 | |
], | |
[ | |
184.358985219, | |
9.5 | |
], | |
[ | |
184.863615026, | |
9.271523178807954 | |
], | |
[ | |
185.366131768, | |
11.22112211221122 | |
], | |
[ | |
185.871212993, | |
13.266998341625197 | |
], | |
[ | |
186.375011188, | |
9.884678747940683 | |
], | |
[ | |
186.880084073, | |
10.726072607260733 | |
], | |
[ | |
187.381500449, | |
11.0 | |
], | |
[ | |
187.886592226, | |
15.927750410509034 | |
], | |
[ | |
188.310553926, | |
16.895874263261305 | |
], | |
[ | |
188.815621572, | |
15.614617940199338 | |
], | |
[ | |
189.318342243, | |
9.060955518945633 | |
], | |
[ | |
189.822710526, | |
14.451827242524914 | |
], | |
[ | |
190.324220252, | |
9.121061359867326 | |
], | |
[ | |
190.824354067, | |
10.0 | |
], | |
[ | |
191.324651899, | |
10.132890365448503 | |
], | |
[ | |
191.824977116, | |
14.524207011686144 | |
], | |
[ | |
192.328664702, | |
13.101160862354888 | |
], | |
[ | |
192.830392939, | |
9.933774834437088 | |
], | |
[ | |
193.330764736, | |
9.484193011647264 | |
], | |
[ | |
193.831337223, | |
16.58374792703151 | |
], | |
[ | |
194.333106847, | |
12.292358803986716 | |
], | |
[ | |
194.837365261, | |
9.966777408637867 | |
], | |
[ | |
195.338101699, | |
11.129568106312291 | |
], | |
[ | |
195.840629177, | |
13.95348837209302 | |
], | |
[ | |
196.34376032, | |
9.405940594059402 | |
], | |
[ | |
196.843863422, | |
8.681135225375627 | |
], | |
[ | |
197.344342377, | |
10.465116279069761 | |
], | |
[ | |
197.845555177, | |
15.74539363484088 | |
], | |
[ | |
198.349279007, | |
9.060955518945633 | |
], | |
[ | |
198.84937737, | |
10.465116279069761 | |
], | |
[ | |
199.349628354, | |
11.111111111111114 | |
], | |
[ | |
199.850129762, | |
14.357262103505846 | |
], | |
[ | |
200.350273262, | |
9.866220735785959 | |
], | |
[ | |
200.851958499, | |
9.602649006622528 | |
], | |
[ | |
201.35207777, | |
11.314475873544097 | |
], | |
[ | |
201.852397452, | |
13.333333333333329 | |
], | |
[ | |
202.353266387, | |
9.348914858096819 | |
], | |
[ | |
202.853796085, | |
9.933774834437088 | |
], | |
[ | |
203.356530284, | |
10.333333333333343 | |
], | |
[ | |
203.858690952, | |
12.624584717607974 | |
], | |
[ | |
204.36379639, | |
9.523809523809518 | |
], | |
[ | |
204.868581367, | |
8.774834437086085 | |
], | |
[ | |
205.369471168, | |
10.149750415973386 | |
], | |
[ | |
205.869970523, | |
13.166666666666671 | |
], | |
[ | |
206.372293878, | |
9.602649006622528 | |
], | |
[ | |
206.872566622, | |
9.380234505862646 | |
], | |
[ | |
207.373138213, | |
12.12624584717608 | |
], | |
[ | |
207.873958623, | |
13.333333333333329 | |
], | |
[ | |
208.378379221, | |
9.421487603305792 | |
], | |
[ | |
208.881766561, | |
9.586776859504127 | |
], | |
[ | |
209.386860724, | |
11.295681063122913 | |
], | |
[ | |
209.888889337, | |
13.576158940397349 | |
], | |
[ | |
210.390834437, | |
9.31780366056573 | |
], | |
[ | |
210.895320961, | |
9.868421052631575 | |
], | |
[ | |
211.396436573, | |
12.458471760797337 | |
], | |
[ | |
211.897648904, | |
11.647254575707152 | |
], | |
[ | |
212.39902832, | |
8.970099667774093 | |
], | |
[ | |
212.903203692, | |
9.555189456342674 | |
], | |
[ | |
213.406441437, | |
10.927152317880797 | |
], | |
[ | |
213.907003243, | |
13.266998341625197 | |
], | |
[ | |
214.407188194, | |
9.484193011647264 | |
], | |
[ | |
214.9082433, | |
9.666666666666671 | |
], | |
[ | |
215.40832821, | |
12.833333333333329 | |
], | |
[ | |
215.913396434, | |
13.079470198675494 | |
], | |
[ | |
216.418124156, | |
9.735973597359731 | |
], | |
[ | |
216.918309547, | |
9.849749582637742 | |
], | |
[ | |
217.420879343, | |
12.748344370860934 | |
], | |
[ | |
217.924164147, | |
11.608623548922054 | |
], | |
[ | |
218.429291369, | |
9.884678747940683 | |
], | |
[ | |
218.934148214, | |
8.774834437086085 | |
], | |
[ | |
219.435373581, | |
11.98003327787022 | |
], | |
[ | |
219.939696197, | |
11.22112211221122 | |
], | |
[ | |
220.44395521, | |
9.210526315789465 | |
], | |
[ | |
220.949080084, | |
9.586776859504127 | |
], | |
[ | |
221.454145033, | |
12.748344370860934 | |
], | |
[ | |
221.956567318, | |
10.447761194029852 | |
], | |
[ | |
222.457524758, | |
10.815307820299509 | |
], | |
[ | |
222.962566581, | |
9.735973597359731 | |
], | |
[ | |
223.462799935, | |
13.95348837209302 | |
], | |
[ | |
223.964726546, | |
10.48252911813644 | |
], | |
[ | |
224.464899665, | |
9.966777408637867 | |
], | |
[ | |
224.96841077, | |
9.933774834437088 | |
], | |
[ | |
225.468480675, | |
13.5 | |
], | |
[ | |
225.970472464, | |
10.183639398998338 | |
], | |
[ | |
226.473428186, | |
10.231023102310232 | |
], | |
[ | |
226.973661552, | |
8.94039735099338 | |
], | |
[ | |
227.474393617, | |
12.395309882747057 | |
], | |
[ | |
227.97944966, | |
11.57024793388429 | |
], | |
[ | |
228.484521299, | |
8.910891089108901 | |
], | |
[ | |
228.98967326, | |
9.256198347107443 | |
], | |
[ | |
229.489937866, | |
13.833333333333329 | |
], | |
[ | |
229.990425127, | |
11.258278145695371 | |
], | |
[ | |
230.493631951, | |
10.578512396694222 | |
], | |
[ | |
230.997990196, | |
9.302325581395351 | |
], | |
[ | |
231.498495789, | |
9.650582362728784 | |
], | |
[ | |
231.999080948, | |
10.247933884297524 | |
], | |
[ | |
232.499401487, | |
9.364548494983282 | |
], | |
[ | |
232.999569623, | |
9.166666666666671 | |
], | |
[ | |
233.500700526, | |
9.61857379767828 | |
], | |
[ | |
234.005815379, | |
9.256198347107443 | |
], | |
[ | |
234.510883795, | |
10.180623973727421 | |
], | |
[ | |
235.013047047, | |
8.985024958402661 | |
], | |
[ | |
235.517380821, | |
9.240924092409244 | |
], | |
[ | |
236.01951194, | |
9.151414309484196 | |
], | |
[ | |
236.524504557, | |
9.10596026490066 | |
], | |
[ | |
237.028742935, | |
9.719934102141679 | |
], | |
[ | |
237.531188374, | |
9.484193011647264 | |
], | |
[ | |
238.032201123, | |
10.447761194029852 | |
], | |
[ | |
238.532419072, | |
9.966777408637867 | |
], | |
[ | |
239.033054465, | |
10.183639398998338 | |
], | |
[ | |
239.533216196, | |
10.29900332225914 | |
], | |
[ | |
240.03481015, | |
9.784411276948589 | |
], | |
[ | |
240.539612836, | |
9.271523178807954 | |
], | |
[ | |
241.039811634, | |
10.0 | |
], | |
[ | |
241.542302464, | |
13.576158940397349 | |
], | |
[ | |
242.047395194, | |
9.10596026490066 | |
], | |
[ | |
242.552269196, | |
9.090909090909093 | |
], | |
[ | |
243.053146624, | |
10.596026490066222 | |
], | |
[ | |
243.553334762, | |
9.015025041736223 | |
], | |
[ | |
244.056398671, | |
9.468438538205987 | |
], | |
[ | |
244.556472221, | |
9.650582362728784 | |
], | |
[ | |
245.056643297, | |
9.364548494983282 | |
], | |
[ | |
245.5568482, | |
9.784411276948589 | |
], | |
[ | |
246.057721807, | |
10.666666666666671 | |
], | |
[ | |
246.559147024, | |
9.784411276948589 | |
], | |
[ | |
247.061939593, | |
12.312811980033274 | |
], | |
[ | |
247.538124363, | |
10.507880910683014 | |
], | |
[ | |
248.040612004, | |
16.390728476821195 | |
], | |
[ | |
248.541953128, | |
9.61857379767828 | |
], | |
[ | |
249.043305235, | |
8.970099667774093 | |
], | |
[ | |
249.544232577, | |
14.0 | |
], | |
[ | |
250.047787128, | |
9.63455149501661 | |
], | |
[ | |
250.550605702, | |
9.286898839137649 | |
], | |
[ | |
251.055139241, | |
10.049423393739701 | |
], | |
[ | |
251.555703751, | |
16.33333333333333 | |
], | |
[ | |
252.056362656, | |
10.96345514950167 | |
], | |
[ | |
252.561289048, | |
10.543657331136728 | |
], | |
[ | |
253.063516908, | |
9.71524288107203 | |
], | |
[ | |
253.568590754, | |
13.770491803278688 | |
], | |
[ | |
254.071487779, | |
10.264900662251648 | |
], | |
[ | |
254.572210939, | |
11.705685618729106 | |
], | |
[ | |
255.072386873, | |
10.666666666666671 | |
], | |
[ | |
255.574262237, | |
14.569536423841058 | |
], | |
[ | |
256.079454433, | |
9.933774834437088 | |
], | |
[ | |
256.5816357, | |
9.719934102141679 | |
], | |
[ | |
257.086737679, | |
8.78938640132671 | |
], | |
[ | |
257.591127021, | |
16.474464579901152 | |
], | |
[ | |
258.095470559, | |
9.586776859504127 | |
], | |
[ | |
258.436790645, | |
8.292682926829258 | |
] | |
]; | |
// 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