Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions | Variables
python.MemoryProfiler Namespace Reference

Functions

def output (name)
 

Variables

string __version__ = '1.0.0'
 
string __author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)'
 

Function Documentation

◆ output()

def python.MemoryProfiler.output (   name)

Definition at line 12 of file MemoryProfiler.py.

12 def output( name ):
13  import MemoryTracker
14  MemoryTracker.configure( MemoryTracker.PROFILE | MemoryTracker.configure() )
15  MemoryTracker._symbname( name )
16 
17  import Auditor
18  Auditor.GlobalSettings[ 'label' ] = name

Variable Documentation

◆ __author__

string python.MemoryProfiler.__author__ = 'Wim Lavrijsen (WLavrijsen@lbl.gov)'
private

Definition at line 7 of file MemoryProfiler.py.

◆ __version__

string python.MemoryProfiler.__version__ = '1.0.0'
private

Definition at line 6 of file MemoryProfiler.py.