Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracing: instrument time::Sleep #4072

Merged
merged 13 commits into from Sep 22, 2021

Commits on Aug 26, 2021

  1. instrument sleep

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Aug 26, 2021
    Copy the full SHA
    b1f2dde View commit details
    Browse the repository at this point in the history
  2. fmt

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Aug 26, 2021
    Copy the full SHA
    5a51dd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. change target to runtime::...

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Aug 27, 2021
    Copy the full SHA
    68de623 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. address some feedback

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Aug 31, 2021
    Copy the full SHA
    3a226df View commit details
    Browse the repository at this point in the history
  2. add cfg

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Aug 31, 2021
    Copy the full SHA
    bb3d8dc View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Copy the full SHA
    50162e4 View commit details
    Browse the repository at this point in the history
  2. fix overflow

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 3, 2021
    Copy the full SHA
    a7180b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. reset async_op span on reset

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 7, 2021
    Copy the full SHA
    b1c8f3e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. track location

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 14, 2021
    Copy the full SHA
    148a989 View commit details
    Browse the repository at this point in the history
  2. move track caller into func

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 14, 2021
    Copy the full SHA
    ad39bb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. location -> loc

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 15, 2021
    Copy the full SHA
    02a4107 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. change source

    Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
    zaharidichev committed Sep 17, 2021
    Copy the full SHA
    e404e9b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Copy the full SHA
    4e94841 View commit details
    Browse the repository at this point in the history