Add a public interface to check whether processor time is available
In the current implementation, only Python>=3.3 supports process_elapsed in ProcessTimer. We should have a public interface to query whether process_elapsed is available (e.g. define a global variable SUPPORTS_PROCESS_TIME).
Motivation: boxtree!72 (comment 35067)
Edited by Hao Gao