HBehrens / puncover

Analyses C/C++ build output for code size, static variables, and stack usage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meaning of x-module

ladislas opened this issue · comments

I haven't been able to find an answer in the documentation.

What does x-module mean?

Thanks!

Hi @ladislas , the x-module tag means the symbol is called from another compilation unit.

Thanks a lot! Very clear :)