-
Notifications
You must be signed in to change notification settings - Fork 61
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
Missing chart elements #436
Comments
This should be a new issue, I think. |
Resources Status Description: "Show the state of CPUs (SYSCALL, RUNNING, IRQ, SOFT_IRQ or IDLE) and its IRQs/SOFT_IRQs as well as its frequency."
A given row is the an aspect of the state of the CPU.
I think the main issue is we have an alignment bug in chrome. I will answer the rest in deferred time. |
The state. If a color repeats it is probably the same state. We have a limited palette so color re-use occurs.
Width = duration |
I would note, most of the issues you bring up are solved with the legend that is not yet part of the theia front end. |
Here is a list of core elements or information that are missing from certain chart types or views that make it difficult (or impossible) to use the results of the analysis. In some cases, this makes the view non-functional in practice. Related issues shown next to comment.
Chart type
Gantt Chart (Timeline chart)
ex. Resources Status, Thread Status
There is a large vertical offset between where the chart starts and where line labels start. So labels do not line up with the associated rows. (Row information is still available using the tooltip, but this isn't convenient)Time Graph: Align row labels with rows (recent Chrome only) #433Resources Status
Description: "Show the state of CPUs (SYSCALL, RUNNING, IRQ, SOFT_IRQ or IDLE) and its IRQs/SOFT_IRQs as well as its frequency."
Thread Status
Description: "Show the hierarchy of Linux threads and their status (RUNNING, SYSCALL, IRQ, IDLE)."
XY Chart
CPU Usage
Description: "Show the CPU usage of a Linux kernel trace, returns the CPU usage per process and can be filtered by CPU core"
Disk I/O View
Description: "Show the input and output throughput for each drive on a machine"
Histogram
Description: "Show a histogram of number of events to time for a trace"
Flame Chart
Description: "Show a call stack over time"
Originally posted by @ebugden in #296 (comment)
The text was updated successfully, but these errors were encountered: