Renée Kooi
b680e3df48
fix writeTicks from CLI
2018-09-26 14:50:31 +02:00
Ruben Bridgewater
7b6c719de8
Log the actual error and not only the message
...
In case of an error, it is hard to debug anything without the actual
stack trace and further information that might be attached to the
error. This is fixed by changing the message and then logging the
actual error.
2018-09-21 15:11:49 +02:00
Ruben Bridgewater
e885726a7f
Fix linting errors
2018-09-19 10:22:48 +02:00
Ruben Bridgewater
cedd18ce12
Remove trailing whitespace & remove extra line
2018-09-18 00:57:14 +02:00
Ruben Bridgewater
0336193e1c
Minimal refactoring
...
This should improve the readability of the file and makes clear what
everything is about. Besides that it fixes a misindented error.
2018-09-18 00:57:14 +02:00
Ruben Bridgewater
429efd057c
Make sure the same Node.js executable is used
...
So far the child process spawned to vizualize the data could be a
different one than the one used to run 0x. Now it's always the same
and there should be no mismatch left.
Fixes : #119
2018-09-18 00:57:14 +02:00
davidmarkclements
f4aa18f4e2
rm phases, include init tier
2018-03-21 03:37:09 +01:00
davidmarkclements
a3226f48b0
--on-port full impl
2018-03-20 16:52:43 +01:00
davidmarkclements
9cc5b37de6
readme, ui fixes, api changes
2018-03-16 22:07:45 +01:00
davidmarkclements
2b725b4df1
improve error output from prof subproc
2018-03-14 20:25:27 +01:00
davidmarkclements
07e8b39ab3
linting
2018-03-14 01:48:58 +01:00
davidmarkclements
fbbae4470f
ui improve, cli improve, final rearranging
2018-03-14 01:25:16 +01:00
davidmarkclements
cf7f93fca6
redo stack conversion
2018-03-02 01:42:03 +00:00
davidmarkclements
30cec38f65
command parsing by cmd.js
2018-02-28 02:28:55 +00:00
davidmarkclements
00100f05a0
tidy up logging situation
2018-02-28 02:18:52 +00:00
davidmarkclements
4004545cb3
trim api, begin refactor
2018-02-28 01:52:56 +00:00
davidmarkclements
8c31ec1ad8
v8 prof as default, --kernel-tracing flag
2018-02-26 23:53:47 +00:00
davidmarkclements
9017add581
--prof-only
2018-02-11 21:37:13 +00:00
davidmarkclements
348b8fba3e
prof viz for node 8 only
2018-02-08 19:31:03 +00:00
davidmarkclements
296b4017e9
prof-viz
2018-02-07 19:14:51 +00:00
davidmarkclements
bd575b664b
phase option, closes #90
2018-02-06 01:57:53 +00:00
davidmarkclements
e6996bfe0f
--output-html feature
2018-01-22 19:56:04 +00:00
davidmarkclements
024deedba2
bugfix
2018-01-19 23:08:30 +00:00
davidmarkclements
d8ede658ee
programmatic finalise
2018-01-19 22:48:53 +00:00
davidmarkclements
0e39f2f4e1
bugfix
2018-01-19 21:42:23 +00:00
davidmarkclements
51c43a5d91
--visualise-only, --collect-only, rm --stacks-only
2018-01-19 21:09:05 +00:00
davidmarkclements
6439e55c5e
customisable banner
2018-01-19 19:11:42 +00:00
davidmarkclements
5769e07a35
feedback integrate, CLI schema
2018-01-19 19:00:11 +00:00
davidmarkclements
b71dea0b06
export cmd
2018-01-18 20:12:45 +00:00
davidmarkclements
9c2c37fb1b
tweaks
2018-01-18 19:50:37 +00:00
davidmarkclements
b34016a6bd
improvements
2018-01-18 18:37:08 +00:00
davidmarkclements
08449b8a20
v3
2018-01-18 14:14:49 +00:00
Matteo Collina
b0c784cb4a
Fixed support for script arguments
2017-10-07 18:33:53 +02:00
Ryan Wallace
94139ffb3f
pass script arguments to spawned process
...
tested on mac - linux fix should be the same simple concatenation
2017-10-05 23:00:32 -07:00
Matteo Collina
e87443a9e6
Support multiple node options
2017-10-04 11:14:22 -07:00
Matteo Collina
a74633f4e1
Some README and cmd fixes, added --node-options
2017-10-03 14:46:58 -07:00
Matteo Collina
1af2c49138
More tidy up to cmd.js
2017-09-27 20:07:15 +01:00
Matteo Collina
f5528c20bd
Tidied up cmd.js and added --open/-o command
...
This makes this PR semver-major
2017-09-27 20:04:09 +01:00
Kyle Smith
8aee8f28af
feat: support custom output directory via -o / --output-dir
...
resolves #60
2017-01-20 18:18:44 -06:00
davidmarkclements
7c46fe0b59
fix node args bug from #18
2016-03-24 17:08:11 +00:00
davidmarkclements
477dcd16a6
add -v, --version flag
2016-03-24 16:45:56 +00:00
davidmarkclements
f2fcbc6d92
--delay was broken (-d was not)
2016-03-23 18:17:17 +00:00
davidmarkclements
4b49953060
actually fixes #20
2016-03-23 15:42:31 +00:00
Robert Jefe LIndstaedt
18bc18d18f
feature: adds support for ext. node binaries like ../node/node
...
opens #10 , closes #10
2016-03-20 18:19:58 +01:00
davidmarkclements
c225fa12ed
delay
2016-03-02 18:57:37 +00:00
davidmarkclements
82eb7c012e
linting
2016-03-02 00:02:21 +00:00
davidmarkclements
17f6720939
hide show types in ui, key colours for tiers and langs, lots of bug fixes
2016-03-01 10:53:25 +00:00
davidmarkclements
49da88c62b
flame images, usage, profile folders, clock face
2016-02-25 12:08:44 +00:00
davidmarkclements
42779d0386
init
2016-02-23 13:50:51 +00:00