mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Merge branch 'gsize-format' into 'master'
tests: use G_GSIZE_FORMAT instead of G_GUINT64_FORMAT for gsize Closes #32 See merge request GNOME/sysprof!24
This commit is contained in:
@ -109,7 +109,7 @@ allocs_by_size (SysprofCaptureReader *reader)
|
||||
{
|
||||
const Item *item = &g_array_index (ar, Item, i);
|
||||
|
||||
g_print ("%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT",%"G_GUINT64_FORMAT"\n",
|
||||
g_print ("%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT",%"G_GSIZE_FORMAT"\n",
|
||||
item->size, item->cmp, item->count);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user