cudf.utils.performance_tracking.get_memory_records#

cudf.utils.performance_tracking.get_memory_records() dict[str, rmm.statistics.ProfilerRecords.MemoryRecord][source]#

Get the memory records from the memory profiling

Returns:
Dict that maps function names to memory records. Empty if
memory profiling is disabled