[Notes] [Git][BuildStream/buildstream][bschubert/refactor-profiling] fixup! Refactor profiling



Title: GitLab

Benjamin Schubert pushed to branch bschubert/refactor-profiling at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_project.py
    ... ... @@ -146,7 +146,7 @@ class Project():
    146 146
             self._fully_loaded = False
    
    147 147
             self._project_includes = None
    
    148 148
     
    
    149
    -        with with_profiling(Topics.LOAD_PROJECT, self.directory.replace(os.sep, '-'))
    
    149
    +        with with_profiling(Topics.LOAD_PROJECT, self.directory.replace(os.sep, '-')):
    
    150 150
                 self._load(parent_loader=parent_loader, tempdir=tempdir)
    
    151 151
     
    
    152 152
             self._partially_loaded = True
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]