profiler.flushData Method [AX 2012]

protected void flushData(
    int lineNumber, 
    str path, 
    int microSecs, 
    int sequenceNumber, 
    int parentSequenceNumber, 
    int selectCalls, 
    int selectBytes, 
    int selectRows, 
    int sqlWaitTime, 
    int aosWaitTime, 
    int sqlInserts, 
    int sqlUpdates, 
    int sqlDeletes, 
    int aosInCalls, 
    int aosOutCalls, 
    int aosInBytes, 
    int aosOutBytes, 
   [int sqlInsertBytes, 
    int sqlInsertRows, 
    int sqlUpdateBytes, 
    int sqlUpdateRows, 
    int sqlDeleteBytes, 
    int sqlDeleteRows])

Run On

Called

Parameters

lineNumber
Type: int
path
Type: str
microSecs
Type: int
sequenceNumber
Type: int
parentSequenceNumber
Type: int
selectCalls
Type: int
selectBytes
Type: int
selectRows
Type: int
sqlWaitTime
Type: int
aosWaitTime
Type: int
sqlInserts
Type: int
sqlUpdates
Type: int
sqlDeletes
Type: int
aosInCalls
Type: int
aosOutCalls
Type: int
aosInBytes
Type: int
aosOutBytes
Type: int
sqlInsertBytes
Type: int
sqlInsertRows
Type: int
sqlUpdateBytes
Type: int
sqlUpdateRows
Type: int
sqlDeleteBytes
Type: int
sqlDeleteRows
Type: int

Community Additions

ADD
Show: