riptable.rt_ledger

Classes

MathLedger

MathLedger class for tracking math calculations and times

class riptable.rt_ledger.MathLedger

Bases: riptable.rt_struct.Struct

MathLedger class for tracking math calculations and times

DOCRC: bool = False
DebugUFunc: bool = False
Verbose: int = 1
VerboseConversion: int = 1
classmethod _ARRAY_UFUNC(func, ufunc, method, *args, **kwargs)
classmethod _ASTYPE(func, dtype, *args, **kwargs)

use numpy astype

classmethod _AS_FA_TYPE(faself, dtypenum, *args, **kwargs)

use multithreaded conversion preserving sentinels

classmethod _AS_FA_TYPE_UNSAFE(faself, dtypenum, *args, **kwargs)

use multithreaded conversion NOT preserving sentinels

classmethod _BASICMATH_ONE_INPUT(tupleargs, fastfunction, final_num)
classmethod _BASICMATH_TWO_INPUTS(tupleargs, fastfunction, final_num)
classmethod _COPY(func, *args, **kwargs)
classmethod _FUNNEL_ALL(func, *args, **kwargs)
classmethod _GETITEM(func, *args)
classmethod _INDEX_BOOL(*args)
classmethod _LCLEAR()
classmethod _LDUMP(dataset=True)
classmethod _LOFF()
classmethod _LON()
classmethod _Ledger()
classmethod _LedgerClear()
classmethod _LedgerDump(dataset=True)
classmethod _LedgerDumpFile(filename)
classmethod _LedgerOff()
classmethod _LedgerOn()
classmethod _MBGET(*args)
classmethod _REDUCE(arg1, reduceFunc)
classmethod _TRACEBACK(func)

print the callback stack to help with debugging