blob: fe0c73c5f8a1a5e4b0c0fb6e8cea57f59a0abd57 [file] [log] [blame]
#!/usr/bin/env python
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import sys
from core import perf_data_generator
if __name__ == '__main__':
sys.exit(perf_data_generator.main(sys.argv[1:]))