Metadata-Version: 1.1
Name: bsr
Version: 0.0.6
Summary: Tizen Build Statistics Reporter.
Home-page: https://tizen.org
Author: Hyokeun Jeon
Author-email: hyokeun.jeon@samsung.com
License: Apache 2.0
Description: # Build Profiler
        
        ## How to use
        
        #### Generating package orders before build
        
        ```
        ./bsr/bsr \
            preview \
            -s [Source Root] \
            -a [Architecture] \
            -r [Reference Snapshot URL] \
            --criticalsort --depsnumbersort
        ```
        
        #### Generating build reports
        
        ```
        ./bsr/bsr \
            report \
            -s [Source Root] \
            -b [GBS Build Root] \
            -a [Architecture] \
            -r [Reference Snapshot URL] \
            --criticalsort --depsnumbersort
        ```
        
        
        ## Available features
        
        ### Build Overview
        
        - Overview information.
        
        
        
        ### Critical Build Path
        
        - It shows the package order with the longest build time during the build step.
        
        
        
        ### Dependency Graph
        
        - This graph shows all or part of the package's relationship to each other. (Dependency/Reverse dependency)
        
        
        
        ### Build Timeline Heatmap
        
        - This chart shows the distribution of build times for the entire package.
        
        
        
        ### Thread Concurrency in Time With CPU Utilization
        
        - This graph shows the number of threads running at the same time during the build and CPU Utilizations.
        
        
        
        ### Build Time Diff
        
        - This graph shows the difference in build time from previous builds by package.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.17
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
