mirror of
https://github.com/Zenithsiz/ftmemsim.git
synced 2026-02-03 17:52:16 +00:00
Reduced size of allocation points in page-migrations graph.
This commit is contained in:
parent
9cc659d7ea
commit
05de904d92
@ -90,7 +90,7 @@ fn draw_page_migrations(cmd_args: &args::PageMigrations) -> Result<(), anyhow::E
|
||||
PlotOption::Caption("Page allocations"),
|
||||
PlotOption::Color("blue"),
|
||||
PlotOption::PointSymbol('O'),
|
||||
PlotOption::PointSize(2.0 * cmd_args.point_size),
|
||||
PlotOption::PointSize(1.5 * cmd_args.point_size),
|
||||
]);
|
||||
|
||||
for (migration_idx, (&(prev_mem_idx, cur_mem_idx), points_migrations)) in points_migrations_all.iter().enumerate() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user