:orphan: .. title:: NET_PKT_RXTIME_STATS_DETAIL .. option:: CONFIG_NET_PKT_RXTIME_STATS_DETAIL *Get extra receive detail statistics in RX path* Type: ``bool`` Help ==== Store receive statistics detail information in certain key points in RX path. This is very special configuration and will increase the size of net_pkt so in typical cases you should not enable it. The extra statistics can be seen in net-shell using "net stats" command. Direct dependencies =================== \ :option:`NET_PKT_RXTIME_STATS ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig:773`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Enable network packet RX time statistics .. parsed-literal:: config NET_PKT_RXTIME_STATS_DETAIL bool "Get extra receive detail statistics in RX path" depends on \ :option:`NET_PKT_RXTIME_STATS ` && \ :option:`NETWORKING ` help Store receive statistics detail information in certain key points in RX path. This is very special configuration and will increase the size of net_pkt so in typical cases you should not enable it. The extra statistics can be seen in net-shell using "net stats" command. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*