Retrieve additional IC/TS statistics with getattribute & get_image_info()#1438
Merged
lgritz merged 1 commit intoAcademySoftwareFoundation:masterfrom Jun 27, 2016
Merged
Conversation
Collaborator
Author
|
Any opinions on this, @sorenr ? |
…fo().
Additional IC-wide (and TS-wide) queries for getattribute():
total_files
all_filenames
And now a variety of per-file statistics may be retrieved via
get_image_info():
broken
stat:tilesread
stat:bytesread
stat:redundant_tiles
stat:redundant_bytesread
stat:timesopened
stat:iotime
stat:mipused
stat:is_duplicate
Collaborator
Author
|
Soren says good. |
GerHobbelt
pushed a commit
to GerHobbelt/oiio
that referenced
this pull request
Dec 10, 2024
* 'Existing Install Hints' fix Errors in some CMake variable names resulting in: - being ignored: 'DExpat_...' instead of 'Dexpat_...' - error: 'pybind11_ROOT' instead of 'Dpybind11_ROOT' Signed-off-by: Derek Severin <severinderek@gmail.com> * 'PYTHON_PATH' instead of 'PYTHONPATH' Use of wrong variable 'PYTHONPATH' instead of 'PYTHON_PATH'. 'PYTHONPATH' might not be defined and can contain more than a single path, resulting in invalid values for the 3 variables 'DPython_LIBRARY', 'DPython_INCLUDE_DIR', 'DPython_EXECUTABLE' provided to cmake. Signed-off-by: Derek Severin <severinderek@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Additional IC-wide (and TS-wide) queries for getattribute():
And now a variety of per-file statistics may be retrieved via
get_image_info():