Gegl.Stats

g GObject.Object GObject.Object Gegl.Stats Gegl.Stats GObject.Object->Gegl.Stats

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Name

Type

Flags

Short Description

active-threads

int

r

Number of active worker threads

assigned-threads

int

r

Number of assigned worker threads

scratch-total

int

r

Total size of scratch memory

swap-busy

bool

r

Whether there is work queued for the swap

swap-file-size

int

r

Size of the swap file

swap-queue-full

bool

r

Whether the swap queue is full

swap-queue-stalls

int

r

Number of times writing to the swap has been stalled, due to a full queue

swap-queued-total

int

r

Total size of the data queued for writing to the swap

swap-read-total

int

r

Total amount of data read from the swap

swap-reading

bool

r

Whether data is being read from the swap

swap-total

int

r

Total size of the data in the swap

swap-total-uncompressed

int

r

Total size of if the data in the swap if no compression was employed in bytes

swap-write-total

int

r

Total amount of data written to the swap

swap-writing

bool

r

Whether data is being written to the swap

tile-alloc-total

int

r

Total size of tile-allocator memory

tile-cache-hits

int

r

Number of tile cache hits

tile-cache-misses

int

r

Number of tile cache misses

tile-cache-total

int

r

Total size of tile cache in bytes

tile-cache-total-max

int

r

Maximal total size of tile cache throughout the session in bytes

tile-cache-total-uncompressed

int

r

Total size of tile cache if no compression was employed in bytes

zoom-total

int

r

Total size of data processed by the zoom tile handler

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class Gegl.Stats(**kwargs)
Bases:

GObject.Object

Abstract:

No

Property Details

Gegl.Stats.props.active_threads
Name:

active-threads

Type:

int

Default Value:

0

Flags:

READABLE

Number of active worker threads

Gegl.Stats.props.assigned_threads
Name:

assigned-threads

Type:

int

Default Value:

0

Flags:

READABLE

Number of assigned worker threads

Gegl.Stats.props.scratch_total
Name:

scratch-total

Type:

int

Default Value:

0

Flags:

READABLE

Total size of scratch memory

Gegl.Stats.props.swap_busy
Name:

swap-busy

Type:

bool

Default Value:

False

Flags:

READABLE

Whether there is work queued for the swap

Gegl.Stats.props.swap_file_size
Name:

swap-file-size

Type:

int

Default Value:

0

Flags:

READABLE

Size of the swap file

Gegl.Stats.props.swap_queue_full
Name:

swap-queue-full

Type:

bool

Default Value:

False

Flags:

READABLE

Whether the swap queue is full

Gegl.Stats.props.swap_queue_stalls
Name:

swap-queue-stalls

Type:

int

Default Value:

0

Flags:

READABLE

Number of times writing to the swap has been stalled, due to a full queue

Gegl.Stats.props.swap_queued_total
Name:

swap-queued-total

Type:

int

Default Value:

0

Flags:

READABLE

Total size of the data queued for writing to the swap

Gegl.Stats.props.swap_read_total
Name:

swap-read-total

Type:

int

Default Value:

0

Flags:

READABLE

Total amount of data read from the swap

Gegl.Stats.props.swap_reading
Name:

swap-reading

Type:

bool

Default Value:

False

Flags:

READABLE

Whether data is being read from the swap

Gegl.Stats.props.swap_total
Name:

swap-total

Type:

int

Default Value:

0

Flags:

READABLE

Total size of the data in the swap

Gegl.Stats.props.swap_total_uncompressed
Name:

swap-total-uncompressed

Type:

int

Default Value:

0

Flags:

READABLE

Total size of if the data in the swap if no compression was employed in bytes

Gegl.Stats.props.swap_write_total
Name:

swap-write-total

Type:

int

Default Value:

0

Flags:

READABLE

Total amount of data written to the swap

Gegl.Stats.props.swap_writing
Name:

swap-writing

Type:

bool

Default Value:

False

Flags:

READABLE

Whether data is being written to the swap

Gegl.Stats.props.tile_alloc_total
Name:

tile-alloc-total

Type:

int

Default Value:

0

Flags:

READABLE

Total size of tile-allocator memory

Gegl.Stats.props.tile_cache_hits
Name:

tile-cache-hits

Type:

int

Default Value:

0

Flags:

READABLE

Number of tile cache hits

Gegl.Stats.props.tile_cache_misses
Name:

tile-cache-misses

Type:

int

Default Value:

0

Flags:

READABLE

Number of tile cache misses

Gegl.Stats.props.tile_cache_total
Name:

tile-cache-total

Type:

int

Default Value:

0

Flags:

READABLE

Total size of tile cache in bytes

Gegl.Stats.props.tile_cache_total_max
Name:

tile-cache-total-max

Type:

int

Default Value:

0

Flags:

READABLE

Maximal total size of tile cache throughout the session in bytes

Gegl.Stats.props.tile_cache_total_uncompressed
Name:

tile-cache-total-uncompressed

Type:

int

Default Value:

0

Flags:

READABLE

Total size of tile cache if no compression was employed in bytes

Gegl.Stats.props.zoom_total
Name:

zoom-total

Type:

int

Default Value:

0

Flags:

READABLE

Total size of data processed by the zoom tile handler