prax-orm 0.6.5

A next-generation, type-safe ORM for Rust inspired by Prisma
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
[
{"args":{"name":"main"},"name":"thread_name","ph":"M","pid":1,"tid":0},
{".file":"examples/profile_tracing.rs",".line":89,"cat":"profile_tracing","name":"run_workload","ph":"B","pid":1,"tid":0,"ts":61.434},
{".file":"examples/profile_tracing.rs",".line":105,"cat":"profile_tracing","name":"profile_schema_parsing","ph":"B","pid":1,"tid":0,"ts":74.18},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":75.04},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":119.548},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":129.623},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":161.62},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":191.405},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":219.319},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":242.207},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":262.936},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":285.9},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":320.867},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":340.756},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":375.01},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":396.135},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":415.545},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":436.917},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":453.313},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":473.988},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":490.161},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":510.857},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":527.253},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":548.315},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":584.316},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":605.874},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":641.393},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":662.456},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":701.977},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":723.735},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":748.927},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":769.954},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":807.713},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":829.558},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":864.115},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":884.475},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":921.783},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":943.317},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":965.609},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":986.825},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1022.203},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1042.728},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1059.984},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1079.998},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1097.276},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1116.871},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1152.975},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1172.519},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1211.542},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1233.153},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1269.63},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1293.402},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1331.247},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1351.471},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1386.72},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1407.673},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1446.188},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1465.477},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1506.084},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1528.638},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1546.155},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1547.289},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1558.102},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1558.87},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1568.683},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1569.58},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1580.329},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1602.43},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1640.94},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1660.607},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1694.959},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1760.876},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1798.911},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1820.41},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1856.981},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1876.677},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1912.859},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1932.326},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":1968.615},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":1988.68},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2023.949},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2043.386},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2079.757},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2099.737},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2138.428},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2162.769},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2202.941},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2222.899},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2260.467},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2281.407},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2318.745},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2339.867},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2356.182},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2379.031},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2428.09},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2451.444},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2491.258},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2513.844},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2551.716},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2572.748},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2610.69},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"B","pid":1,"tid":0,"ts":2631.562},
{".file":"examples/profile_tracing.rs",".line":131,"cat":"profile_tracing","name":"parse_schema_work","ph":"E","pid":1,"tid":0,"ts":2667.401},
{".file":"examples/profile_tracing.rs",".line":105,"cat":"profile_tracing","name":"profile_schema_parsing","ph":"E","pid":1,"tid":0,"ts":2717.94},
{".file":"examples/profile_tracing.rs",".line":136,"cat":"profile_tracing","name":"profile_query_building","ph":"B","pid":1,"tid":0,"ts":2739.105},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2760.305},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2781.852},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2800.734},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2821.419},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2844.044},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2864.194},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2887.326},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2907.821},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2908.781},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2909.76},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2910.102},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2910.779},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2911.085},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2911.772},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2912.012},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2912.642},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2912.902},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2913.591},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2913.841},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2914.781},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2915.02},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2915.533},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2915.773},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2916.266},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2916.511},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2917.072},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2917.308},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2917.887},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2918.124},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2918.743},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2918.979},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2919.501},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2919.739},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2920.284},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2920.531},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2921.03},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2921.27},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2921.78},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2922.017},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2922.508},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2922.746},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2923.289},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2923.526},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2924.02},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2924.256},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2924.778},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2925.02},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2925.514},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2925.755},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2926.301},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2926.792},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2927.344},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2927.582},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2928.313},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2928.549},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2929.146},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2929.429},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2929.948},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2930.183},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2930.645},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2930.88},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2931.355},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2931.591},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2932.029},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2932.263},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2932.731},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2932.967},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2933.413},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2933.648},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2934.119},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2934.356},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2934.796},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2935.035},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2935.495},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2935.786},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2936.225},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2936.46},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2936.92},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2937.155},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2937.728},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2938.025},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2938.767},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2939.017},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2939.658},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2939.892},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2940.567},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2940.843},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2941.524},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2941.758},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2943.613},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2943.871},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2944.674},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2944.922},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2945.484},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2945.719},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2946.333},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2946.572},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2947.203},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2947.441},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2948.303},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2948.541},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2949.099},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2949.335},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2950.059},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2950.299},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2950.821},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2951.058},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2951.745},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2951.98},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2952.453},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2952.689},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2953.614},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2954.525},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2955.078},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2955.333},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2956.036},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2956.273},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2956.759},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2956.997},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2957.68},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2957.919},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2958.404},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2958.64},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2959.538},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2959.776},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2960.234},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2960.476},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2961.352},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2961.649},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2962.271},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2962.509},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2963.367},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2963.655},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2964.061},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2964.367},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2964.833},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2965.069},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2965.505},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2965.743},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2966.334},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2966.569},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2967.115},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2967.353},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2994.227},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2995.634},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2996.534},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2996.918},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2997.812},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2998.104},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2998.692},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":2998.961},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":2999.817},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3000.183},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3000.718},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3000.959},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3001.706},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3001.949},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3002.502},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3002.748},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3003.722},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3003.963},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3004.555},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3004.8},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3006.279},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3006.528},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3007.119},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3007.368},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3008.223},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3008.468},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3009.013},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3009.253},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3009.974},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3010.219},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3010.739},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3012.378},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3012.982},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3013.221},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3013.744},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3013.99},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3014.486},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3014.728},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3015.165},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3015.412},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3016.173},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3016.417},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3017.347},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3017.59},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3018.316},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3018.558},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3019.189},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3019.431},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3020.239},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3020.557},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3021.043},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3021.289},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3022.084},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3022.323},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3025.384},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"B","pid":1,"tid":0,"ts":3026.109},
{".file":"examples/profile_tracing.rs",".line":144,"cat":"profile_tracing","name":"build_query_work","ph":"E","pid":1,"tid":0,"ts":3026.905},
{".file":"examples/profile_tracing.rs",".line":136,"cat":"profile_tracing","name":"profile_query_building","ph":"E","pid":1,"tid":0,"ts":3050.648},
{".file":"examples/profile_tracing.rs",".line":156,"cat":"profile_tracing","name":"profile_filters","ph":"B","pid":1,"tid":0,"ts":3070.388},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3071.15},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3072.175},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3073.107},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3075.579},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3075.976},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3076.182},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3076.724},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3076.985},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3077.385},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3077.569},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3077.914},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3078.119},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3078.488},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3078.692},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3079.063},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3079.251},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3079.602},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3079.8},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3080.145},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3080.381},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3080.715},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3080.908},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3081.245},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3081.439},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3081.754},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3081.947},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3082.284},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3082.46},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3082.792},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3082.989},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3083.313},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3083.503},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3083.975},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3084.174},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3084.83},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3085.083},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3085.428},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3085.605},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3085.928},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3086.18},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3086.52},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3086.711},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3087.198},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3087.483},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3087.804},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3087.976},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3088.35},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3088.617},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3088.988},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3089.264},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3089.598},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3089.802},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3090.288},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3090.471},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3090.798},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3091.053},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3091.373},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3091.623},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3092.043},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3092.459},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3092.775},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3092.945},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3093.501},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3093.68},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3093.993},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3094.775},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3095.096},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3095.354},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3095.678},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3096.035},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3096.343},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3096.567},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3096.95},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3097.121},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3097.433},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3097.687},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3100.336},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3100.837},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3101.131},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3101.319},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3101.757},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3101.926},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3102.433},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3102.609},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3102.924},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3103.607},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3103.894},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3104.209},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3104.504},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3104.851},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3105.147},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3105.319},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3105.711},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3105.904},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3106.252},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3106.569},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3107.392},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3107.683},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3107.974},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3108.235},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3108.581},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3108.882},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3109.206},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3109.39},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3109.893},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3110.064},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3110.608},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3110.808},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3111.194},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3111.367},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3112.773},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3113.11},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3113.419},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3113.638},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3113.951},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3114.167},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3114.482},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3114.82},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3115.116},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3115.307},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3115.75},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3115.919},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3116.233},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3116.452},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3116.76},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3116.932},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3117.243},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3117.781},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3118.093},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3118.264},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3118.573},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3118.754},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3119.067},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3119.238},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3119.557},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3119.729},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3120.042},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3120.216},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3120.528},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3120.696},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3121.012},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3121.194},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3121.51},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3121.685},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3122.003},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3122.176},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3122.682},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3122.853},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3123.163},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3123.335},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3123.664},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3123.833},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3124.144},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3124.321},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3124.632},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3124.802},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3125.159},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3125.336},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3130.308},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3130.613},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3131.031},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3131.208},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3131.548},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3131.854},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3132.192},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3132.371},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3132.692},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3132.866},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3133.189},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3133.438},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3133.759},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3133.936},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3134.251},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3137.721},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3138.171},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3138.345},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3138.664},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3138.919},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3139.237},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3139.414},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3139.734},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3139.907},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3140.233},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3140.41},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3140.729},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3140.902},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3141.224},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3141.399},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3141.72},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3145.308},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3145.892},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3146.066},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3146.39},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3146.574},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3146.896},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3147.074},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3147.459},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3147.632},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"B","pid":1,"tid":0,"ts":3147.953},
{".file":"examples/profile_tracing.rs",".line":164,"cat":"profile_tracing","name":"build_filter_work","ph":"E","pid":1,"tid":0,"ts":3148.126},
{".file":"examples/profile_tracing.rs",".line":156,"cat":"profile_tracing","name":"profile_filters","ph":"E","pid":1,"tid":0,"ts":3151.974},
{".file":"examples/profile_tracing.rs",".line":89,"cat":"profile_tracing","name":"run_workload","ph":"E","pid":1,"tid":0,"ts":3154.152}
]