|
442 | 442 |
|
443 | 443 | <row> |
444 | 444 | <entry role="catalog_table_entry"><para role="column_definition"> |
445 | | - <structfield>jit_deform_count</structfield> <type>bigint</type> |
| 445 | + <structfield>jit_inlining_count</structfield> <type>bigint</type> |
446 | 446 | </para> |
447 | 447 | <para> |
448 | | - Total number of tuple deform functions JIT-compiled by the statement |
| 448 | + Number of times functions have been inlined |
449 | 449 | </para></entry> |
450 | 450 | </row> |
451 | 451 |
|
452 | 452 | <row> |
453 | 453 | <entry role="catalog_table_entry"><para role="column_definition"> |
454 | | - <structfield>jit_deform_time</structfield> <type>double precision</type> |
| 454 | + <structfield>jit_inlining_time</structfield> <type>double precision</type> |
455 | 455 | </para> |
456 | 456 | <para> |
457 | | - Total time spent by the statement on JIT-compiling tuple deform |
458 | | - functions, in milliseconds |
| 457 | + Total time spent by the statement on inlining functions, in milliseconds |
459 | 458 | </para></entry> |
460 | 459 | </row> |
461 | 460 |
|
462 | 461 | <row> |
463 | 462 | <entry role="catalog_table_entry"><para role="column_definition"> |
464 | | - <structfield>jit_inlining_count</structfield> <type>bigint</type> |
| 463 | + <structfield>jit_optimization_count</structfield> <type>bigint</type> |
465 | 464 | </para> |
466 | 465 | <para> |
467 | | - Number of times functions have been inlined |
| 466 | + Number of times the statement has been optimized |
468 | 467 | </para></entry> |
469 | 468 | </row> |
470 | 469 |
|
471 | 470 | <row> |
472 | 471 | <entry role="catalog_table_entry"><para role="column_definition"> |
473 | | - <structfield>jit_inlining_time</structfield> <type>double precision</type> |
| 472 | + <structfield>jit_optimization_time</structfield> <type>double precision</type> |
474 | 473 | </para> |
475 | 474 | <para> |
476 | | - Total time spent by the statement on inlining functions, in milliseconds |
| 475 | + Total time spent by the statement on optimizing, in milliseconds |
477 | 476 | </para></entry> |
478 | 477 | </row> |
479 | 478 |
|
480 | 479 | <row> |
481 | 480 | <entry role="catalog_table_entry"><para role="column_definition"> |
482 | | - <structfield>jit_optimization_count</structfield> <type>bigint</type> |
| 481 | + <structfield>jit_emission_count</structfield> <type>bigint</type> |
483 | 482 | </para> |
484 | 483 | <para> |
485 | | - Number of times the statement has been optimized |
| 484 | + Number of times code has been emitted |
486 | 485 | </para></entry> |
487 | 486 | </row> |
488 | 487 |
|
489 | 488 | <row> |
490 | 489 | <entry role="catalog_table_entry"><para role="column_definition"> |
491 | | - <structfield>jit_optimization_time</structfield> <type>double precision</type> |
| 490 | + <structfield>jit_emission_time</structfield> <type>double precision</type> |
492 | 491 | </para> |
493 | 492 | <para> |
494 | | - Total time spent by the statement on optimizing, in milliseconds |
| 493 | + Total time spent by the statement on emitting code, in milliseconds |
495 | 494 | </para></entry> |
496 | 495 | </row> |
497 | 496 |
|
498 | 497 | <row> |
499 | 498 | <entry role="catalog_table_entry"><para role="column_definition"> |
500 | | - <structfield>jit_emission_count</structfield> <type>bigint</type> |
| 499 | + <structfield>jit_deform_count</structfield> <type>bigint</type> |
501 | 500 | </para> |
502 | 501 | <para> |
503 | | - Number of times code has been emitted |
| 502 | + Total number of tuple deform functions JIT-compiled by the statement |
504 | 503 | </para></entry> |
505 | 504 | </row> |
506 | 505 |
|
507 | 506 | <row> |
508 | 507 | <entry role="catalog_table_entry"><para role="column_definition"> |
509 | | - <structfield>jit_emission_time</structfield> <type>double precision</type> |
| 508 | + <structfield>jit_deform_time</structfield> <type>double precision</type> |
510 | 509 | </para> |
511 | 510 | <para> |
512 | | - Total time spent by the statement on emitting code, in milliseconds |
| 511 | + Total time spent by the statement on JIT-compiling tuple deform |
| 512 | + functions, in milliseconds |
513 | 513 | </para></entry> |
514 | 514 | </row> |
515 | 515 | </tbody> |
|
0 commit comments