This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 79070 - *CodeModel* Provide per-file statistics on used macros
Summary: *CodeModel* Provide per-file statistics on used macros
Status: CLOSED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Linux
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-26 11:37 UTC by Vladimir Voskresensky
Modified: 2008-01-21 11:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2006-06-26 11:37:01 UTC
For the performance tasks, design and prioritizing we need to know the
statistics how files are included and how different the output stream is
generated depending on input macros set and in-file used macros.
Comment 1 Vladimir Voskresensky 2006-06-28 16:45:42 UTC
This IZ will not be implemented due to following problem:
In fact each ID token from lexer could be substituted by defined macros. => only
information about the first #include'd file has any meaning, all other includes
statistics doesn't make any sense.