Hi,

I'd like to post a feature request here.

I'd like to have some doxygen directive that says that some specific
function is run in some (named) thread(s), perhaps giving some color code
there, too.

This color (as a bar, or stripe, or dot, or whatever) and/or the thread
name(s) should be used in the call and caller graphs to see in which threads
each function might get called.

(I'm well aware that currently only simple "inheritance" is possible, ie. if
a function runs as thread X, then all functions called by it are marked for
x, too; implementing some static code path analysis like LLVM does would be
nice, but is much more work.
[Static analysis might show that not _all_ sub-functions are called by a
thread, so the call graph thread flags could be reduced.])


Thank you for considering that idea!


Regards,

Phil



------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to