Opened 4 months ago
Last modified 4 months ago
#18952 new bug
profiler doesn't take interrupt time into account
Reported by: | waddlesplash | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/Kernel | Version: | R1/beta4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Even after recent fixes, the profiler still seems to miss a lot of ticks. One potential source of these missed ticks may be time spent in interrupt handlers. At present, the scheduler does track this time, but it's stored in an internal field and not exported into the thread data like kernel_time and user_time.
Note:
See TracTickets
for help on using tickets.
Windows task manager have separate interrupt time statistic. It would be nice to have something similar in Haiku too (show it in ProcessController).