Snapshot of all alive ImageRefs.

Hierarchy (view full)

Constructors

Properties

imageRefProfiles: ImageRefProfile[]

Detailed profiles of all alive ImageRefs.

totalMemoryConsumption: number

Estimation of total memory consumption of ImageRefs.

Default is 0

Methods

  • Parameters

    Returns {
        imageRefProfiles?: (undefined | {
            imageInfo?: {
                bitmapMemoryConsumption?: number;
                hibernationMemoryConsumption?: number;
                serialize?: any;
            };
            imageSource?: null | {
                filePath?: null | string;
                type?: ImageSourceType;
                serialize?: any;
            };
            refInfo?: {
                serializedReferences?: number;
                strongReferences?: number;
                timestampCreated?: number;
                uniqueId?: string;
                serialize?: any;
            };
            serialize?: any;
        })[];
        totalMemoryConsumption?: number;
        serialize?: any;
    }

    • Optional imageRefProfiles?: (undefined | {
          imageInfo?: {
              bitmapMemoryConsumption?: number;
              hibernationMemoryConsumption?: number;
              serialize?: any;
          };
          imageSource?: null | {
              filePath?: null | string;
              type?: ImageSourceType;
              serialize?: any;
          };
          refInfo?: {
              serializedReferences?: number;
              strongReferences?: number;
              timestampCreated?: number;
              uniqueId?: string;
              serialize?: any;
          };
          serialize?: any;
      })[]

      Detailed profiles of all alive ImageRefs.

    • Optional totalMemoryConsumption?: number

      Estimation of total memory consumption of ImageRefs.

      Default is 0