Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hooks for thread_profiler. #854

Merged
merged 2 commits into from Feb 10, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Test profiler feature on CI.

  • Loading branch information
gw3583 committed Feb 9, 2017
commit 1ddfd508f6866fd840006c4b08f78d4429cb4335
@@ -25,6 +25,7 @@ script:
- (cd webrender_traits && cargo test --verbose)
- (cd webrender && cargo test --verbose)
- (cd sample && cargo test --verbose)
- (cd sample && cargo build --verbose --features=profiler)
- (cd wrench && cargo test --verbose)
- (cd wrench && cargo build --release --verbose --features headless)
- (cd wrench && python run_tests.py res/rect.yaml)
@@ -12,6 +12,9 @@ path = "../webrender"
path = "../webrender_traits"
default_features = false

[features]
profiler = [ "webrender/profiler" ]

[dependencies]
app_units = "0.3"
euclid = "0.10"
@@ -12,6 +12,7 @@ default = ["codegen", "freetype-lib"]
codegen = ["webrender_traits/codegen"]
freetype-lib = ["freetype/servo-freetype-sys"]
serde_derive = ["webrender_traits/serde_derive"]
profiler = ["thread_profiler/thread_profiler"]

[dependencies]
app_units = "0.3"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.