Merge pull request #1 from dotnet/delivery accepted/tizen/unified/20180628.130552 submit/tizen/20180619.075036
authorMaria Guseva/AI Ecosystem Lab/Staff Engineer/삼성전자 <m.guseva@samsung.com>
Mon, 4 Jun 2018 16:55:31 +0000 (19:55 +0300)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 4 Jun 2018 16:55:31 +0000 (19:55 +0300)
Updates of CoreProfiler

Changes:

- Build scripts was updated:
  - CoreProfiler can be built on Linux
  - building configuration was synchronized with actual state of CoreCLR
  - spec-file for GBS was actualized too
- Documentation was updated:
  - building description
  - configuration (including options description)
  - usage (with console applications and corerun)
- Update of confuguration system:
  - ConfigurationManager was introduced
  - Configuration file as new source of configuration
- New JIT and GC events added to trace logging:
  - new records for JIT compilation, search, GC invocations
  - `fun cmf`, `fun csf` was replaced by `fun inf`
- Minor fixes

Notes:

- Due to problems with CoreProfiler on Tizen ARM functionality was not properly tested on this platform
- Version of CoreProfiler in spec-file was not updated


Trivial merge