create libdeps metrics

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Fixed
    • Priority: Major - P3
    • 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Fully Compatible
    • Dev Platform 2022-07-25
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Libdeps metrics can be gathered via the libdeps analyzer. Libdeps analyzer can output metrics in json format, so the metrics can be gathered directly from the output of the analyzer.

      Json Format:
      
      {
       libdeps_metrics:{
          "NODE": <long>(1), 
          "EDGE": <long>(1), 
          "DIR_EDGE": <long>(1), 
          "TRANS_EDGE": <long>(1), 
          "DIR_PUB_EDGE": <long>(1), 
          "PUB_EDGE": <long>(1), 
          "PRIV_EDGE": <long>(1), 
          "IF_EDGE": <long>(1), 
          "PROG": <long>(1), 
          "LIB": <long>(1)
       }
      }
      
      

              Assignee:
              Richard Samuels (Inactive)
              Reporter:
              Daniel Moody
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: