:orphan: .. title:: CONFIG_NET_PKT_TXTIME_STATS_DETAIL .. kconfig:: CONFIG_NET_PKT_TXTIME_STATS_DETAIL CONFIG_NET_PKT_TXTIME_STATS_DETAIL ################################## *Get extra transmit detail statistics in TX path* Type: ``bool`` Help ==== .. code-block:: none Store receive statistics detail information in certain key points in TX 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 =================== \ :kconfig:`NET_PKT_TXTIME_STATS ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/ip/Kconfig:817`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Enable network packet TX time statistics .. code-block:: kconfig config NET_PKT_TXTIME_STATS_DETAIL bool "Get extra transmit detail statistics in TX path" depends on NET_PKT_TXTIME_STATS && NETWORKING help Store receive statistics detail information in certain key points in TX 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.)*