mirror of
https://gitee.com/openharmony/developtools_profiler
synced 2024-11-23 06:50:12 +00:00
add perm for smaps show -v
Signed-off-by: stesen <stesen.ma@huawei.com>
This commit is contained in:
parent
d5eab3d4c9
commit
c665b92e61
@ -121,7 +121,7 @@ fn print_smaps_verbose(infos: Vec<VmStruct>) {
|
||||
("Size", "d"),
|
||||
("Rss", "d"),
|
||||
("Pss", "d"),
|
||||
("Shared\nClean","d"),
|
||||
("Shared\nClean", "d"),
|
||||
("Shared\nDirty", "d"),
|
||||
("Private\nClean","d"),
|
||||
("Private\nDirty","d"),
|
||||
@ -131,7 +131,8 @@ fn print_smaps_verbose(infos: Vec<VmStruct>) {
|
||||
let info_keys = vec![
|
||||
("Start", ""),
|
||||
("End", ""),
|
||||
("Name", ""),
|
||||
("Perm", ""),
|
||||
("Name", "")
|
||||
];
|
||||
print_smaps_core(infos, &value_keys, &info_keys);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user