Skip to content

perf: test on performance with logging #11

@allankoechke

Description

@allankoechke

Current branch uses print statements for logging messages to the MaxScript listener. The print statements are bit too noisy but relevant in debugging process, as such, there's need to evaluate different options for logging these messages and the corresponding perfomance penalty.

Base case: No print statements
Evaluate:

  • writing to /dev/null
  • logging library in Python
  • default sys.stdout for Python
  • etc.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions