mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
09aa9e6792
- list_to_range and range_to_list convert between lists of integers and corresponding range strings, e.g. between [0,1,2,4] and '0-2,4' - list_to_mask and mask_to_list convert between lists of integers and corresponding integer masks, e.g. between [0,1,2,4] and 0x17 Conflicts: wlauto/utils/misc.py