mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: include time as fractions for marks
This allows more easily calculating the horizontal position of marks and their duration from charts.
This commit is contained in:
@ -125,7 +125,8 @@ sysprof_document_get_item (GListModel *model,
|
||||
(gconstpointer)&self->base[ptr->offset],
|
||||
ptr->length,
|
||||
self->needs_swap,
|
||||
self->header.time);
|
||||
self->header.time,
|
||||
self->header.end_time);
|
||||
|
||||
/* Annotate processes with pre-calculated info */
|
||||
if (SYSPROF_IS_DOCUMENT_PROCESS (ret))
|
||||
|
||||
Reference in New Issue
Block a user