performance_read_memory_data

performance_read_memory_data(memory_file)[source]

Get the memusage data.

An example of the csv file: task_key,min_memory_mb,max_memory_mb create_visibility_from_ms-6d4df60d-244b-4a45-8dca-a7d96b676455,219.80859375,7651.37109375 getitem-ab6cb10a048f6d5efce69194feafa125,0,0 performance_visibility-2dfe2b3a-e160-4724-a5e6-aed82bf0721c,0,0 create_visibility_from_ms-724c98e9-279b-44ef-92d6-06e689b037a2,223.72265625,7642.13671875

The task_key is split into task and key. The memory values are converted to GB.

Parameters:

memory_file – Dictionary containing sequences of maximum and minimum memory for each function sampled

Returns: