shaka-packager/packager
KongQun Yang 9c95309c12 Pull profiling dependency from Chromium
Profiling can be enabled by setting profiling=1 in gyp, e.g.
  GYP_DEFINES="profiling=1" gclient runhooks

To turn on heap profiling, use the HEAPPROFILE environment variable
to specify a filename for the heap profile dump, e.g.
  HEAPPROFILE=/tmp/heapprofile out/Release/packager ...

To turn on cpu profiling, use the CPUPROFILE environment variable
to specify a filename for the cpu profile dump, e.g.
  CPUPROFILE=/tmp/cpuprofile out/Release/packager ...

Note that profiling may not work for debug builds, so use release
build if possible.

See docs/linux_profiling.md for details.

This change will help identify and resolve problem behind Issue #61.

Change-Id: I6f85a04ed82dd0cb3588e6b38e8ceb68dac6c436
2015-12-29 17:14:02 -08:00
..
app Added stream descriptor for output format. 2015-12-16 15:10:35 -08:00
media Box definitions for WebVTT 2015-12-22 14:05:50 -08:00
mpd s/::STLElementDeleter/STLElementDeleter/ to improve portability 2015-12-11 15:14:26 -08:00
testing Get rid of svn dependencies 2015-10-16 20:11:20 +00:00
third_party Disable HAVE_STROPTS_H which is not available in CentOS 2015-11-17 19:55:32 +00:00
tools Add ignore file for TSan build 2015-11-13 18:57:54 +00:00
common.gypi Update code to resolve problems due to base updates. 2015-10-16 20:09:56 +00:00
packager.gyp Pull profiling dependency from Chromium 2015-12-29 17:14:02 -08:00