コード例 #1
0
ファイル: profiles.py プロジェクト: mozilla/esFrontLine
    def __init__(self, description):
        from ..queries.windows import Stats

        if ON and not hasattr(self, "description"):
            self.description = description
            self.samples = []
            self.stats = Stats()()
            profiles[description] = self