Skip to content

feat: add public api execution time logging

Sid Stenersen requested to merge slb/ss/tmlg into master

All relevant public APIs output execution time information, when enabled.

This includes all named methods except simple setters/getters in the following classes:

  • SDUtils
  • SDGenericDataset
  • SDHierarchicalDataset
  • GcsAccessor

Enabled by setting the SDAPI_LOGLEVEL environment variable.

Edited by Sid Stenersen

Merge request reports