Gegl.Stats¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
Number of active worker threads |
||
r |
Number of assigned worker threads |
||
r |
Total size of scratch memory |
||
r |
Whether there is work queued for the swap |
||
r |
Size of the swap file |
||
r |
Whether the swap queue is full |
||
r |
Number of times writing to the swap has been stalled, due to a full queue |
||
r |
Total size of the data queued for writing to the swap |
||
r |
Total amount of data read from the swap |
||
r |
Whether data is being read from the swap |
||
r |
Total size of the data in the swap |
||
r |
Total size of if the data in the swap if no compression was employed in bytes |
||
r |
Total amount of data written to the swap |
||
r |
Whether data is being written to the swap |
||
r |
Total size of tile-allocator memory |
||
r |
Number of tile cache hits |
||
r |
Number of tile cache misses |
||
r |
Total size of tile cache in bytes |
||
r |
Maximal total size of tile cache throughout the session in bytes |
||
r |
Total size of tile cache if no compression was employed in bytes |
||
r |
Total size of data processed by the zoom tile handler |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gegl.Stats(**kwargs)¶
- Bases:
- Abstract:
No
Property Details¶
- Gegl.Stats.props.active_threads¶
-
Number of active worker threads
- Gegl.Stats.props.assigned_threads¶
-
Number of assigned worker threads
- Gegl.Stats.props.scratch_total¶
-
Total size of scratch memory
- Gegl.Stats.props.swap_busy¶
-
Whether there is work queued for the swap
- Gegl.Stats.props.swap_file_size¶
-
Size of the swap file
- Gegl.Stats.props.swap_queue_full¶
-
Whether the swap queue is full
- Gegl.Stats.props.swap_queue_stalls¶
-
Number of times writing to the swap has been stalled, due to a full queue
- Gegl.Stats.props.swap_queued_total¶
-
Total size of the data queued for writing to the swap
- Gegl.Stats.props.swap_read_total¶
-
Total amount of data read from the swap
- Gegl.Stats.props.swap_reading¶
-
Whether data is being read from the swap
- Gegl.Stats.props.swap_total¶
-
Total size of the data in the swap
- Gegl.Stats.props.swap_total_uncompressed¶
-
Total size of if the data in the swap if no compression was employed in bytes
- Gegl.Stats.props.swap_write_total¶
-
Total amount of data written to the swap
- Gegl.Stats.props.swap_writing¶
-
Whether data is being written to the swap
- Gegl.Stats.props.tile_alloc_total¶
-
Total size of tile-allocator memory
- Gegl.Stats.props.tile_cache_hits¶
-
Number of tile cache hits
- Gegl.Stats.props.tile_cache_misses¶
-
Number of tile cache misses
- Gegl.Stats.props.tile_cache_total¶
-
Total size of tile cache in bytes
- Gegl.Stats.props.tile_cache_total_max¶
-
Maximal total size of tile cache throughout the session in bytes
- Gegl.Stats.props.tile_cache_total_uncompressed¶
-
Total size of tile cache if no compression was employed in bytes