| 
									
										
										
										
											2014-11-17 20:47:05 -08:00
										 |  |  | #!/bin/bash
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | platform=`uname` | 
					
						
							|  |  |  | if [[ "$platform" == 'Linux' ]]; then | 
					
						
							|  |  |  |   `google-chrome --js-flags="--expose-gc"` | 
					
						
							|  |  |  | elif [[ "$platform" == 'Darwin' ]]; then | 
					
						
							|  |  |  |   `/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary \
 | 
					
						
							|  |  |  |       --enable-memory-info \
 | 
					
						
							|  |  |  |       --enable-precise-memory-info \
 | 
					
						
							|  |  |  |       --enable-memory-benchmarking \
 | 
					
						
							| 
									
										
										
										
											2014-12-08 20:25:37 -08:00
										 |  |  |       --js-flags="--expose-gc --allow-natives-syntax" \
 | 
					
						
							|  |  |  |       --disable-web-security \
 | 
					
						
							| 
									
										
										
										
											2014-11-17 20:47:05 -08:00
										 |  |  |       --remote-debugging-port=9222` | 
					
						
							|  |  |  | fi |