buffer: gather statistics
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
|
||||
networkDataBegin:
|
||||
; buffers for incoming and outgoing messages
|
||||
netBuffersUsed: .byte 1
|
||||
netBuffersMaxUsed: .byte 1
|
||||
netBuffersFree: .byte 1
|
||||
netBuffers: .byte NET_BUFFERS_NUM*NET_BUFFERS_SIZE
|
||||
netRingBufferMsgNumIn: .byte RINGBUFFERY_SIZE+NET_MSGNUMINBUF_SIZE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user