Changes

Jump to: navigation, search

SPO600 Profiling Lab

239 bytes added, 01:41, 27 January 2015
As a Group
#* Perl
#* PHP
#* Or another non-trivial open source software package that does not have a user interface and which processes data, either transforming it (e.g., compression, compiling, editing) or serving network requests.
# Obtain the software (via git or other version control system if necessary, or by downloading the appropriate archive/tarball).
# Do a build with profile generation (<code>-pg</code>) enabled -- note that both the compiler and linker will require the <code>-pg</code> option. You may need to install build dependencies.
# Decide what data you're going to use for the profiling run.# Execute your profiling plan and analyze the resultsusing <code>gprof</code>. Record appropriate information about the data processed and the execution environment.
{{Admon/tip|Share the Wealth|Make sure that each member of the group has access to the files the group was working on before the end of class (e.g., put them in a folder with world-readable permissions, post them on a public URL, or mail them to each member of the group). It would also be a good idea to share contact information within the group.}}

Navigation menu