Github user zuyu commented on a diff in the pull request:

    https://github.com/apache/incubator-quickstep/pull/22#discussion_r66530357
  
    --- Diff: build/profile_build.sh ---
    @@ -0,0 +1,66 @@
    +#!/bin/bash
    +# This script may be useful for developers to profile the build process 
itself.
    +#
    +# This shell script runs CMake and make, dumping all output into a log 
file.
    +# It also logs the CPU usage and memory information during the build.
    +# All log messages are timestamped to enable profiling.
    +#
    +# Dependencies:
    +# - ts 
    +# sudo apt-get install -y libtime-duration-perl moreutils
    +# - vmstat and mpstat 
    +# sudo apt-get install -y sysstat
    +#
    +# Usage:
    +# Set the CMake flags you want to use below.
    --- End diff --
    
    Could we have the exact shell command to use this script? Thanks!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to