Big O describes the concepts of time complexity and space complexity, but is there a more general higher-level category which describes the domain of the complexity described by Big O notation?
For example, if someone brought up the topic of complexity in an application, I might ask "do you mean cyclomatic complexity or Big O complexity?". However, Big O is a notation for describing complexity, not an actual type of complexity.
Are the concepts of time complexity and space complexity distinct to the point where they are not grouped into a more formal general category? If these concepts are commonly grouped into a more general category then what is the name of that category?