PassThroughProfiler¶
- class pytorch_lightning.profiler.PassThroughProfiler(dirpath=None, filename=None, output_filename=None)[source]¶
Bases:
pytorch_lightning.profiler.base.BaseProfiler
This class should be used when you don’t want the (small) overhead of profiling. The Trainer uses this class by default.