Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Improve reactor_tick_time metric #11724

Merged
merged 9 commits into from
Jan 17, 2022
Merged

Improve reactor_tick_time metric #11724

merged 9 commits into from
Jan 17, 2022

Commits on Jan 11, 2022

  1. Move the GC metrics out to their own file

    Move the manual GC code into its own function, and then move that, and all the
    other GC stuff, out to a separate file.
    richvdh committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    6c821fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05bdebd View commit details
    Browse the repository at this point in the history
  3. changelog

    richvdh committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    fb74ba7 View commit details
    Browse the repository at this point in the history
  4. Avoid GC management in unit tests

    Register the GC management task explicitly, so that it doesn't happen during
    unit tests.
    richvdh committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    45051e8 View commit details
    Browse the repository at this point in the history
  5. Remove python_twisted_reactor_pending_calls

    I don't think it's terribly useful, and it is a bit of a pain to measure.
    richvdh committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    3dbc342 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f55267 View commit details
    Browse the repository at this point in the history
  7. changelog

    richvdh committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    584e2e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Configuration menu
    Copy the full SHA
    93207af View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    c89abc2 View commit details
    Browse the repository at this point in the history