2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
9 from memory_inspector
.frontends
import www_server
12 if __name__
== '__main__':
14 logging
.getLogger().setLevel(logging
.WARNING
)
15 print 'Serving on port %d' % HTTP_PORT
16 webbrowser
.open('http://localhost:%d' % HTTP_PORT
)
17 www_server
.Start(HTTP_PORT
)