lnt/testing/profile/profilev2impl.py [534:545]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        p = ProfileV2()

        p.h = Header()
        p.cnp = CounterNamePool()
        p.tlc = TopLevelCounters(p.cnp)
        p.lc = LineCounters(p)
        p.la = LineAddresses(p)
        p.tp = TextPool()
        p.lt = LineText(p.tp, p)
        p.f = Functions(p.cnp, p.lc, p.la, p.lt, p)
        
        p.sections = [p.h, p.cnp, p.tlc, p.lc, p.la, p.lt, p.tp, p.f]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lnt/testing/profile/profilev2impl.py [603:614]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        p = ProfileV2()
        
        p.h = Header()
        p.cnp = CounterNamePool()
        p.tlc = TopLevelCounters(p.cnp)
        p.lc = LineCounters(p)
        p.la = LineAddresses(p)
        p.tp = TextPool()
        p.lt = LineText(p.tp, p)
        p.f = Functions(p.cnp, p.lc, p.la, p.lt, p)
        
        p.sections = [p.h, p.cnp, p.tlc, p.lc, p.la, p.lt, p.tp, p.f]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



