fiber: get rid of cpu_misses in fiber.top()
It doesn't make sense after switching from RDTSCP to clock_gettime(CLOCK_MONOTONIC). Part of #5869 @TarantoolBot document Title: fiber: get rid of cpu_misses in fiber.top() Since: 2.11 Remove any mentions of `cpu_misses` in `fiber.top()` description.
Showing
- changelogs/unreleased/gh-5869-remove-fiber-top-cpu_misses.md 4 additions, 0 deletionschangelogs/unreleased/gh-5869-remove-fiber-top-cpu_misses.md
- src/lib/core/fiber.c 0 additions, 5 deletionssrc/lib/core/fiber.c
- src/lib/core/fiber.h 0 additions, 3 deletionssrc/lib/core/fiber.h
- src/lua/fiber.c 0 additions, 4 deletionssrc/lua/fiber.c
- test/app/fiber.result 1 addition, 5 deletionstest/app/fiber.result
- test/app/fiber.test.lua 1 addition, 2 deletionstest/app/fiber.test.lua
Loading
Please register or sign in to comment