Commit Graph

69 Commits

Author SHA1 Message Date
Vincent St-Amour
acd552e11d Show expressions in errortrace profiles, instead of just symbols.
Since profile nodes report the time spent in, e.g., an entire call
expression (including argument evaluation), and not just in the body of
the operator, showing only the operator in the profile is misleading.

original commit: 22def35d68c42017aa8674985e6f2b88b173acae
2013-11-19 12:15:33 -05:00
Sam Tobin-Hochstadt
9f5169175b Implement statistical errortrace-based profiling.
Add a mode to the profiler to use continuation marks inserted
by the errortrace annotator instead of the runtime.

Split `syntax/source-syntax` out from Typed Racket as a separate package,
and use it to give better names for errortrace stack frames.
Use caching to speed it up substantially when called repeatedly (as
errortrace does).

Also, document (internally) the format used by errortrace marks.

original commit: 1e7eb34ba170b6aad77ee67c0f4b802950ff1a4b
2013-11-19 12:15:17 -05:00
Sam Tobin-Hochstadt
88b9272144 Make profile-lib a single-collection package.
original commit: e6ca7e78d043dabd7b85d154e312d4e0ab9ef293
2013-11-19 12:06:26 -05:00
Matthew Flatt
3aff08f0dd include license with each package
original commit: ff9da94cfb852d25cd54bc0d9a904c8ae46fe64c
2013-08-31 06:25:31 -06:00
Matthew Flatt
736226359c add pkg-desc' and pkg-authors' to each package
This information will be used to construct a catalog from the
package directories.

original commit: 057bfc2ea1a24e85ece2d5f85da30076643ea598
2013-07-31 07:06:24 -06:00
Matthew Flatt
3251c5be30 enable compilation of tests formerly in "racket-test"; reorganize
A package like "gui" does not depend on a package like "gui-test",
which means that you have to specifically ask for a test package if
you want the tests. A new "main-distribution-test" package
aggregates the tests for packages that are in "main-distribution".

The "plt-services" package, meanwhile, depends on the
"main-distribution-test" package, which means that all tests are
compiled by default for an in-place build.

original commit: d50d0f8bcab260f404049029b77407e0222f588a
2013-07-16 18:45:05 -06:00
Sam Tobin-Hochstadt
f3a8b6e390 Use #lang info instead of #lang setup/infotab.
original commit: 5a7ca7ebb56b2215f2d395ed052c03ea740817ea
2013-07-04 16:46:32 -04:00
Matthew Flatt
f849cf1b30 auto-fix dependencies in "pkgs"
Left one dependency broken: "drracket" currently depends on "htdp" for
a test. That needs to be fixed by removing the dependency (moving the
test to "htdp?), instead of changing the declared dependencies.

original commit: 51290fd2a95def6bb3b6d3d735cb62444e157553
2013-06-29 06:51:19 -06:00
Matthew Flatt
a1db255c50 fill in some pkg `implies'
original commit: 5c42f46158248130a8179e7a563d16c5fc9d0d35
2013-06-29 06:51:18 -06:00
Matthew Flatt
7a0a896180 a step toward single-collection packages as default
A package's "info.rkt" file should define `collection' as a
string to name a single-collection package's collection, or as
the symbol 'multi to declare the package as multi-collection.
If `collection' is 'same-as-pkg, then the package name is used
as the collection name.

The default for `collection' is 'multi for now, but the intent
is to change the default to 'same-as-pkg after a conversion
period. Also, support for a `single-collection' definition remains
in place, but it wil be removed.

original commit: c738a6aa3eee89a82d577dd35c70eca8ed32f5b4
2013-06-25 22:46:23 +02:00
Matthew Flatt
61f619ec2e reorganize into core plus packages
The "racket" directory contains a pared-back version of the
repository, roughly.

The "pkgs" directory everything else in the repository, but
organized into packages.

original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
2013-06-19 09:01:37 -06:00
Vincent St-Amour
3d849f652d Move the contract profiler to its own collection.
Should become its own package once we split up the collects.

Requested by Eli, to reduce the dependencies of the profiler collection.

original commit: 3d6776680cd5962494987256db57d81075be9ee8
2013-06-07 11:01:17 -04:00
Vincent St-Amour
7c11cc13e4 Add documentation.
original commit: 52576243de8ad40aef952e7b26807a5dd1a3e923
2013-06-06 12:40:33 -04:00
Vincent St-Amour
eb10f2bf71 Move get-times to utils.rkt, to use it from the contract profiler.
original commit: a3f4e45026338d3fe6b140cba65178af9a3ba2d5
2013-06-06 11:25:53 -04:00
Vincent St-Amour
620ebd0c32 Allow the profiler's sampler to collect user-specified continuation marks.
original commit: a2c964dbdd42f0eb8d6bff8b3832d0e7f6544e26
2013-05-28 09:42:42 -04:00
Matthew Flatt
304a92c97a raco pkg create: support "source" and "binary" bundling
Adds `--from-dir' and `--from-install' flags to select the interpretation
of the argument as a directory or as the name of an installed package.
Relevant to PR 13669

Adds `--as-is' (the default), `--source', and `--binary' flags to
select a pruning mode.

The `raco setup' tool recognizes a `rendered-scribblings' specification
in "info.rkt" to trigger moving rendered documentation into place,
registering its tags in the cross-reference database, and fixing up
references to "local-redirect.js"; the presence of a "synced.rktd"
indicates when those fixups have been performed (since, if the package
is installed in a user-specific scope, the documentation doesn't actually
move anywhere). Finally, "out<n>.sxref" needs to report paths relative to
the documentation's directory, and then the relative-directory references
need to be suitably resolved at derserialization; some support for such
relative paths was in place, but it wasn't quite general enough before.

original commit: 198a65a5fc79649ec167d2407c35815768a119ba
2013-05-16 11:50:04 -06:00
Vincent St-Amour
63073640d7 Error message typo.
original commit: ad9de1f325b2f0244b45d08e5f2415cbba083792
2013-04-05 16:47:11 -04:00
John Clements
352284953b added 1e-10 floor to prevent div-by-zero
original commit: d54f51ab799849975ce2324b152bddf4191347d3
2012-12-19 09:42:37 -08:00
Eli Barzilay
abf6fff5ea Clarify that the `*-node' is not in the list of nodes.
original commit: f49165720caf0a833171c41abeb91bc705888bd9
2012-09-19 22:54:13 -04:00
Vincent St-Amour
6e737b97db Turn comments into tests in the profiler.
original commit: 444bd434f97407c2ada41587de51252a5c6a0b7c
2012-08-10 17:09:30 -04:00
Vincent St-Amour
ec434d7117 Profiler doc typo.
original commit: 9ea180e98c7320ebb3670b632ed2b0df472b684e
2012-08-08 17:26:54 -04:00
Matthew Flatt
95bdf2d45c doc fixups
original commit: 20aa70a6ef3213f2fb40387f1187c8a4e5d96baa
2012-06-28 09:54:18 -06:00
Eli Barzilay
69c5f48e9a Doc and code style improvements in the profiler.
original commit: 826a5f360f6690ba7d6c7ffe268e8dca145220b3
2012-06-26 13:45:16 -04:00
Eli Barzilay
bfba3a953f Leftover file that wasn't added with the `tests/profile' refactoring.
original commit: a3ad719b5279a47c9a25ebc39114d20a07290b36
2012-05-24 11:53:03 -04:00
Eli Barzilay
2569285472 Streamline more test suits.
original commit: 6260b4c2398829dead24869eb8fcbbcf149576b8
2012-05-24 11:27:13 -04:00
Eli Barzilay
b32aff7e66 A bunch of fprintf' -> eprintf' conversions (and a few related things).
original commit: 17090fca4f19298f01d03fea419edb20f315d040
2012-05-06 12:06:00 -04:00
Eli Barzilay
60dd49df61 Some selective #:when (not ...)' -> #:unless ...'.
original commit: 623c7493ed2bbf7c89caea877a7b94a5f4c42c73
2011-09-16 10:48:18 -04:00
Eli Barzilay
9f36d5a2cb Update and revise docs.
original commit: 3cc51f20ac787c87b3d337d96e2afa0eecd5452d
2011-09-06 16:32:28 -04:00
Eli Barzilay
71b66bbf9f Switch to `make-'-less constructors.
original commit: bfc9a2ba766c199f5cb5b285702af8122f3bcc64
2011-09-06 16:32:28 -04:00
Eli Barzilay
c211c38729 Reprovide the structs from "analyzer.rkt".
(Also switch to `struct'.)

original commit: eec994a899c5c2ba50f81812836a47f0e28607b4
2011-09-06 16:32:28 -04:00
Eli Barzilay
2bfd246647 scheme' -> racket'.
original commit: 5295e143a31168ac08cd65503f7be5dcf8332f08
2011-09-06 16:32:28 -04:00
Eli Barzilay
5861d07330 ".ss" -> ".rkt" scan done.
original commit: 3157955d40f89d83fb3d5fa7a2f20639cda69579
2011-07-02 10:37:53 -04:00
Ryan Culpepper
72180b7748 docs reorganization
added tutorial, racket categories
  relabeled some other categories
  normalized manual names: de-bolded, changed some names

original commit: 1b702a2ae32aba835f7467ced6b203902db0ccd9
2011-07-01 17:16:53 -06:00
Eli Barzilay
b14a5d24b0 A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.

original commit: ac26fe75546b5182d78f18c2cd882f0f440849e2
2011-06-25 04:08:47 -04:00
Eli Barzilay
efbd76cf8c Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)

original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7
2011-06-20 04:27:14 -04:00
David Van Horn
15da691fac Fixes more spelling errors.
original commit: 760a58b65df2b91010d2bcc2739ddab2a4489729
2011-02-04 19:44:13 -07:00
Vincent St-Amour
ad4aa68630 Fixed a typo in the profiler documentation.
original commit: 765d573441325d4940226a09bad506ba8707799d
2010-06-16 12:49:01 -04:00
Matthew Flatt
d88919fe59 rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00
Eli Barzilay
cb94e5817d Finally it works.
svn: r15018

original commit: 82e256473d7d6f6720051194325e33931fb86d77
2009-05-30 06:48:49 +00:00
Eli Barzilay
9340664957 fix comment in about-to-be-changed version
svn: r15008

original commit: 95c52b9ce3dc08d430b45bcc98df75e7304ec16a
2009-05-29 11:22:59 +00:00
Eli Barzilay
9b6331e468 clarification
svn: r15007

original commit: 56547f4142aa2cc82f86e5d3025ae137ac123e0d
2009-05-29 11:16:28 +00:00
Eli Barzilay
06c758ab0a get rid of the old (and still broken) topological sort, use a visual layering function instead (still needs fixing, comitting as a checkpoint)
svn: r15006

original commit: f829c86c1fa40e3b45eb112f87da72558e18daf5
2009-05-29 09:24:42 +00:00
Eli Barzilay
dffc446fc5 don't include the *-node in the topological-sort output
svn: r14835

original commit: 8e79a2aed5289f12bc9a111ab50e5a66ab9b24fd
2009-05-15 19:28:38 +00:00
Eli Barzilay
2ac42691a8 better layout for topological-sort
svn: r14834

original commit: 27e4c708c791a732f9c5fe016159c450ed3605f2
2009-05-15 19:16:56 +00:00
Eli Barzilay
19bb120207 added tests for topological-sort
svn: r14814

original commit: 40467a005ecfbbdab5f6265ed8723cb51dc78ba5
2009-05-14 15:33:25 +00:00
Eli Barzilay
18b996199b added tests for topological-sort
svn: r14813

original commit: 9c99a32d29f37cf5dfb06468b3579c94a9a71089
2009-05-14 15:33:20 +00:00
Eli Barzilay
304cdc2483 fix dropping cycles
svn: r14811

original commit: ccca3b3df6d351ef6ee2f0158b8c7da4a3451b50
2009-05-14 15:08:56 +00:00
Eli Barzilay
8ad8b54bcc print the *-node appropriately
svn: r14808

original commit: bc22c8a824ee15f67072f225d8e708ee08dfbe7e
2009-05-14 10:34:09 +00:00
Eli Barzilay
0dc181a285 subsort is really any function to apply on a level
svn: r14806

original commit: 0d933c3f86ec2f269fe166f66a9a91300d4e25ff
2009-05-14 07:47:28 +00:00
Eli Barzilay
c0fe0ebac5 tests need the structs too
svn: r14805

original commit: 76574dc619c02361833bce9af1673ad30d1ef46c
2009-05-14 07:36:46 +00:00