-
Notifications
You must be signed in to change notification settings - Fork 108
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 obelisk profiling feature #654
Merged
Merged
Changes from 33 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
eea6d5b
Move findProjectAssets to Obelisk.Command.Project
matthewbauer 383781d
Expose profiled in obelisk
matthewbauer 53d3dff
Add ob profile command
matthewbauer 0be7a17
Store ob profile data in profile/ directory
matthewbauer ab48708
Merge remote-tracking branch 'origin/develop' into add-obelisk-profil…
matthewbauer 78d05a2
ob profile: Use finally to write profiling data
matthewbauer c0618d5
Don’t auto profile Main module
matthewbauer 419f5e4
Don’t pass -f to nix when running findProjectAssets
matthewbauer b32206b
Wrap obRunExpr in parens
matthewbauer 7a58b16
Move ob profile to own command
matthewbauer 5396971
Add option to set profile output path
matthewbauer 63b9ff5
Use setCwd and relative paths in findProjectAssets
matthewbauer 1243cc8
Pass port and assets to ob profile as arguments
matthewbauer f882d63
Use nix-build to make Ob Profile binary
matthewbauer 9ec5d2b
Avoid using maybe for filepath in ob profile
matthewbauer 396cdad
Document default value in ob profile command
matthewbauer 30183ed
Get project root & current time for ob profile later on
matthewbauer 6acacc7
Merge remote-tracking branch 'origin/develop' into add-obelisk-profil…
matthewbauer 0d71538
Fix ob profile to correctly take command arguments
matthewbauer 673c796
Avoid qualifying lens operators in Obelisk.Command.Run
matthewbauer 4916971
Delay getting port or assets until right before the
matthewbauer 085461b
Don’t rely on root for profile output
matthewbauer f14f290
Use quasiquotes for ob profile command
matthewbauer ba85ebf
Use fixed reflex for profiling
matthewbauer 7ce5d5b
Set -threaded in ob profile
matthewbauer 0743c6d
Allow passing custom RTS flags to ob profile
matthewbauer 42524b0
Avoid maybe in ob profile rts-flags
matthewbauer 38e68c0
Make commmand line argument handling more clear for ob profile
matthewbauer b245d1c
Merge remote-tracking branch 'origin/develop' into add-obelisk-profil…
matthewbauer 2268788
Merge remote-tracking branch 'origin/develop' into add-obelisk-profil…
3noch 92c1a4a
Wrap 'waitForProcess' to avoid System.Process imports
3noch a505c20
Move profile flags top level
matthewbauer 876957b
Clean lint and style
3noch 8a2e1ab
Move profiledObRun script to default.nix
matthewbauer 46accb4
Move profiledObRun to __unstable__ attr
matthewbauer 772b42e
Fix CI by removing skeletonProfiledObRun from pinBuildInputs
matthewbauer 9fb9289
Make profileObRun a directory instead of a binary
matthewbauer b830877
Merge branch 'develop' into add-obelisk-profiling-feature
3noch 3c80468
Only make $out/bin/ dir for profiledObRun
matthewbauer ee5b42e
Create parent directory as well in ob profile templates
matthewbauer 795fd9d
Make ob profile work in subdirectories
3noch 6b15a33
Fix ob profile from subdirectory
3noch cf06275
Don't create ob profile out directories until everything has built
3noch 076047f
Merge remote-tracking branch 'origin/develop' into add-obelisk-profil…
3noch b09c540
Put ob profile ChangeLog entry in correct place
3noch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"owner": "reflex-frp", | ||
"repo": "reflex-platform", | ||
"branch": "master", | ||
"branch": "bump-reflex-0-6-4-1", | ||
"private": false, | ||
"rev": "5429278830e1555a577f2550e045ce7f7164aa65", | ||
"sha256": "1lp86cgccmim573rarsjny5vh0ygkfp5afq7006li0k9w2sw2d4c" | ||
"rev": "38060894cb377160d1217305334f7f11202042d4", | ||
"sha256": "0n47fcwj9szy3aqip0smmxdsp9fr78985rdslpmx2zdlkswmm5r1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once this is merged we should bump and then we can merge here.