Memory sorting

class Sort(all_info)

The constructor of a memory sort object.

Parameters:

all_info (AllInfo) – The system information

Example:

sort_method = gala.Sort(all_info)
sort_method.setPeriod(300)
app.add(sort_method)