Skip to content

Commit

Permalink
gif all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Jul 24, 2016
1 parent 5a40a0a commit ec7d5a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ and the Native world happen. Optimizing and catching unexpected (bad)
communications can make or break your performance. Being that central and
sensitive place, it made sense to have tooling built around it.

<h3 align="center">
<img src="media/snoopy.gif" alt="Snoopy" width="400px"/>
<br/>
<br/>
</h3>


## Quick Start
Expand Down Expand Up @@ -115,11 +120,11 @@ bars(info=>JSON.stringify(info.args).length)(
```


Visualize "heavy" calls across the bridge. Set a threshold and pop a Yellowbox in Simulator
Visualize "heavy" calls across the bridge. Set a threshold (`100`) and pop a Yellowbox (`true`) in Simulator
to warn about crossing the threshold.

```javascript
bars(info=>JSON.stringify(info.args).length)(
bars(infoAry=>infoAry.length, 100, true).length)(
events
).subscribe()
```
Expand Down
Binary file added media/snoopy.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ec7d5a1

Please sign in to comment.